Color Hex Logo

#aa2dc2 Color Hex

#AA2DC2
(170,45,194)
0 Favorites   0 Comments

Color spaces of #aa2dc2

RGB 17045194
HSL0.810.620.47
HSV290°77°76°
CMYK 0.120.770.00   0.24
XYZ27.253614.317952.3661
Yxy14.31790.29010.1524
Hunter Lab37.839062.3467-55.5652
CIE-Lab44.685468.1346-52.0667

#aa2dc2 color RGB value is (170,45,194).

#aa2dc2 hex color red value is 170, green value is 45 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aa2dc2 hue: 0.81 , saturation: 0.62 and the lightness value of aa2dc2 is 0.47.

The process color (four color CMYK) of #aa2dc2 color hex is 0.12, 0.77, 0.00, 0.24. Web safe color of #aa2dc2 is #9933cc. Color #aa2dc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 11000010
Octal 252 55 302
Decimal 170 45 194
Hex AA 2D C2

RGB Percentages of Color #aa2dc2

%41.56
%11.00
%47.43

CMYK Percentages of Color #aa2dc2

%12
%77
%0
%24

Triadic Colors of #aa2dc2

#aa2dc2 #c2aa2d #2dc2aa

Analogous Colors of #aa2dc2

#aa2dc2 #c22d90 #602dc2

Monochromatic Colors of #aa2dc2

#aa2dc2

Complementary Color

#aa2dc2 #45c22d

#aa2dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2dc2 Color CSS Codes

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

#aa2dc2 Text Font Color

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

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


#aa2dc2 Background Color

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

This div background color is #aa2dc2


#aa2dc2 Border Color

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

This div border color is #aa2dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2dc2


Comments

No comments written yet.

Please login to write comment.