Color Hex Logo

#aa4eac Color Hex

#AA4EAC
(170,78,172)
0 Favorites   0 Comments

Color spaces of #aa4eac

RGB 17078172
HSL0.830.380.49
HSV299°55°67°
CMYK 0.010.550.00   0.33
XYZ26.748316.973440.8961
Yxy16.97340.31610.2006
Hunter Lab41.198843.7932-30.0152
CIE-Lab48.226550.8210-33.5661

#aa4eac color RGB value is (170,78,172).

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

The process color (four color CMYK) of #aa4eac color hex is 0.01, 0.55, 0.00, 0.33. Web safe color of #aa4eac is #996699. Color #aa4eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001110 10101100
Octal 252 116 254
Decimal 170 78 172
Hex AA 4E AC

RGB Percentages of Color #aa4eac

%40.48
%18.57
%40.95

CMYK Percentages of Color #aa4eac

%1
%55
%0
%33

Triadic Colors of #aa4eac

#aa4eac #acaa4e #4eacaa

Analogous Colors of #aa4eac

#aa4eac #ac4e7f #7b4eac

Monochromatic Colors of #aa4eac

#aa4eac

Complementary Color

#aa4eac #50ac4e

#aa4eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4eac Color CSS Codes

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

#aa4eac Text Font Color

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

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


#aa4eac Background Color

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

This div background color is #aa4eac


#aa4eac Border Color

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

This div border color is #aa4eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4eac


Comments

No comments written yet.

Please login to write comment.