Color Hex Logo

#aa66ce Color Hex

#AA66CE
(170,102,206)
0 Favorites   0 Comments

Color spaces of #aa66ce

RGB 170102206
HSL0.780.510.60
HSV279°50°81°
CMYK 0.170.500.00   0.19
XYZ32.469522.505061.0251
Yxy22.50500.27990.1940
Hunter Lab47.439439.1537-43.0618
CIE-Lab54.558845.3957-43.2440

#aa66ce color RGB value is (170,102,206).

#aa66ce hex color red value is 170, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa66ce hue: 0.78 , saturation: 0.51 and the lightness value of aa66ce is 0.60.

The process color (four color CMYK) of #aa66ce color hex is 0.17, 0.50, 0.00, 0.19. Web safe color of #aa66ce is #9966cc. Color #aa66ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 11001110
Octal 252 146 316
Decimal 170 102 206
Hex AA 66 CE

RGB Percentages of Color #aa66ce

%35.56
%21.34
%43.10

CMYK Percentages of Color #aa66ce

%17
%50
%0
%19

Triadic Colors of #aa66ce

#aa66ce #ceaa66 #66ceaa

Analogous Colors of #aa66ce

#aa66ce #ce66be #7666ce

Monochromatic Colors of #aa66ce

#aa66ce

Complementary Color

#aa66ce #8ace66

#aa66ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66ce Color CSS Codes

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

#aa66ce Text Font Color

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

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


#aa66ce Background Color

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

This div background color is #aa66ce


#aa66ce Border Color

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

This div border color is #aa66ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66ce


Comments

No comments written yet.

Please login to write comment.