Color Hex Logo

#aa809d Color Hex

#AA809D
(170,128,157)
0 Favorites   0 Comments

Color spaces of #aa809d

RGB 170128157
HSL0.880.200.58
HSV319°25°67°
CMYK 0.000.250.08   0.33
XYZ30.382526.418735.3963
Yxy26.41870.32950.2865
Hunter Lab51.399115.5645-4.8510
CIE-Lab58.432421.0440-9.1873

#aa809d color RGB value is (170,128,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 10011101
Octal 252 200 235
Decimal 170 128 157
Hex AA 80 9D

RGB Percentages of Color #aa809d

%37.36
%28.13
%34.51

CMYK Percentages of Color #aa809d

%0
%25
%8
%33

Triadic Colors of #aa809d

#aa809d #9daa80 #809daa

Analogous Colors of #aa809d

#aa809d #aa8088 #a280aa

Monochromatic Colors of #aa809d

#aa809d

Complementary Color

#aa809d #80aa8d

#aa809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa809d Color CSS Codes

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

#aa809d Text Font Color

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

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


#aa809d Background Color

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

This div background color is #aa809d


#aa809d Border Color

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

This div border color is #aa809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa809d


Comments

No comments written yet.

Please login to write comment.