Color Hex Logo

#df617c Color Hex

#DF617C
(223,97,124)
0 Favorites   0 Comments

Color spaces of #df617c

RGB 22397124
HSL0.960.660.63
HSV347°57°87°
CMYK 0.000.570.44   0.13
XYZ38.344225.692622.0070
Yxy25.69260.44560.2986
Hunter Lab50.687946.32749.7397
CIE-Lab57.744151.58879.7733

#df617c color RGB value is (223,97,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 01111100
Octal 337 141 174
Decimal 223 97 124
Hex DF 61 7C

RGB Percentages of Color #df617c

%50.23
%21.85
%27.93

CMYK Percentages of Color #df617c

%0
%57
%44
%13

Triadic Colors of #df617c

#df617c #7cdf61 #617cdf

Analogous Colors of #df617c

#df617c #df8561 #df61bb

Monochromatic Colors of #df617c

#df617c

Complementary Color

#df617c #61dfc4

#df617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df617c Color CSS Codes

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

#df617c Text Font Color

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

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


#df617c Background Color

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

This div background color is #df617c


#df617c Border Color

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

This div border color is #df617c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df617c


Comments

No comments written yet.

Please login to write comment.