Color Hex Logo

#aa609f Color Hex

#AA609F
(170,96,159)
0 Favorites   0 Comments

Color spaces of #aa609f

RGB 17096159
HSL0.860.300.52
HSV309°44°67°
CMYK 0.000.440.06   0.33
XYZ27.018419.415035.1243
Yxy19.41500.33130.2381
Hunter Lab44.062532.3441-16.4192
CIE-Lab51.169239.2360-21.3568

#aa609f color RGB value is (170,96,159).

#aa609f hex color red value is 170, green value is 96 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa609f hue: 0.86 , saturation: 0.30 and the lightness value of aa609f is 0.52.

The process color (four color CMYK) of #aa609f color hex is 0.00, 0.44, 0.06, 0.33. Web safe color of #aa609f is #996699. Color #aa609f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 10011111
Octal 252 140 237
Decimal 170 96 159
Hex AA 60 9F

RGB Percentages of Color #aa609f

%40.00
%22.59
%37.41

CMYK Percentages of Color #aa609f

%0
%44
%6
%33

Triadic Colors of #aa609f

#aa609f #9faa60 #609faa

Analogous Colors of #aa609f

#aa609f #aa607a #9060aa

Monochromatic Colors of #aa609f

#aa609f

Complementary Color

#aa609f #60aa6b

#aa609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa609f Color CSS Codes

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

#aa609f Text Font Color

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

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


#aa609f Background Color

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

This div background color is #aa609f


#aa609f Border Color

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

This div border color is #aa609f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa609f


Comments

No comments written yet.

Please login to write comment.