Color Hex Logo

#ae599a Color Hex

#AE599A
(174,89,154)
0 Favorites   0 Comments

Color spaces of #ae599a

RGB 17489154
HSL0.870.340.52
HSV314°49°68°
CMYK 0.000.490.11   0.32
XYZ26.860718.476532.7225
Yxy18.47650.34410.2367
Hunter Lab42.984336.3213-15.0465
CIE-Lab50.069043.3374-20.0531

#ae599a color RGB value is (174,89,154).

#ae599a hex color red value is 174, green value is 89 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae599a hue: 0.87 , saturation: 0.34 and the lightness value of ae599a is 0.52.

The process color (four color CMYK) of #ae599a color hex is 0.00, 0.49, 0.11, 0.32. Web safe color of #ae599a is #996699. Color #ae599a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 10011010
Octal 256 131 232
Decimal 174 89 154
Hex AE 59 9A

RGB Percentages of Color #ae599a

%41.73
%21.34
%36.93

CMYK Percentages of Color #ae599a

%0
%49
%11
%32

Triadic Colors of #ae599a

#ae599a #9aae59 #599aae

Analogous Colors of #ae599a

#ae599a #ae5970 #9859ae

Monochromatic Colors of #ae599a

#ae599a

Complementary Color

#ae599a #59ae6d

#ae599a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae599a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae599a Color CSS Codes

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

#ae599a Text Font Color

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

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


#ae599a Background Color

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

This div background color is #ae599a


#ae599a Border Color

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

This div border color is #ae599a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae599a


Comments

No comments written yet.

Please login to write comment.