Color Hex Logo

#df559c Color Hex

#DF559C
(223,85,156)
0 Favorites   0 Comments

Color spaces of #df559c

RGB 22385156
HSL0.910.680.60
HSV329°62°87°
CMYK 0.000.620.30   0.13
XYZ39.680724.585334.1065
Yxy24.58530.40340.2499
Hunter Lab49.583656.0786-6.0747
CIE-Lab56.669160.4658-10.5363

#df559c color RGB value is (223,85,156).

#df559c hex color red value is 223, green value is 85 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #df559c hue: 0.91 , saturation: 0.68 and the lightness value of df559c is 0.60.

The process color (four color CMYK) of #df559c color hex is 0.00, 0.62, 0.30, 0.13. Web safe color of #df559c is #cc6699. Color #df559c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 10011100
Octal 337 125 234
Decimal 223 85 156
Hex DF 55 9C

RGB Percentages of Color #df559c

%48.06
%18.32
%33.62

CMYK Percentages of Color #df559c

%0
%62
%30
%13

Triadic Colors of #df559c

#df559c #9cdf55 #559cdf

Analogous Colors of #df559c

#df559c #df5557 #dd55df

Monochromatic Colors of #df559c

#df559c

Complementary Color

#df559c #55df98

#df559c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df559c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df559c Color CSS Codes

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

#df559c Text Font Color

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

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


#df559c Background Color

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

This div background color is #df559c


#df559c Border Color

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

This div border color is #df559c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df559c


Comments

No comments written yet.

Please login to write comment.