Color Hex Logo

#ad577a Color Hex

#AD577A
(173,87,122)
0 Favorites   0 Comments

Color spaces of #ad577a

RGB 17387122
HSL0.930.340.51
HSV336°50°68°
CMYK 0.000.500.29   0.32
XYZ24.154617.105820.4410
Yxy17.10580.39150.2772
Hunter Lab41.359231.8691-0.3516
CIE-Lab48.393139.1503-3.4964

#ad577a color RGB value is (173,87,122).

#ad577a hex color red value is 173, green value is 87 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ad577a hue: 0.93 , saturation: 0.34 and the lightness value of ad577a is 0.51.

The process color (four color CMYK) of #ad577a color hex is 0.00, 0.50, 0.29, 0.32. Web safe color of #ad577a is #996666. Color #ad577a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 01111010
Octal 255 127 172
Decimal 173 87 122
Hex AD 57 7A

RGB Percentages of Color #ad577a

%45.29
%22.77
%31.94

CMYK Percentages of Color #ad577a

%0
%50
%29
%32

Triadic Colors of #ad577a

#ad577a #7aad57 #577aad

Analogous Colors of #ad577a

#ad577a #ad5f57 #ad57a5

Monochromatic Colors of #ad577a

#ad577a

Complementary Color

#ad577a #57ad8a

#ad577a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad577a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad577a Color CSS Codes

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

#ad577a Text Font Color

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

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


#ad577a Background Color

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

This div background color is #ad577a


#ad577a Border Color

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

This div border color is #ad577a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,87,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad577a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad577a;
  -webkit-box-shadow: 1px 1px 3px 2px #ad577a;
  box-shadow:         1px 1px 3px 2px #ad577a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,87,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad577a


Comments

No comments written yet.

Please login to write comment.