Color Hex Logo

#aa157d Color Hex

#AA157D
(170,21,125)
0 Favorites   0 Comments

Color spaces of #aa157d

RGB 17021125
HSL0.880.780.37
HSV318°88°67°
CMYK 0.000.880.26   0.33
XYZ20.547410.563020.3579
Yxy10.56300.39920.2052
Hunter Lab32.500855.9736-14.3877
CIE-Lab38.834563.7285-19.8213

#aa157d color RGB value is (170,21,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 01111101
Octal 252 25 175
Decimal 170 21 125
Hex AA 15 7D

RGB Percentages of Color #aa157d

%53.80
%6.65
%39.56

CMYK Percentages of Color #aa157d

%0
%88
%26
%33

Triadic Colors of #aa157d

#aa157d #7daa15 #157daa

Analogous Colors of #aa157d

#aa157d #aa1533 #8d15aa

Monochromatic Colors of #aa157d

#aa157d

Complementary Color

#aa157d #15aa42

#aa157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa157d Color CSS Codes

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

#aa157d Text Font Color

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

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


#aa157d Background Color

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

This div background color is #aa157d


#aa157d Border Color

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

This div border color is #aa157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa157d


Comments

No comments written yet.

Please login to write comment.