Color Hex Logo

#ae09ac Color Hex

#AE09AC
(174,9,172)
0 Favorites   0 Comments

Color spaces of #ae09ac

RGB 1749172
HSL0.840.900.36
HSV301°95°68°
CMYK 0.000.950.01   0.32
XYZ24.999612.172640.0616
Yxy12.17260.32370.1576
Hunter Lab34.889366.8465-43.6573
CIE-Lab41.489172.5595-44.1940

#ae09ac color RGB value is (174,9,172).

#ae09ac hex color red value is 174, green value is 9 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae09ac hue: 0.84 , saturation: 0.90 and the lightness value of ae09ac is 0.36.

The process color (four color CMYK) of #ae09ac color hex is 0.00, 0.95, 0.01, 0.32. Web safe color of #ae09ac is #990099. Color #ae09ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 10101100
Octal 256 11 254
Decimal 174 9 172
Hex AE 9 AC

RGB Percentages of Color #ae09ac

%49.01
%2.54
%48.45

CMYK Percentages of Color #ae09ac

%0
%95
%1
%32

Triadic Colors of #ae09ac

#ae09ac #acae09 #09acae

Analogous Colors of #ae09ac

#ae09ac #ae0959 #5e09ae

Monochromatic Colors of #ae09ac

#ae09ac

Complementary Color

#ae09ac #09ae0b

#ae09ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae09ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae09ac Color CSS Codes

.mybgcolor {background-color:#ae09ac; } 
.myforecolor {color:#ae09ac; }
.mybordercolor {border:3px solid #ae09ac; }

#ae09ac Text Font Color

<p style="color:#ae09ac">Text here</p>

This sample text font color is #ae09ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae09ac Background Color

<div style="background-color:#ae09ac">
Div content here</div>

This div background color is #ae09ac


#ae09ac Border Color

<div style="border:3px solid #ae09ac">
Div here</div>

This div border color is #ae09ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,9,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae09ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae09ac;
  -webkit-box-shadow: 1px 1px 3px 2px #ae09ac;
  box-shadow:         1px 1px 3px 2px #ae09ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,9,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae09ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae09ac;
  -webkit-box-shadow: 1px 1px 3px 2px #ae09ac;
  box-shadow:         1px 1px 3px 2px #ae09ac;">
Div content here</div>

This div box has shadow with color #ae09ac


Comments

No comments written yet.

Please login to write comment.