Color Hex Logo

#df56cc Color Hex

#DF56CC
(223,86,204)
0 Favorites   0 Comments

Color spaces of #df56cc

RGB 22386204
HSL0.860.680.61
HSV308°61°87°
CMYK 0.000.610.09   0.13
XYZ44.658326.703259.9272
Yxy26.70320.34020.2034
Hunter Lab51.675163.8304-32.5855
CIE-Lab58.698666.7323-35.1115

#df56cc color RGB value is (223,86,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010110 11001100
Octal 337 126 314
Decimal 223 86 204
Hex DF 56 CC

RGB Percentages of Color #df56cc

%43.47
%16.76
%39.77

CMYK Percentages of Color #df56cc

%0
%61
%9
%13

Triadic Colors of #df56cc

#df56cc #ccdf56 #56ccdf

Analogous Colors of #df56cc

#df56cc #df5688 #ae56df

Monochromatic Colors of #df56cc

#df56cc

Complementary Color

#df56cc #56df69

#df56cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df56cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df56cc Color CSS Codes

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

#df56cc Text Font Color

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

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


#df56cc Background Color

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

This div background color is #df56cc


#df56cc Border Color

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

This div border color is #df56cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df56cc


Comments

No comments written yet.

Please login to write comment.