Color Hex Logo

#aa66dd Color Hex

#AA66DD
(170,102,221)
2 Favorites   0 Comments

Color spaces of #aa66dd

RGB 170102221
HSL0.760.640.63
HSV274°54°87°
CMYK 0.230.540.00   0.13
XYZ34.380123.269271.0860
Yxy23.26920.26710.1808
Hunter Lab48.238242.8030-53.6058
CIE-Lab55.348548.7170-50.4873

#aa66dd color RGB value is (170,102,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 11011101
Octal 252 146 335
Decimal 170 102 221
Hex AA 66 DD

RGB Percentages of Color #aa66dd

%34.48
%20.69
%44.83

CMYK Percentages of Color #aa66dd

%23
%54
%0
%13

Triadic Colors of #aa66dd

#aa66dd #ddaa66 #66ddaa

Analogous Colors of #aa66dd

#aa66dd #dd66d5 #6f66dd

Monochromatic Colors of #aa66dd

#aa66dd

Complementary Color

#aa66dd #99dd66

#aa66dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66dd Color CSS Codes

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

#aa66dd Text Font Color

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

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


#aa66dd Background Color

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

This div background color is #aa66dd


#aa66dd Border Color

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

This div border color is #aa66dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66dd

#aa66dd Color Palettes


Comments

No comments written yet.

Please login to write comment.