Color Hex Logo

#aa5977 Color Hex

#AA5977
(170,89,119)
0 Favorites   0 Comments

Color spaces of #aa5977

RGB 17089119
HSL0.940.320.51
HSV338°48°67°
CMYK 0.000.480.30   0.33
XYZ23.479717.022719.5010
Yxy17.02270.39130.2837
Hunter Lab41.258629.37940.8574
CIE-Lab48.288636.6229-1.8935

#aa5977 color RGB value is (170,89,119).

#aa5977 hex color red value is 170, green value is 89 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aa5977 hue: 0.94 , saturation: 0.32 and the lightness value of aa5977 is 0.51.

The process color (four color CMYK) of #aa5977 color hex is 0.00, 0.48, 0.30, 0.33. Web safe color of #aa5977 is #996666. Color #aa5977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 01110111
Octal 252 131 167
Decimal 170 89 119
Hex AA 59 77

RGB Percentages of Color #aa5977

%44.97
%23.54
%31.48

CMYK Percentages of Color #aa5977

%0
%48
%30
%33

Triadic Colors of #aa5977

#aa5977 #77aa59 #5977aa

Analogous Colors of #aa5977

#aa5977 #aa6459 #aa59a0

Monochromatic Colors of #aa5977

#aa5977

Complementary Color

#aa5977 #59aa8c

#aa5977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5977 Color CSS Codes

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

#aa5977 Text Font Color

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

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


#aa5977 Background Color

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

This div background color is #aa5977


#aa5977 Border Color

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

This div border color is #aa5977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5977


Comments

No comments written yet.

Please login to write comment.