Color Hex Logo

#ad577c Color Hex

#AD577C
(173,87,124)
0 Favorites   0 Comments

Color spaces of #ad577c

RGB 17387124
HSL0.930.340.51
HSV334°50°68°
CMYK 0.000.500.28   0.32
XYZ24.279917.155921.1005
Yxy17.15590.38830.2743
Hunter Lab41.419732.1509-1.2104
CIE-Lab48.455939.4263-4.6067

#ad577c color RGB value is (173,87,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 01111100
Octal 255 127 174
Decimal 173 87 124
Hex AD 57 7C

RGB Percentages of Color #ad577c

%45.05
%22.66
%32.29

CMYK Percentages of Color #ad577c

%0
%50
%28
%32

Triadic Colors of #ad577c

#ad577c #7cad57 #577cad

Analogous Colors of #ad577c

#ad577c #ad5d57 #ad57a7

Monochromatic Colors of #ad577c

#ad577c

Complementary Color

#ad577c #57ad88

#ad577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad577c Color CSS Codes

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

#ad577c Text Font Color

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

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


#ad577c Background Color

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

This div background color is #ad577c


#ad577c Border Color

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

This div border color is #ad577c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,87,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 #ad577c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad577c


Comments

No comments written yet.

Please login to write comment.