Color Hex Logo

#df56ce Color Hex

#DF56CE
(223,86,206)
0 Favorites   0 Comments

Color spaces of #df56ce

RGB 22386206
HSL0.850.680.61
HSV307°61°87°
CMYK 0.000.610.08   0.13
XYZ44.899826.799861.1989
Yxy26.79980.33790.2017
Hunter Lab51.768564.2214-33.8526
CIE-Lab58.788667.0439-36.1076

#df56ce color RGB value is (223,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010110 11001110
Octal 337 126 316
Decimal 223 86 206
Hex DF 56 CE

RGB Percentages of Color #df56ce

%43.30
%16.70
%40.00

CMYK Percentages of Color #df56ce

%0
%61
%8
%13

Triadic Colors of #df56ce

#df56ce #cedf56 #56cedf

Analogous Colors of #df56ce

#df56ce #df568a #ac56df

Monochromatic Colors of #df56ce

#df56ce

Complementary Color

#df56ce #56df67

#df56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df56ce Color CSS Codes

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

#df56ce Text Font Color

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

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


#df56ce Background Color

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

This div background color is #df56ce


#df56ce Border Color

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

This div border color is #df56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df56ce


Comments

No comments written yet.

Please login to write comment.