Color Hex Logo

#ae59aa Color Hex

#AE59AA
(174,89,170)
0 Favorites   0 Comments

Color spaces of #ae59aa

RGB 17489170
HSL0.840.340.52
HSV303°49°68°
CMYK 0.000.490.02   0.32
XYZ28.283619.045740.2157
Yxy19.04570.32310.2176
Hunter Lab43.641439.3119-24.0870
CIE-Lab50.740646.1370-28.4266

#ae59aa color RGB value is (174,89,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 10101010
Octal 256 131 252
Decimal 174 89 170
Hex AE 59 AA

RGB Percentages of Color #ae59aa

%40.18
%20.55
%39.26

CMYK Percentages of Color #ae59aa

%0
%49
%2
%32

Triadic Colors of #ae59aa

#ae59aa #aaae59 #59aaae

Analogous Colors of #ae59aa

#ae59aa #ae5980 #8859ae

Monochromatic Colors of #ae59aa

#ae59aa

Complementary Color

#ae59aa #59ae5d

#ae59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae59aa Color CSS Codes

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

#ae59aa Text Font Color

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

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


#ae59aa Background Color

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

This div background color is #ae59aa


#ae59aa Border Color

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

This div border color is #ae59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae59aa


Comments

No comments written yet.

Please login to write comment.