Color Hex Logo

#df56cd Color Hex

#DF56CD
(223,86,205)
0 Favorites   0 Comments

Color spaces of #df56cd

RGB 22386205
HSL0.860.680.61
HSV308°61°87°
CMYK 0.000.610.08   0.13
XYZ44.778726.751360.5610
Yxy26.75130.33900.2025
Hunter Lab51.721764.0258-33.2176
CIE-Lab58.743466.8881-35.6100

#df56cd color RGB value is (223,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010110 11001101
Octal 337 126 315
Decimal 223 86 205
Hex DF 56 CD

RGB Percentages of Color #df56cd

%43.39
%16.73
%39.88

CMYK Percentages of Color #df56cd

%0
%61
%8
%13

Triadic Colors of #df56cd

#df56cd #cddf56 #56cddf

Analogous Colors of #df56cd

#df56cd #df5689 #ad56df

Monochromatic Colors of #df56cd

#df56cd

Complementary Color

#df56cd #56df68

#df56cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df56cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df56cd Color CSS Codes

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

#df56cd Text Font Color

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

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


#df56cd Background Color

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

This div background color is #df56cd


#df56cd Border Color

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

This div border color is #df56cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df56cd


Comments

No comments written yet.

Please login to write comment.