Color Hex Logo

#df56cf Color Hex

#DF56CF
(223,86,207)
0 Favorites   0 Comments

Color spaces of #df56cf

RGB 22386207
HSL0.850.680.61
HSV307°61°87°
CMYK 0.000.610.07   0.13
XYZ45.021726.848561.8409
Yxy26.84850.33670.2008
Hunter Lab51.815564.4186-34.4907
CIE-Lab58.833867.2009-36.6047

#df56cf color RGB value is (223,86,207).

#df56cf hex color red value is 223, green value is 86 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #df56cf hue: 0.85 , saturation: 0.68 and the lightness value of df56cf is 0.61.

The process color (four color CMYK) of #df56cf color hex is 0.00, 0.61, 0.07, 0.13. Web safe color of #df56cf is #cc66cc. Color #df56cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010110 11001111
Octal 337 126 317
Decimal 223 86 207
Hex DF 56 CF

RGB Percentages of Color #df56cf

%43.22
%16.67
%40.12

CMYK Percentages of Color #df56cf

%0
%61
%7
%13

Triadic Colors of #df56cf

#df56cf #cfdf56 #56cfdf

Analogous Colors of #df56cf

#df56cf #df568b #ab56df

Monochromatic Colors of #df56cf

#df56cf

Complementary Color

#df56cf #56df66

#df56cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df56cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df56cf Color CSS Codes

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

#df56cf Text Font Color

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

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


#df56cf Background Color

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

This div background color is #df56cf


#df56cf Border Color

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

This div border color is #df56cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df56cf


Comments

No comments written yet.

Please login to write comment.