Color Hex Logo

#df554c Color Hex

#DF554C
(223,85,76)
0 Favorites   0 Comments

Color spaces of #df554c

RGB 2238576
HSL0.010.700.59
HSV66°87°
CMYK 0.000.620.66   0.13
XYZ34.984422.70689.3764
Yxy22.70680.52160.3386
Hunter Lab47.651747.658921.6897
CIE-Lab54.769053.290133.6963

#df554c color RGB value is (223,85,76).

#df554c hex color red value is 223, green value is 85 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #df554c hue: 0.01 , saturation: 0.70 and the lightness value of df554c is 0.59.

The process color (four color CMYK) of #df554c color hex is 0.00, 0.62, 0.66, 0.13. Web safe color of #df554c is #cc6633. Color #df554c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 01001100
Octal 337 125 114
Decimal 223 85 76
Hex DF 55 4C

RGB Percentages of Color #df554c

%58.07
%22.14
%19.79

CMYK Percentages of Color #df554c

%0
%62
%66
%13

Triadic Colors of #df554c

#df554c #4cdf55 #554cdf

Analogous Colors of #df554c

#df554c #df9f4c #df4c8d

Monochromatic Colors of #df554c

#df554c

Complementary Color

#df554c #4cd6df

#df554c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df554c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df554c Color CSS Codes

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

#df554c Text Font Color

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

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


#df554c Background Color

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

This div background color is #df554c


#df554c Border Color

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

This div border color is #df554c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df554c


Comments

No comments written yet.

Please login to write comment.