Color Hex Logo

#aa2dca Color Hex

#AA2DCA
(170,45,202)
0 Favorites   0 Comments

Color spaces of #aa2dca

RGB 17045202
HSL0.800.640.48
HSV288°78°79°
CMYK 0.160.780.00   0.21
XYZ28.176614.687157.2269
Yxy14.68710.28150.1467
Hunter Lab38.323864.1712-61.7081
CIE-Lab45.202669.5862-55.8807

#aa2dca color RGB value is (170,45,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 11001010
Octal 252 55 312
Decimal 170 45 202
Hex AA 2D CA

RGB Percentages of Color #aa2dca

%40.77
%10.79
%48.44

CMYK Percentages of Color #aa2dca

%16
%78
%0
%21

Triadic Colors of #aa2dca

#aa2dca #caaa2d #2dcaaa

Analogous Colors of #aa2dca

#aa2dca #ca2d9c #5b2dca

Monochromatic Colors of #aa2dca

#aa2dca

Complementary Color

#aa2dca #4dca2d

#aa2dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2dca Color CSS Codes

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

#aa2dca Text Font Color

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

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


#aa2dca Background Color

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

This div background color is #aa2dca


#aa2dca Border Color

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

This div border color is #aa2dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2dca


Comments

No comments written yet.

Please login to write comment.