Color Hex Logo

#aa2eab Color Hex

#AA2EAB
(170,46,171)
0 Favorites   0 Comments

Color spaces of #aa2eab

RGB 17046171
HSL0.830.580.43
HSV300°73°67°
CMYK 0.010.730.00   0.33
XYZ24.905213.440339.8097
Yxy13.44030.31870.1720
Hunter Lab36.661057.1050-38.7195
CIE-Lab43.419363.8360-40.5651

#aa2eab color RGB value is (170,46,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101110 10101011
Octal 252 56 253
Decimal 170 46 171
Hex AA 2E AB

RGB Percentages of Color #aa2eab

%43.93
%11.89
%44.19

CMYK Percentages of Color #aa2eab

%1
%73
%0
%33

Triadic Colors of #aa2eab

#aa2eab #abaa2e #2eabaa

Analogous Colors of #aa2eab

#aa2eab #ab2e6e #6c2eab

Monochromatic Colors of #aa2eab

#aa2eab

Complementary Color

#aa2eab #2fab2e

#aa2eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2eab Color CSS Codes

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

#aa2eab Text Font Color

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

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


#aa2eab Background Color

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

This div background color is #aa2eab


#aa2eab Border Color

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

This div border color is #aa2eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2eab


Comments

No comments written yet.

Please login to write comment.