Color Hex Logo

#aa81db Color Hex

#AA81DB
(170,129,219)
0 Favorites   0 Comments

Color spaces of #aa81db

RGB 170129219
HSL0.740.560.68
HSV267°41°86°
CMYK 0.220.410.00   0.14
XYZ37.214029.361070.7237
Yxy29.36100.27100.2138
Hunter Lab54.185827.7660-39.4557
CIE-Lab61.098933.4622-40.2776

#aa81db color RGB value is (170,129,219).

#aa81db hex color red value is 170, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa81db hue: 0.74 , saturation: 0.56 and the lightness value of aa81db is 0.68.

The process color (four color CMYK) of #aa81db color hex is 0.22, 0.41, 0.00, 0.14. Web safe color of #aa81db is #9999cc. Color #aa81db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 11011011
Octal 252 201 333
Decimal 170 129 219
Hex AA 81 DB

RGB Percentages of Color #aa81db

%32.82
%24.90
%42.28

CMYK Percentages of Color #aa81db

%22
%41
%0
%14

Triadic Colors of #aa81db

#aa81db #dbaa81 #81dbaa

Analogous Colors of #aa81db

#aa81db #d781db #8185db

Monochromatic Colors of #aa81db

#aa81db

Complementary Color

#aa81db #b2db81

#aa81db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa81db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa81db Color CSS Codes

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

#aa81db Text Font Color

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

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


#aa81db Background Color

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

This div background color is #aa81db


#aa81db Border Color

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

This div border color is #aa81db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa81db


Comments

No comments written yet.

Please login to write comment.