Color Hex Logo

#df540c Color Hex

#DF540C
(223,84,12)
0 Favorites   0 Comments

Color spaces of #df540c

RGB 2238412
HSL0.060.900.46
HSV20°95°87°
CMYK 0.000.620.95   0.13
XYZ33.668122.05522.8304
Yxy22.05520.57500.3767
Hunter Lab46.963045.782829.3007
CIE-Lab54.085551.684661.5911

#df540c color RGB value is (223,84,12).

#df540c hex color red value is 223, green value is 84 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #df540c hue: 0.06 , saturation: 0.90 and the lightness value of df540c is 0.46.

The process color (four color CMYK) of #df540c color hex is 0.00, 0.62, 0.95, 0.13. Web safe color of #df540c is #cc6600. Color #df540c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 00001100
Octal 337 124 14
Decimal 223 84 12
Hex DF 54 C

RGB Percentages of Color #df540c

%69.91
%26.33
%3.76

CMYK Percentages of Color #df540c

%0
%62
%95
%13

Triadic Colors of #df540c

#df540c #0cdf54 #540cdf

Analogous Colors of #df540c

#df540c #dfbe0c #df0c2e

Monochromatic Colors of #df540c

#df540c

Complementary Color

#df540c #0c97df

#df540c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df540c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df540c Color CSS Codes

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

#df540c Text Font Color

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

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


#df540c Background Color

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

This div background color is #df540c


#df540c Border Color

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

This div border color is #df540c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df540c


Comments

No comments written yet.

Please login to write comment.