Color Hex Logo

#aa578e Color Hex

#AA578E
(170,87,142)
0 Favorites   0 Comments

Color spaces of #aa578e

RGB 17087142
HSL0.890.330.50
HSV320°49°67°
CMYK 0.000.490.16   0.33
XYZ24.868217.315427.6227
Yxy17.31540.35620.2480
Hunter Lab41.611833.8553-10.2296
CIE-Lab48.655041.1099-15.1351

#aa578e color RGB value is (170,87,142).

#aa578e hex color red value is 170, green value is 87 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa578e hue: 0.89 , saturation: 0.33 and the lightness value of aa578e is 0.50.

The process color (four color CMYK) of #aa578e color hex is 0.00, 0.49, 0.16, 0.33. Web safe color of #aa578e is #996699. Color #aa578e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 10001110
Octal 252 127 216
Decimal 170 87 142
Hex AA 57 8E

RGB Percentages of Color #aa578e

%42.61
%21.80
%35.59

CMYK Percentages of Color #aa578e

%0
%49
%16
%33

Triadic Colors of #aa578e

#aa578e #8eaa57 #578eaa

Analogous Colors of #aa578e

#aa578e #aa5765 #9d57aa

Monochromatic Colors of #aa578e

#aa578e

Complementary Color

#aa578e #57aa73

#aa578e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa578e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa578e Color CSS Codes

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

#aa578e Text Font Color

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

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


#aa578e Background Color

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

This div background color is #aa578e


#aa578e Border Color

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

This div border color is #aa578e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa578e


Comments

No comments written yet.

Please login to write comment.