Color Hex Logo

#aa2ecc Color Hex

#AA2ECC
(170,46,204)
0 Favorites   0 Comments

Color spaces of #aa2ecc

RGB 17046204
HSL0.800.630.49
HSV287°77°80°
CMYK 0.170.770.00   0.20
XYZ28.453614.859758.4953
Yxy14.85970.27950.1460
Hunter Lab38.548364.2965-62.9861
CIE-Lab45.441469.6458-56.6527

#aa2ecc color RGB value is (170,46,204).

#aa2ecc hex color red value is 170, green value is 46 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa2ecc hue: 0.80 , saturation: 0.63 and the lightness value of aa2ecc is 0.49.

The process color (four color CMYK) of #aa2ecc color hex is 0.17, 0.77, 0.00, 0.20. Web safe color of #aa2ecc is #9933cc. Color #aa2ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101110 11001100
Octal 252 56 314
Decimal 170 46 204
Hex AA 2E CC

RGB Percentages of Color #aa2ecc

%40.48
%10.95
%48.57

CMYK Percentages of Color #aa2ecc

%17
%77
%0
%20

Triadic Colors of #aa2ecc

#aa2ecc #ccaa2e #2eccaa

Analogous Colors of #aa2ecc

#aa2ecc #cc2e9f #5b2ecc

Monochromatic Colors of #aa2ecc

#aa2ecc

Complementary Color

#aa2ecc #50cc2e

#aa2ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2ecc Color CSS Codes

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

#aa2ecc Text Font Color

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

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


#aa2ecc Background Color

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

This div background color is #aa2ecc


#aa2ecc Border Color

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

This div border color is #aa2ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2ecc


Comments

No comments written yet.

Please login to write comment.