Color Hex Logo

#aa4ea2 Color Hex

#AA4EA2
(170,78,162)
0 Favorites   0 Comments

Color spaces of #aa4ea2

RGB 17078162
HSL0.850.370.49
HSV305°54°67°
CMYK 0.000.540.05   0.33
XYZ25.823516.603536.0262
Yxy16.60350.32920.2116
Hunter Lab40.747441.8157-23.8972
CIE-Lab47.756549.0263-28.4049

#aa4ea2 color RGB value is (170,78,162).

#aa4ea2 hex color red value is 170, green value is 78 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #aa4ea2 hue: 0.85 , saturation: 0.37 and the lightness value of aa4ea2 is 0.49.

The process color (four color CMYK) of #aa4ea2 color hex is 0.00, 0.54, 0.05, 0.33. Web safe color of #aa4ea2 is #996699. Color #aa4ea2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001110 10100010
Octal 252 116 242
Decimal 170 78 162
Hex AA 4E A2

RGB Percentages of Color #aa4ea2

%41.46
%19.02
%39.51

CMYK Percentages of Color #aa4ea2

%0
%54
%5
%33

Triadic Colors of #aa4ea2

#aa4ea2 #a2aa4e #4ea2aa

Analogous Colors of #aa4ea2

#aa4ea2 #aa4e74 #844eaa

Monochromatic Colors of #aa4ea2

#aa4ea2

Complementary Color

#aa4ea2 #4eaa56

#aa4ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4ea2 Color CSS Codes

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

#aa4ea2 Text Font Color

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

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


#aa4ea2 Background Color

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

This div background color is #aa4ea2


#aa4ea2 Border Color

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

This div border color is #aa4ea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4ea2


Comments

No comments written yet.

Please login to write comment.