Color Hex Logo

#aa2aab Color Hex

#AA2AAB
(170,42,171)
0 Favorites   0 Comments

Color spaces of #aa2aab

RGB 17042171
HSL0.830.610.42
HSV300°75°67°
CMYK 0.010.750.00   0.33
XYZ24.756213.142339.7600
Yxy13.14230.31880.1692
Hunter Lab36.252358.4536-39.6501
CIE-Lab42.976965.1037-41.2683

#aa2aab color RGB value is (170,42,171).

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

The process color (four color CMYK) of #aa2aab color hex is 0.01, 0.75, 0.00, 0.33. Web safe color of #aa2aab is #993399. Color #aa2aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101010 10101011
Octal 252 52 253
Decimal 170 42 171
Hex AA 2A AB

RGB Percentages of Color #aa2aab

%44.39
%10.97
%44.65

CMYK Percentages of Color #aa2aab

%1
%75
%0
%33

Triadic Colors of #aa2aab

#aa2aab #abaa2a #2aabaa

Analogous Colors of #aa2aab

#aa2aab #ab2a6c #6a2aab

Monochromatic Colors of #aa2aab

#aa2aab

Complementary Color

#aa2aab #2bab2a

#aa2aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2aab Color CSS Codes

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

#aa2aab Text Font Color

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

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


#aa2aab Background Color

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

This div background color is #aa2aab


#aa2aab Border Color

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

This div border color is #aa2aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2aab


Comments

No comments written yet.

Please login to write comment.