Color Hex Logo

#aa66ca Color Hex

#AA66CA
(170,102,202)
0 Favorites   0 Comments

Color spaces of #aa66ca

RGB 170102202
HSL0.780.490.60
HSV281°50°79°
CMYK 0.160.500.00   0.21
XYZ31.989622.313158.4979
Yxy22.31310.28360.1978
Hunter Lab47.236738.2192-40.3589
CIE-Lab54.357644.5321-41.2823

#aa66ca color RGB value is (170,102,202).

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

The process color (four color CMYK) of #aa66ca color hex is 0.16, 0.50, 0.00, 0.21. Web safe color of #aa66ca is #9966cc. Color #aa66ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 11001010
Octal 252 146 312
Decimal 170 102 202
Hex AA 66 CA

RGB Percentages of Color #aa66ca

%35.86
%21.52
%42.62

CMYK Percentages of Color #aa66ca

%16
%50
%0
%21

Triadic Colors of #aa66ca

#aa66ca #caaa66 #66caaa

Analogous Colors of #aa66ca

#aa66ca #ca66b8 #7866ca

Monochromatic Colors of #aa66ca

#aa66ca

Complementary Color

#aa66ca #86ca66

#aa66ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66ca Color CSS Codes

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

#aa66ca Text Font Color

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

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


#aa66ca Background Color

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

This div background color is #aa66ca


#aa66ca Border Color

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

This div border color is #aa66ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66ca


Comments

No comments written yet.

Please login to write comment.