Color Hex Logo

#aa8baa Color Hex

#AA8BAA
(170,139,170)
0 Favorites   0 Comments

Color spaces of #aa8baa

RGB 170139170
HSL0.830.150.61
HSV300°18°67°
CMYK 0.000.180.00   0.33
XYZ33.065929.913642.0613
Yxy29.91360.31480.2848
Hunter Lab54.693312.2023-7.3110
CIE-Lab61.579617.2606-11.9011

#aa8baa color RGB value is (170,139,170).

#aa8baa hex color red value is 170, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa8baa hue: 0.83 , saturation: 0.15 and the lightness value of aa8baa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001011 10101010
Octal 252 213 252
Decimal 170 139 170
Hex AA 8B AA

RGB Percentages of Color #aa8baa

%35.49
%29.02
%35.49

CMYK Percentages of Color #aa8baa

%0
%18
%0
%33

Triadic Colors of #aa8baa

#aa8baa #aaaa8b #8baaaa

Analogous Colors of #aa8baa

#aa8baa #aa8b9b #9b8baa

Monochromatic Colors of #aa8baa

#aa8baa

Complementary Color

#aa8baa #8baa8b

#aa8baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8baa Color CSS Codes

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

#aa8baa Text Font Color

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

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


#aa8baa Background Color

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

This div background color is #aa8baa


#aa8baa Border Color

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

This div border color is #aa8baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8baa


Comments

No comments written yet.

Please login to write comment.