Color Hex Logo

#df556d Color Hex

#DF556D
(223,85,109)
0 Favorites   0 Comments

Color spaces of #df556d

RGB 22385109
HSL0.970.680.60
HSV350°62°87°
CMYK 0.000.620.51   0.13
XYZ36.440223.289117.0426
Yxy23.28910.47470.3034
Hunter Lab48.258850.332512.8429
CIE-Lab55.368955.607515.2656

#df556d color RGB value is (223,85,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 01101101
Octal 337 125 155
Decimal 223 85 109
Hex DF 55 6D

RGB Percentages of Color #df556d

%53.48
%20.38
%26.14

CMYK Percentages of Color #df556d

%0
%62
%51
%13

Triadic Colors of #df556d

#df556d #6ddf55 #556ddf

Analogous Colors of #df556d

#df556d #df8255 #df55b2

Monochromatic Colors of #df556d

#df556d

Complementary Color

#df556d #55dfc7

#df556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df556d Color CSS Codes

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

#df556d Text Font Color

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

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


#df556d Background Color

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

This div background color is #df556d


#df556d Border Color

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

This div border color is #df556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df556d


Comments

No comments written yet.

Please login to write comment.