Color Hex Logo

#df520a Color Hex

#DF520A
(223,82,10)
0 Favorites   0 Comments

Color spaces of #df520a

RGB 2238210
HSL0.060.910.46
HSV20°96°87°
CMYK 0.000.630.96   0.13
XYZ33.503521.74452.7184
Yxy21.74450.57800.3751
Hunter Lab46.631046.644729.1853
CIE-Lab53.754952.532461.8130

#df520a color RGB value is (223,82,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 00001010
Octal 337 122 12
Decimal 223 82 10
Hex DF 52 A

RGB Percentages of Color #df520a

%70.79
%26.03
%3.17

CMYK Percentages of Color #df520a

%0
%63
%96
%13

Triadic Colors of #df520a

#df520a #0adf52 #520adf

Analogous Colors of #df520a

#df520a #dfbd0a #df0a2c

Monochromatic Colors of #df520a

#df520a

Complementary Color

#df520a #0a97df

#df520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df520a Color CSS Codes

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

#df520a Text Font Color

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

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


#df520a Background Color

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

This div background color is #df520a


#df520a Border Color

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

This div border color is #df520a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df520a


Comments

No comments written yet.

Please login to write comment.