Color Hex Logo

#df520b Color Hex

#DF520B
(223,82,11)
0 Favorites   0 Comments

Color spaces of #df520b

RGB 2238211
HSL0.060.910.46
HSV20°95°87°
CMYK 0.000.630.95   0.13
XYZ33.509121.74672.7480
Yxy21.74670.57770.3749
Hunter Lab46.633446.655529.1495
CIE-Lab53.757252.542061.6056

#df520b color RGB value is (223,82,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 00001011
Octal 337 122 13
Decimal 223 82 11
Hex DF 52 B

RGB Percentages of Color #df520b

%70.57
%25.95
%3.48

CMYK Percentages of Color #df520b

%0
%63
%95
%13

Triadic Colors of #df520b

#df520b #0bdf52 #520bdf

Analogous Colors of #df520b

#df520b #dfbc0b #df0b2e

Monochromatic Colors of #df520b

#df520b

Complementary Color

#df520b #0b98df

#df520b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df520b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df520b Color CSS Codes

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

#df520b Text Font Color

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

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


#df520b Background Color

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

This div background color is #df520b


#df520b Border Color

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

This div border color is #df520b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,82,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 #df520b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df520b


Comments

No comments written yet.

Please login to write comment.