Color Hex Logo

#ae809a Color Hex

#AE809A
(174,128,154)
0 Favorites   0 Comments

Color spaces of #ae809a

RGB 174128154
HSL0.910.220.59
HSV326°26°68°
CMYK 0.000.260.11   0.32
XYZ31.007526.770134.1047
Yxy26.77010.33750.2914
Hunter Lab51.739816.4297-2.8636
CIE-Lab58.760921.9562-6.9274

#ae809a color RGB value is (174,128,154).

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

The process color (four color CMYK) of #ae809a color hex is 0.00, 0.26, 0.11, 0.32. Web safe color of #ae809a is #999999. Color #ae809a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 10011010
Octal 256 200 232
Decimal 174 128 154
Hex AE 80 9A

RGB Percentages of Color #ae809a

%38.16
%28.07
%33.77

CMYK Percentages of Color #ae809a

%0
%26
%11
%32

Triadic Colors of #ae809a

#ae809a #9aae80 #809aae

Analogous Colors of #ae809a

#ae809a #ae8083 #ab80ae

Monochromatic Colors of #ae809a

#ae809a

Complementary Color

#ae809a #80ae94

#ae809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae809a Color CSS Codes

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

#ae809a Text Font Color

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

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


#ae809a Background Color

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

This div background color is #ae809a


#ae809a Border Color

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

This div border color is #ae809a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,128,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 #ae809a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae809a


Comments

No comments written yet.

Please login to write comment.