Color Hex Logo

#dc717d Color Hex

#DC717D
(220,113,125)
0 Favorites   0 Comments

Color spaces of #dc717d

RGB 220113125
HSL0.980.600.65
HSV353°49°86°
CMYK 0.000.490.43   0.14
XYZ39.122028.506622.8424
Yxy28.50660.43240.3151
Hunter Lab53.391637.358412.0082
CIE-Lab60.343742.865012.7885

#dc717d color RGB value is (220,113,125).

#dc717d hex color red value is 220, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dc717d hue: 0.98 , saturation: 0.60 and the lightness value of dc717d is 0.65.

The process color (four color CMYK) of #dc717d color hex is 0.00, 0.49, 0.43, 0.14. Web safe color of #dc717d is #cc6666. Color #dc717d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 01111101
Octal 334 161 175
Decimal 220 113 125
Hex DC 71 7D

RGB Percentages of Color #dc717d

%48.03
%24.67
%27.29

CMYK Percentages of Color #dc717d

%0
%49
%43
%14

Triadic Colors of #dc717d

#dc717d #7ddc71 #717ddc

Analogous Colors of #dc717d

#dc717d #dc9b71 #dc71b3

Monochromatic Colors of #dc717d

#dc717d

Complementary Color

#dc717d #71dcd0

#dc717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc717d Color CSS Codes

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

#dc717d Text Font Color

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

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


#dc717d Background Color

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

This div background color is #dc717d


#dc717d Border Color

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

This div border color is #dc717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc717d


Comments

No comments written yet.

Please login to write comment.