Color Hex Logo

#df717f Color Hex

#DF717F
(223,113,127)
0 Favorites   0 Comments

Color spaces of #df717f

RGB 223113127
HSL0.980.630.66
HSV352°49°87°
CMYK 0.000.490.43   0.13
XYZ40.167329.030523.5651
Yxy29.03050.43300.3130
Hunter Lab53.880038.781111.7847
CIE-Lab60.808544.144812.3497

#df717f color RGB value is (223,113,127).

#df717f hex color red value is 223, green value is 113 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #df717f hue: 0.98 , saturation: 0.63 and the lightness value of df717f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 01111111
Octal 337 161 177
Decimal 223 113 127
Hex DF 71 7F

RGB Percentages of Color #df717f

%48.16
%24.41
%27.43

CMYK Percentages of Color #df717f

%0
%49
%43
%13

Triadic Colors of #df717f

#df717f #7fdf71 #717fdf

Analogous Colors of #df717f

#df717f #df9a71 #df71b6

Monochromatic Colors of #df717f

#df717f

Complementary Color

#df717f #71dfd1

#df717f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df717f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df717f Color CSS Codes

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

#df717f Text Font Color

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

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


#df717f Background Color

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

This div background color is #df717f


#df717f Border Color

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

This div border color is #df717f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df717f


Comments

No comments written yet.

Please login to write comment.