Color Hex Logo

#aa3eaa Color Hex

#AA3EAA
(170,62,170)
0 Favorites   0 Comments

Color spaces of #aa3eaa

RGB 17062170
HSL0.830.470.45
HSV300°64°67°
CMYK 0.000.640.00   0.33
XYZ25.555914.893639.5580
Yxy14.89360.31940.1862
Hunter Lab38.592250.6669-33.7592
CIE-Lab45.488157.6813-36.6961

#aa3eaa color RGB value is (170,62,170).

#aa3eaa hex color red value is 170, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa3eaa hue: 0.83 , saturation: 0.47 and the lightness value of aa3eaa is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111110 10101010
Octal 252 76 252
Decimal 170 62 170
Hex AA 3E AA

RGB Percentages of Color #aa3eaa

%42.29
%15.42
%42.29

CMYK Percentages of Color #aa3eaa

%0
%64
%0
%33

Triadic Colors of #aa3eaa

#aa3eaa #aaaa3e #3eaaaa

Analogous Colors of #aa3eaa

#aa3eaa #aa3e74 #743eaa

Monochromatic Colors of #aa3eaa

#aa3eaa

Complementary Color

#aa3eaa #3eaa3e

#aa3eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3eaa Color CSS Codes

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

#aa3eaa Text Font Color

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

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


#aa3eaa Background Color

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

This div background color is #aa3eaa


#aa3eaa Border Color

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

This div border color is #aa3eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3eaa


Comments

No comments written yet.

Please login to write comment.