Color Hex Logo

#aa2cca Color Hex

#AA2CCA
(170,44,202)
0 Favorites   0 Comments

Color spaces of #aa2cca

RGB 17044202
HSL0.800.640.48
HSV288°78°79°
CMYK 0.160.780.00   0.21
XYZ28.138914.611757.2144
Yxy14.61170.28150.1462
Hunter Lab38.225364.5057-61.9858
CIE-Lab45.097769.8897-56.0498

#aa2cca color RGB value is (170,44,202).

#aa2cca hex color red value is 170, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa2cca hue: 0.80 , saturation: 0.64 and the lightness value of aa2cca is 0.48.

The process color (four color CMYK) of #aa2cca color hex is 0.16, 0.78, 0.00, 0.21. Web safe color of #aa2cca is #9933cc. Color #aa2cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101100 11001010
Octal 252 54 312
Decimal 170 44 202
Hex AA 2C CA

RGB Percentages of Color #aa2cca

%40.87
%10.58
%48.56

CMYK Percentages of Color #aa2cca

%16
%78
%0
%21

Triadic Colors of #aa2cca

#aa2cca #caaa2c #2ccaaa

Analogous Colors of #aa2cca

#aa2cca #ca2c9b #5b2cca

Monochromatic Colors of #aa2cca

#aa2cca

Complementary Color

#aa2cca #4cca2c

#aa2cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2cca Color CSS Codes

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

#aa2cca Text Font Color

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

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


#aa2cca Background Color

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

This div background color is #aa2cca


#aa2cca Border Color

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

This div border color is #aa2cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,44,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 #aa2cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2cca


Comments

No comments written yet.

Please login to write comment.