Color Hex Logo

#df540b Color Hex

#DF540B
(223,84,11)
0 Favorites   0 Comments

Color spaces of #df540b

RGB 2238411
HSL0.060.910.46
HSV21°95°87°
CMYK 0.000.620.95   0.13
XYZ33.662222.05282.7990
Yxy22.05280.57530.3769
Hunter Lab46.960445.771829.3384
CIE-Lab54.083051.674961.8066

#df540b color RGB value is (223,84,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 00001011
Octal 337 124 13
Decimal 223 84 11
Hex DF 54 B

RGB Percentages of Color #df540b

%70.13
%26.42
%3.46

CMYK Percentages of Color #df540b

%0
%62
%95
%13

Triadic Colors of #df540b

#df540b #0bdf54 #540bdf

Analogous Colors of #df540b

#df540b #dfbe0b #df0b2c

Monochromatic Colors of #df540b

#df540b

Complementary Color

#df540b #0b96df

#df540b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df540b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df540b Color CSS Codes

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

#df540b Text Font Color

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

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


#df540b Background Color

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

This div background color is #df540b


#df540b Border Color

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

This div border color is #df540b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df540b


Comments

No comments written yet.

Please login to write comment.