Color Hex Logo

#aa81bb Color Hex

#AA81BB
(170,129,187)
0 Favorites   0 Comments

Color spaces of #aa81bb

RGB 170129187
HSL0.780.300.62
HSV282°31°73°
CMYK 0.090.310.00   0.27
XYZ33.397527.834450.6261
Yxy27.83440.29860.2488
Hunter Lab52.758320.6685-19.9630
CIE-Lab59.738826.3665-24.3574

#aa81bb color RGB value is (170,129,187).

#aa81bb hex color red value is 170, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa81bb hue: 0.78 , saturation: 0.30 and the lightness value of aa81bb is 0.62.

The process color (four color CMYK) of #aa81bb color hex is 0.09, 0.31, 0.00, 0.27. Web safe color of #aa81bb is #9999cc. Color #aa81bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 10111011
Octal 252 201 273
Decimal 170 129 187
Hex AA 81 BB

RGB Percentages of Color #aa81bb

%34.98
%26.54
%38.48

CMYK Percentages of Color #aa81bb

%9
%31
%0
%27

Triadic Colors of #aa81bb

#aa81bb #bbaa81 #81bbaa

Analogous Colors of #aa81bb

#aa81bb #bb81af #8d81bb

Monochromatic Colors of #aa81bb

#aa81bb

Complementary Color

#aa81bb #92bb81

#aa81bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa81bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa81bb Color CSS Codes

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

#aa81bb Text Font Color

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

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


#aa81bb Background Color

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

This div background color is #aa81bb


#aa81bb Border Color

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

This div border color is #aa81bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa81bb


Comments

No comments written yet.

Please login to write comment.