Color Hex Logo

#aa37ac Color Hex

#AA37AC
(170,55,172)
0 Favorites   0 Comments

Color spaces of #aa37ac

RGB 17055172
HSL0.830.520.45
HSV299°68°67°
CMYK 0.010.680.00   0.33
XYZ25.390114.257040.4434
Yxy14.25700.31700.1780
Hunter Lab37.758453.9524-37.0751
CIE-Lab44.599360.8132-39.2855

#aa37ac color RGB value is (170,55,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 10101100
Octal 252 67 254
Decimal 170 55 172
Hex AA 37 AC

RGB Percentages of Color #aa37ac

%42.82
%13.85
%43.32

CMYK Percentages of Color #aa37ac

%1
%68
%0
%33

Triadic Colors of #aa37ac

#aa37ac #acaa37 #37acaa

Analogous Colors of #aa37ac

#aa37ac #ac3774 #7037ac

Monochromatic Colors of #aa37ac

#aa37ac

Complementary Color

#aa37ac #39ac37

#aa37ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37ac Color CSS Codes

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

#aa37ac Text Font Color

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

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


#aa37ac Background Color

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

This div background color is #aa37ac


#aa37ac Border Color

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

This div border color is #aa37ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37ac


Comments

No comments written yet.

Please login to write comment.