Color Hex Logo

#df556b Color Hex

#DF556B
(223,85,107)
0 Favorites   0 Comments

Color spaces of #df556b

RGB 22385107
HSL0.970.680.60
HSV350°62°87°
CMYK 0.000.620.52   0.13
XYZ36.333823.246516.4819
Yxy23.24650.47770.3056
Hunter Lab48.214650.139313.4823
CIE-Lab55.325355.441316.3857

#df556b color RGB value is (223,85,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 01101011
Octal 337 125 153
Decimal 223 85 107
Hex DF 55 6B

RGB Percentages of Color #df556b

%53.73
%20.48
%25.78

CMYK Percentages of Color #df556b

%0
%62
%52
%13

Triadic Colors of #df556b

#df556b #6bdf55 #556bdf

Analogous Colors of #df556b

#df556b #df8455 #df55b0

Monochromatic Colors of #df556b

#df556b

Complementary Color

#df556b #55dfc9

#df556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df556b Color CSS Codes

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

#df556b Text Font Color

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

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


#df556b Background Color

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

This div background color is #df556b


#df556b Border Color

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

This div border color is #df556b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df556b


Comments

No comments written yet.

Please login to write comment.