Color Hex Logo

#aa2daa Color Hex

#AA2DAA
(170,45,170)
0 Favorites   0 Comments

Color spaces of #aa2daa

RGB 17045170
HSL0.830.580.42
HSV300°74°67°
CMYK 0.000.740.00   0.33
XYZ24.771613.325139.2966
Yxy13.32510.32010.1722
Hunter Lab36.503657.2503-38.2740
CIE-Lab43.249163.9967-40.2415

#aa2daa color RGB value is (170,45,170).

#aa2daa hex color red value is 170, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa2daa hue: 0.83 , saturation: 0.58 and the lightness value of aa2daa is 0.42.

The process color (four color CMYK) of #aa2daa color hex is 0.00, 0.74, 0.00, 0.33. Web safe color of #aa2daa is #993399. Color #aa2daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101101 10101010
Octal 252 55 252
Decimal 170 45 170
Hex AA 2D AA

RGB Percentages of Color #aa2daa

%44.16
%11.69
%44.16

CMYK Percentages of Color #aa2daa

%0
%74
%0
%33

Triadic Colors of #aa2daa

#aa2daa #aaaa2d #2daaaa

Analogous Colors of #aa2daa

#aa2daa #aa2d6c #6c2daa

Monochromatic Colors of #aa2daa

#aa2daa

Complementary Color

#aa2daa #2daa2d

#aa2daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2daa Color CSS Codes

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

#aa2daa Text Font Color

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

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


#aa2daa Background Color

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

This div background color is #aa2daa


#aa2daa Border Color

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

This div border color is #aa2daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2daa


Comments

No comments written yet.

Please login to write comment.