Color Hex Logo

#aa559c Color Hex

#AA559C
(170,85,156)
0 Favorites   0 Comments

Color spaces of #aa559c

RGB 17085156
HSL0.860.330.50
HSV310°50°67°
CMYK 0.000.500.08   0.33
XYZ25.826817.443333.4582
Yxy17.44330.33660.2273
Hunter Lab41.765237.2920-18.2618
CIE-Lab48.813844.4827-23.2138

#aa559c color RGB value is (170,85,156).

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

The process color (four color CMYK) of #aa559c color hex is 0.00, 0.50, 0.08, 0.33. Web safe color of #aa559c is #996699. Color #aa559c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010101 10011100
Octal 252 125 234
Decimal 170 85 156
Hex AA 55 9C

RGB Percentages of Color #aa559c

%41.36
%20.68
%37.96

CMYK Percentages of Color #aa559c

%0
%50
%8
%33

Triadic Colors of #aa559c

#aa559c #9caa55 #559caa

Analogous Colors of #aa559c

#aa559c #aa5572 #8e55aa

Monochromatic Colors of #aa559c

#aa559c

Complementary Color

#aa559c #55aa63

#aa559c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa559c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa559c Color CSS Codes

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

#aa559c Text Font Color

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

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


#aa559c Background Color

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

This div background color is #aa559c


#aa559c Border Color

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

This div border color is #aa559c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa559c


Comments

No comments written yet.

Please login to write comment.