Color Hex Logo

#ad577f Color Hex

#AD577F
(173,87,127)
0 Favorites   0 Comments

Color spaces of #ad577f

RGB 17387127
HSL0.920.340.51
HSV332°50°68°
CMYK 0.000.500.27   0.32
XYZ24.472517.232922.1151
Yxy17.23290.38350.2700
Hunter Lab41.512532.5825-2.5270
CIE-Lab48.552239.8479-6.2668

#ad577f color RGB value is (173,87,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 01111111
Octal 255 127 177
Decimal 173 87 127
Hex AD 57 7F

RGB Percentages of Color #ad577f

%44.70
%22.48
%32.82

CMYK Percentages of Color #ad577f

%0
%50
%27
%32

Triadic Colors of #ad577f

#ad577f #7fad57 #577fad

Analogous Colors of #ad577f

#ad577f #ad5a57 #ad57aa

Monochromatic Colors of #ad577f

#ad577f

Complementary Color

#ad577f #57ad85

#ad577f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad577f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad577f Color CSS Codes

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

#ad577f Text Font Color

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

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


#ad577f Background Color

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

This div background color is #ad577f


#ad577f Border Color

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

This div border color is #ad577f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad577f


Comments

No comments written yet.

Please login to write comment.