Color Hex Logo

#df717d Color Hex

#DF717D
(223,113,125)
0 Favorites   0 Comments

Color spaces of #df717d

RGB 223113125
HSL0.980.630.66
HSV353°49°87°
CMYK 0.000.490.44   0.13
XYZ40.038228.978922.8853
Yxy28.97890.43570.3153
Hunter Lab53.832138.555312.4768
CIE-Lab60.763043.938613.4371

#df717d color RGB value is (223,113,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 01111101
Octal 337 161 175
Decimal 223 113 125
Hex DF 71 7D

RGB Percentages of Color #df717d

%48.37
%24.51
%27.11

CMYK Percentages of Color #df717d

%0
%49
%44
%13

Triadic Colors of #df717d

#df717d #7ddf71 #717ddf

Analogous Colors of #df717d

#df717d #df9c71 #df71b4

Monochromatic Colors of #df717d

#df717d

Complementary Color

#df717d #71dfd3

#df717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df717d Color CSS Codes

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

#df717d Text Font Color

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

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


#df717d Background Color

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

This div background color is #df717d


#df717d Border Color

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

This div border color is #df717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df717d


Comments

No comments written yet.

Please login to write comment.