@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ae1d98 hex color - Red - Warm color - Information

#ae1d98 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ae1d98 Color code in RGB color code model is created after adding 68.24% red color, 11.37% green color and 59.61% blue color. Hex #ae1d98 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 13% yellow and 31.76% black.

Hex #ae1d98 color code is between #aa2299 web safe hex color code and #bb1188 web safe hex color code. #aa2299 is the nearest web safe color code. You can see here many more shades of #ae1d98 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeae1d98#ae1d98
RGB Decimal174, 29, 152rgb(174, 29, 152)
RGB Percent68%, 11%, 60%rgb(68%, 11%, 60%)
CSS RGBa174, 29, 152,1rgba(174,29,152,1)
CMYK Modelcmyk(0%,83%,13%,31.76%)
HSL Color Space309,71% ,40%hsl(309,71% ,40%)
HSV Color Space309°, 83%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100001110110011000
Octal25635230
Decimal17429152
Hexae1d98

Different shades of #ae1d98 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ae1d98
#da24be
Dark Shade of #ae1d98
#821672
Saturated Shade of #ae1d98
#b8139f
Desaturated Shade of #ae1d98
#a42791
Grey scale Shade of #ae1d98
#656565
Brighten Shade
#c736b1
Most Readable Shade
#FFFFFF

Shades of #ae1d98 color code

Generate more color scales with scales (color stack) generator.

#ae1d98
#9a1987
#871676
#741365
#601054
#4d0c43
#3a0932
#260621
#130310
#000000

Similar Color like #ae1d98 color

Find visually similar hex color codes nearing to #ae1d98 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#af1e99
#b01f9a
#b1209b
#b2219c
#b3229d
#b4239e
#b5249f
#b625a0
#b726a1
#b827a2
#b928a3
#ba29a4
#bb2aa5
#bc2ba6
#ad1c97
#ac1b96
#ab1a95
#aa1994
#a91893
#a81792
#a71691
#a61590
#a5148f
#a4138e
#a3128d
#a2118c
#a1108b
#a00f8a

Monochromatic Color with #ae1d98

#ae1d98
#d824bd
#040103
#2e0829
#590f4e
#831673

Tints of #ae1d98 Color

#ae1d98
#b736a3
#c04fae
#c968ba
#d281c5
#db9ad1
#e4b3dc
#edcce8
#f6e5f3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ae1d98
#1dae33

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ae1d98
#4fae1d
#1dae7c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#8a1dae
#a71dae
#ae1d98
#ae1d7b
#ae1d5e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ae1d98
#98ae1d
#1d98ae

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ae1d98
#ae7b1d
#1dae33
#1d4fae

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ae1d98
#1dae33
#1dae7c
#ae1d4f

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ae1d98 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ae1d98 Color Code Preview on Black Background Color

This is how #ae1d98 Color will look on black background color. Color contrast ratio is 3.43

#ae1d98 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ae1d98">Your Example Paragraph content text in with font color #ae1d98 </p>

Your Example Paragraph content text in with font color #ae1d98

HTML with inline CSS

<div style="color:#ae1d98">Your Paragraph text in with font color #ae1d98 </div>

Your Example Paragraph content text in with font color #ae1d98

#ae1d98 color code is use for CSS Background Color

Background color for the above div is #ae1d98

HTML with inline CSS

<div style="background-color:#ae1d98;"></div>

#ae1d98 color code is use for CSS Border Color

CSS Border color for the above div is #ae1d98

HTML with inline CSS

<div style="border:5px solid #ae1d98;"></div>

CSS Border Left color for the above div is #ae1d98

HTML with inline CSS

<div style="border-left:5px solid #ae1d98;"></div>

CSS Border Right color for the above div is #ae1d98

HTML with inline CSS

<div style="border-right:5px solid #ae1d98;"></div>

CSS Border Bottom color for the above div is #ae1d98

HTML with inline CSS

<div style="border-bottom:5px solid #ae1d98;"></div>

CSS Border Top color for the above div is #ae1d98

HTML with inline CSS

<div style="border-top:5px solid #ae1d98;"></div>

#ae1d98 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ae1d98; } .examplecolorclass {color:#ae1d98; } .examplebordercolor {border:3px solid #ae1d98; }

#ae1d98 Color code Preview on White Background

This is how #ae1d98 Color code will look on white background color. Color contrast ratio is 6.12

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ae1d98; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae1d98; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(174,29,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,174,51,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,29,152,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.