Color Hex Logo

#dc577c Color Hex

#DC577C
(220,87,124)
0 Favorites   0 Comments

Color spaces of #dc577c

RGB 22087124
HSL0.950.660.60
HSV343°60°86°
CMYK 0.000.600.44   0.14
XYZ36.561523.487321.6753
Yxy23.48730.44740.2874
Hunter Lab48.463749.85077.4072
CIE-Lab55.570855.13996.6188

#dc577c color RGB value is (220,87,124).

#dc577c hex color red value is 220, green value is 87 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dc577c hue: 0.95 , saturation: 0.66 and the lightness value of dc577c is 0.60.

The process color (four color CMYK) of #dc577c color hex is 0.00, 0.60, 0.44, 0.14. Web safe color of #dc577c is #cc6666. Color #dc577c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 01111100
Octal 334 127 174
Decimal 220 87 124
Hex DC 57 7C

RGB Percentages of Color #dc577c

%51.04
%20.19
%28.77

CMYK Percentages of Color #dc577c

%0
%60
%44
%14

Triadic Colors of #dc577c

#dc577c #7cdc57 #577cdc

Analogous Colors of #dc577c

#dc577c #dc7557 #dc57bf

Monochromatic Colors of #dc577c

#dc577c

Complementary Color

#dc577c #57dcb7

#dc577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc577c Color CSS Codes

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

#dc577c Text Font Color

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

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


#dc577c Background Color

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

This div background color is #dc577c


#dc577c Border Color

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

This div border color is #dc577c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc577c


Comments

No comments written yet.

Please login to write comment.