Color Hex Logo

#aa89ad Color Hex

#AA89AD
(170,137,173)
0 Favorites   0 Comments

Color spaces of #aa89ad

RGB 170137173
HSL0.820.180.61
HSV295°21°68°
CMYK 0.020.210.00   0.32
XYZ33.066029.454543.4777
Yxy29.45450.31190.2779
Hunter Lab54.272013.7777-9.5073
CIE-Lab61.180718.9805-14.2059

#aa89ad color RGB value is (170,137,173).

#aa89ad hex color red value is 170, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aa89ad hue: 0.82 , saturation: 0.18 and the lightness value of aa89ad is 0.61.

The process color (four color CMYK) of #aa89ad color hex is 0.02, 0.21, 0.00, 0.32. Web safe color of #aa89ad is #999999. Color #aa89ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 10101101
Octal 252 211 255
Decimal 170 137 173
Hex AA 89 AD

RGB Percentages of Color #aa89ad

%35.42
%28.54
%36.04

CMYK Percentages of Color #aa89ad

%2
%21
%0
%32

Triadic Colors of #aa89ad

#aa89ad #adaa89 #89adaa

Analogous Colors of #aa89ad

#aa89ad #ad899e #9889ad

Monochromatic Colors of #aa89ad

#aa89ad

Complementary Color

#aa89ad #8cad89

#aa89ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa89ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa89ad Color CSS Codes

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

#aa89ad Text Font Color

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

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


#aa89ad Background Color

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

This div background color is #aa89ad


#aa89ad Border Color

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

This div border color is #aa89ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa89ad


Comments

No comments written yet.

Please login to write comment.