Color Hex Logo

#df556c Color Hex

#DF556C
(223,85,108)
0 Favorites   0 Comments

Color spaces of #df556c

RGB 22385108
HSL0.970.680.60
HSV350°62°87°
CMYK 0.000.620.52   0.13
XYZ36.386723.267716.7607
Yxy23.26770.47620.3045
Hunter Lab48.236650.235313.1642
CIE-Lab55.347055.523915.8254

#df556c color RGB value is (223,85,108).

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

The process color (four color CMYK) of #df556c color hex is 0.00, 0.62, 0.52, 0.13. Web safe color of #df556c is #cc6666. Color #df556c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 01101100
Octal 337 125 154
Decimal 223 85 108
Hex DF 55 6C

RGB Percentages of Color #df556c

%53.61
%20.43
%25.96

CMYK Percentages of Color #df556c

%0
%62
%52
%13

Triadic Colors of #df556c

#df556c #6cdf55 #556cdf

Analogous Colors of #df556c

#df556c #df8355 #df55b1

Monochromatic Colors of #df556c

#df556c

Complementary Color

#df556c #55dfc8

#df556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df556c Color CSS Codes

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

#df556c Text Font Color

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

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


#df556c Background Color

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

This div background color is #df556c


#df556c Border Color

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

This div border color is #df556c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df556c


Comments

No comments written yet.

Please login to write comment.