Color Hex Logo

#aa66db Color Hex

#AA66DB
(170,102,219)
0 Favorites   0 Comments

Color spaces of #aa66db

RGB 170102219
HSL0.760.620.63
HSV275°53°86°
CMYK 0.220.530.00   0.14
XYZ34.115123.163369.6907
Yxy23.16330.26870.1824
Hunter Lab48.128342.3030-52.1633
CIE-Lab55.240148.2666-49.5315

#aa66db color RGB value is (170,102,219).

#aa66db hex color red value is 170, green value is 102 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa66db hue: 0.76 , saturation: 0.62 and the lightness value of aa66db is 0.63.

The process color (four color CMYK) of #aa66db color hex is 0.22, 0.53, 0.00, 0.14. Web safe color of #aa66db is #9966cc. Color #aa66db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 11011011
Octal 252 146 333
Decimal 170 102 219
Hex AA 66 DB

RGB Percentages of Color #aa66db

%34.62
%20.77
%44.60

CMYK Percentages of Color #aa66db

%22
%53
%0
%14

Triadic Colors of #aa66db

#aa66db #dbaa66 #66dbaa

Analogous Colors of #aa66db

#aa66db #db66d2 #7066db

Monochromatic Colors of #aa66db

#aa66db

Complementary Color

#aa66db #97db66

#aa66db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66db Color CSS Codes

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

#aa66db Text Font Color

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

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


#aa66db Background Color

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

This div background color is #aa66db


#aa66db Border Color

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

This div border color is #aa66db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66db


Comments

No comments written yet.

Please login to write comment.