Color Hex Logo

#df717e Color Hex

#DF717E
(223,113,126)
0 Favorites   0 Comments

Color spaces of #df717e

RGB 223113126
HSL0.980.630.66
HSV353°49°87°
CMYK 0.000.490.43   0.13
XYZ40.102429.004623.2235
Yxy29.00460.43430.3141
Hunter Lab53.855938.667512.1324
CIE-Lab60.785744.041112.8933

#df717e color RGB value is (223,113,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 01111110
Octal 337 161 176
Decimal 223 113 126
Hex DF 71 7E

RGB Percentages of Color #df717e

%48.27
%24.46
%27.27

CMYK Percentages of Color #df717e

%0
%49
%43
%13

Triadic Colors of #df717e

#df717e #7edf71 #717edf

Analogous Colors of #df717e

#df717e #df9b71 #df71b5

Monochromatic Colors of #df717e

#df717e

Complementary Color

#df717e #71dfd2

#df717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df717e Color CSS Codes

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

#df717e Text Font Color

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

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


#df717e Background Color

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

This div background color is #df717e


#df717e Border Color

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

This div border color is #df717e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,113,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df717e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df717e

#df717e Color Palettes


Comments

No comments written yet.

Please login to write comment.