Color Hex Logo

#ae089a Color Hex

#AE089A
(174,8,154)
0 Favorites   0 Comments

Color spaces of #ae089a

RGB 1748154
HSL0.850.910.36
HSV307°95°68°
CMYK 0.000.950.11   0.32
XYZ23.375111.505431.5606
Yxy11.50540.35180.1732
Hunter Lab33.919663.6508-31.4228
CIE-Lab40.419070.0772-35.0864

#ae089a color RGB value is (174,8,154).

#ae089a hex color red value is 174, green value is 8 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae089a hue: 0.85 , saturation: 0.91 and the lightness value of ae089a is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10011010
Octal 256 10 232
Decimal 174 8 154
Hex AE 8 9A

RGB Percentages of Color #ae089a

%51.79
%2.38
%45.83

CMYK Percentages of Color #ae089a

%0
%95
%11
%32

Triadic Colors of #ae089a

#ae089a #9aae08 #089aae

Analogous Colors of #ae089a

#ae089a #ae0847 #6f08ae

Monochromatic Colors of #ae089a

#ae089a

Complementary Color

#ae089a #08ae1c

#ae089a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae089a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae089a Color CSS Codes

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

#ae089a Text Font Color

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

This sample text font color is #ae089a
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.


#ae089a Background Color

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

This div background color is #ae089a


#ae089a Border Color

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

This div border color is #ae089a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae089a


Comments

No comments written yet.

Please login to write comment.