Color Hex Logo

#aa66ff Color Hex

#AA66FF
(170,102,255)
1 Favorites   0 Comments

Color spaces of #aa66ff

RGB 170102255
HSL0.741.000.70
HSV267°60°100°
CMYK 0.330.600.00   0.00
XYZ39.378925.268897.4096
Yxy25.26880.24300.1559
Hunter Lab50.268151.8638-79.7046
CIE-Lab57.336456.6398-66.2707

#aa66ff color RGB value is (170,102,255).

#aa66ff hex color red value is 170, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aa66ff hue: 0.74 , saturation: 1.00 and the lightness value of aa66ff is 0.70.

The process color (four color CMYK) of #aa66ff color hex is 0.33, 0.60, 0.00, 0.00. Web safe color of #aa66ff is #9966ff. Color #aa66ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 11111111
Octal 252 146 377
Decimal 170 102 255
Hex AA 66 FF

RGB Percentages of Color #aa66ff

%32.26
%19.35
%48.39

CMYK Percentages of Color #aa66ff

%33
%60
%0
%0

Triadic Colors of #aa66ff

#aa66ff #ffaa66 #66ffaa

Analogous Colors of #aa66ff

#aa66ff #f766ff #666fff

Monochromatic Colors of #aa66ff

#aa66ff

Complementary Color

#aa66ff #bbff66

#aa66ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66ff Color CSS Codes

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

#aa66ff Text Font Color

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

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


#aa66ff Background Color

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

This div background color is #aa66ff


#aa66ff Border Color

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

This div border color is #aa66ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66ff


Comments

No comments written yet.

Please login to write comment.