Color Hex Logo

#aa809f Color Hex

#AA809F
(170,128,159)
0 Favorites   0 Comments

Color spaces of #aa809f

RGB 170128159
HSL0.880.200.58
HSV316°25°67°
CMYK 0.000.250.06   0.33
XYZ30.554726.487636.3031
Yxy26.48760.32730.2838
Hunter Lab51.466115.9072-5.7956
CIE-Lab58.497021.4100-10.2403

#aa809f color RGB value is (170,128,159).

#aa809f hex color red value is 170, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa809f hue: 0.88 , saturation: 0.20 and the lightness value of aa809f is 0.58.

The process color (four color CMYK) of #aa809f color hex is 0.00, 0.25, 0.06, 0.33. Web safe color of #aa809f is #999999. Color #aa809f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 10011111
Octal 252 200 237
Decimal 170 128 159
Hex AA 80 9F

RGB Percentages of Color #aa809f

%37.20
%28.01
%34.79

CMYK Percentages of Color #aa809f

%0
%25
%6
%33

Triadic Colors of #aa809f

#aa809f #9faa80 #809faa

Analogous Colors of #aa809f

#aa809f #aa808a #a080aa

Monochromatic Colors of #aa809f

#aa809f

Complementary Color

#aa809f #80aa8b

#aa809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa809f Color CSS Codes

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

#aa809f Text Font Color

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

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


#aa809f Background Color

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

This div background color is #aa809f


#aa809f Border Color

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

This div border color is #aa809f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,128,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 #aa809f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa809f


Comments

No comments written yet.

Please login to write comment.