Color Hex Logo

#aa66dc Color Hex

#AA66DC
(170,102,220)
0 Favorites   0 Comments

Color spaces of #aa66dc

RGB 170102220
HSL0.760.630.63
HSV275°54°86°
CMYK 0.230.540.00   0.14
XYZ34.247223.216170.3863
Yxy23.21610.26790.1816
Hunter Lab48.183142.5524-52.8832
CIE-Lab55.294248.4915-50.0098

#aa66dc color RGB value is (170,102,220).

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

The process color (four color CMYK) of #aa66dc color hex is 0.23, 0.54, 0.00, 0.14. Web safe color of #aa66dc is #9966cc. Color #aa66dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 11011100
Octal 252 146 334
Decimal 170 102 220
Hex AA 66 DC

RGB Percentages of Color #aa66dc

%34.55
%20.73
%44.72

CMYK Percentages of Color #aa66dc

%23
%54
%0
%14

Triadic Colors of #aa66dc

#aa66dc #dcaa66 #66dcaa

Analogous Colors of #aa66dc

#aa66dc #dc66d3 #6f66dc

Monochromatic Colors of #aa66dc

#aa66dc

Complementary Color

#aa66dc #98dc66

#aa66dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66dc Color CSS Codes

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

#aa66dc Text Font Color

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

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


#aa66dc Background Color

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

This div background color is #aa66dc


#aa66dc Border Color

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

This div border color is #aa66dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66dc


Comments

No comments written yet.

Please login to write comment.