Color Hex Logo

#aa157c Color Hex

#AA157C
(170,21,124)
0 Favorites   0 Comments

Color spaces of #aa157c

RGB 17021124
HSL0.880.780.37
HSV319°88°67°
CMYK 0.000.880.27   0.33
XYZ20.483810.537620.0231
Yxy10.53760.40130.2064
Hunter Lab32.461755.8283-13.8483
CIE-Lab38.790563.6081-19.2668

#aa157c color RGB value is (170,21,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 01111100
Octal 252 25 174
Decimal 170 21 124
Hex AA 15 7C

RGB Percentages of Color #aa157c

%53.97
%6.67
%39.37

CMYK Percentages of Color #aa157c

%0
%88
%27
%33

Triadic Colors of #aa157c

#aa157c #7caa15 #157caa

Analogous Colors of #aa157c

#aa157c #aa1531 #8e15aa

Monochromatic Colors of #aa157c

#aa157c

Complementary Color

#aa157c #15aa43

#aa157c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa157c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa157c Color CSS Codes

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

#aa157c Text Font Color

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

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


#aa157c Background Color

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

This div background color is #aa157c


#aa157c Border Color

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

This div border color is #aa157c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa157c


Comments

No comments written yet.

Please login to write comment.