Color Hex Logo

#aa37ab Color Hex

#AA37AB
(170,55,171)
0 Favorites   0 Comments

Color spaces of #aa37ab

RGB 17055171
HSL0.830.510.44
HSV299°68°67°
CMYK 0.010.680.00   0.33
XYZ25.294414.218739.9394
Yxy14.21870.31840.1790
Hunter Lab37.707753.7497-36.4037
CIE-Lab44.545060.6422-38.7794

#aa37ab color RGB value is (170,55,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 10101011
Octal 252 67 253
Decimal 170 55 171
Hex AA 37 AB

RGB Percentages of Color #aa37ab

%42.93
%13.89
%43.18

CMYK Percentages of Color #aa37ab

%1
%68
%0
%33

Triadic Colors of #aa37ab

#aa37ab #abaa37 #37abaa

Analogous Colors of #aa37ab

#aa37ab #ab3772 #7037ab

Monochromatic Colors of #aa37ab

#aa37ab

Complementary Color

#aa37ab #38ab37

#aa37ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37ab Color CSS Codes

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

#aa37ab Text Font Color

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

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


#aa37ab Background Color

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

This div background color is #aa37ab


#aa37ab Border Color

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

This div border color is #aa37ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37ab


Comments

No comments written yet.

Please login to write comment.