Color Hex Logo

#aa2aed Color Hex

#AA2AED
(170,42,237)
0 Favorites   0 Comments

Color spaces of #aa2aed

RGB 17042237
HSL0.780.840.55
HSV279°82°93°
CMYK 0.280.820.00   0.07
XYZ32.691616.316481.5471
Yxy16.31640.25040.1250
Hunter Lab40.393673.7761-91.4200
CIE-Lab47.386977.1041-72.3389

#aa2aed color RGB value is (170,42,237).

#aa2aed hex color red value is 170, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aa2aed hue: 0.78 , saturation: 0.84 and the lightness value of aa2aed is 0.55.

The process color (four color CMYK) of #aa2aed color hex is 0.28, 0.82, 0.00, 0.07. Web safe color of #aa2aed is #9933ff. Color #aa2aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101010 11101101
Octal 252 52 355
Decimal 170 42 237
Hex AA 2A ED

RGB Percentages of Color #aa2aed

%37.86
%9.35
%52.78

CMYK Percentages of Color #aa2aed

%28
%82
%0
%7

Triadic Colors of #aa2aed

#aa2aed #edaa2a #2aedaa

Analogous Colors of #aa2aed

#aa2aed #ed2acf #492aed

Monochromatic Colors of #aa2aed

#aa2aed

Complementary Color

#aa2aed #6ded2a

#aa2aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2aed Color CSS Codes

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

#aa2aed Text Font Color

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

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


#aa2aed Background Color

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

This div background color is #aa2aed


#aa2aed Border Color

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

This div border color is #aa2aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2aed


Comments

No comments written yet.

Please login to write comment.