Color Hex Logo

#aa156f Color Hex

#AA156F
(170,21,111)
0 Favorites   0 Comments

Color spaces of #aa156f

RGB 17021111
HSL0.900.780.37
HSV324°88°67°
CMYK 0.000.880.35   0.33
XYZ19.715010.230115.9744
Yxy10.23010.42930.2228
Hunter Lab31.984554.0530-7.2227
CIE-Lab38.252362.1297-11.9452

#aa156f color RGB value is (170,21,111).

#aa156f hex color red value is 170, green value is 21 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aa156f hue: 0.90 , saturation: 0.78 and the lightness value of aa156f is 0.37.

The process color (four color CMYK) of #aa156f color hex is 0.00, 0.88, 0.35, 0.33. Web safe color of #aa156f is #990066. Color #aa156f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 01101111
Octal 252 25 157
Decimal 170 21 111
Hex AA 15 6F

RGB Percentages of Color #aa156f

%56.29
%6.95
%36.75

CMYK Percentages of Color #aa156f

%0
%88
%35
%33

Triadic Colors of #aa156f

#aa156f #6faa15 #156faa

Analogous Colors of #aa156f

#aa156f #aa1524 #9b15aa

Monochromatic Colors of #aa156f

#aa156f

Complementary Color

#aa156f #15aa50

#aa156f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa156f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa156f Color CSS Codes

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

#aa156f Text Font Color

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

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


#aa156f Background Color

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

This div background color is #aa156f


#aa156f Border Color

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

This div border color is #aa156f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa156f


Comments

No comments written yet.

Please login to write comment.