Color Hex Logo

#aa80db Color Hex

#AA80DB
(170,128,219)
0 Favorites   0 Comments

Color spaces of #aa80db

RGB 170128219
HSL0.740.560.68
HSV268°42°86°
CMYK 0.220.420.00   0.14
XYZ37.082929.098970.6800
Yxy29.09890.27100.2126
Hunter Lab53.943428.3073-39.9251
CIE-Lab60.868834.0239-40.6387

#aa80db color RGB value is (170,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 11011011
Octal 252 200 333
Decimal 170 128 219
Hex AA 80 DB

RGB Percentages of Color #aa80db

%32.88
%24.76
%42.36

CMYK Percentages of Color #aa80db

%22
%42
%0
%14

Triadic Colors of #aa80db

#aa80db #dbaa80 #80dbaa

Analogous Colors of #aa80db

#aa80db #d880db #8084db

Monochromatic Colors of #aa80db

#aa80db

Complementary Color

#aa80db #b1db80

#aa80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa80db Color CSS Codes

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

#aa80db Text Font Color

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

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


#aa80db Background Color

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

This div background color is #aa80db


#aa80db Border Color

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

This div border color is #aa80db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,128,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 #aa80db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa80db


Comments

No comments written yet.

Please login to write comment.