Color Hex Logo

#df540f Color Hex

#DF540F
(223,84,15)
0 Favorites   0 Comments

Color spaces of #df540f

RGB 2238415
HSL0.060.870.47
HSV20°93°87°
CMYK 0.000.620.93   0.13
XYZ33.688022.06312.9350
Yxy22.06310.57400.3760
Hunter Lab46.971445.820829.1752
CIE-Lab54.093951.718260.8845

#df540f color RGB value is (223,84,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 00001111
Octal 337 124 17
Decimal 223 84 15
Hex DF 54 F

RGB Percentages of Color #df540f

%69.25
%26.09
%4.66

CMYK Percentages of Color #df540f

%0
%62
%93
%13

Triadic Colors of #df540f

#df540f #0fdf54 #540fdf

Analogous Colors of #df540f

#df540f #dfbc0f #df0f32

Monochromatic Colors of #df540f

#df540f

Complementary Color

#df540f #0f9adf

#df540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df540f Color CSS Codes

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

#df540f Text Font Color

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

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


#df540f Background Color

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

This div background color is #df540f


#df540f Border Color

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

This div border color is #df540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df540f


Comments

No comments written yet.

Please login to write comment.