Color Hex Logo

#aa2ada Color Hex

#AA2ADA
(170,42,218)
0 Favorites   0 Comments

Color spaces of #aa2ada

RGB 17042218
HSL0.790.700.51
HSV284°81°85°
CMYK 0.220.810.00   0.15
XYZ30.060415.263967.6915
Yxy15.26390.26600.1351
Hunter Lab39.069068.9702-75.3783
CIE-Lab45.993573.4472-63.8098

#aa2ada color RGB value is (170,42,218).

#aa2ada hex color red value is 170, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa2ada hue: 0.79 , saturation: 0.70 and the lightness value of aa2ada is 0.51.

The process color (four color CMYK) of #aa2ada color hex is 0.22, 0.81, 0.00, 0.15. Web safe color of #aa2ada is #9933cc. Color #aa2ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101010 11011010
Octal 252 52 332
Decimal 170 42 218
Hex AA 2A DA

RGB Percentages of Color #aa2ada

%39.53
%9.77
%50.70

CMYK Percentages of Color #aa2ada

%22
%81
%0
%15

Triadic Colors of #aa2ada

#aa2ada #daaa2a #2adaaa

Analogous Colors of #aa2ada

#aa2ada #da2ab2 #522ada

Monochromatic Colors of #aa2ada

#aa2ada

Complementary Color

#aa2ada #5ada2a

#aa2ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2ada Color CSS Codes

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

#aa2ada Text Font Color

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

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


#aa2ada Background Color

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

This div background color is #aa2ada


#aa2ada Border Color

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

This div border color is #aa2ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2ada


Comments

No comments written yet.

Please login to write comment.