Color Hex Logo

#df5a04 Color Hex

#DF5A04
(223,90,4)
0 Favorites   0 Comments

Color spaces of #df5a04

RGB 223904
HSL0.070.960.45
HSV24°98°87°
CMYK 0.000.600.98   0.13
XYZ34.109523.00912.7583
Yxy23.00910.56970.3843
Hunter Lab47.967842.986230.1681
CIE-Lab55.081748.930063.8160

#df5a04 color RGB value is (223,90,4).

#df5a04 hex color red value is 223, green value is 90 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #df5a04 hue: 0.07 , saturation: 0.96 and the lightness value of df5a04 is 0.45.

The process color (four color CMYK) of #df5a04 color hex is 0.00, 0.60, 0.98, 0.13. Web safe color of #df5a04 is #cc6600. Color #df5a04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 00000100
Octal 337 132 4
Decimal 223 90 4
Hex DF 5A 4

RGB Percentages of Color #df5a04

%70.35
%28.39
%1.26

CMYK Percentages of Color #df5a04

%0
%60
%98
%13

Triadic Colors of #df5a04

#df5a04 #04df5a #5a04df

Analogous Colors of #df5a04

#df5a04 #dfc804 #df041b

Monochromatic Colors of #df5a04

#df5a04

Complementary Color

#df5a04 #0489df

#df5a04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5a04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5a04 Color CSS Codes

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

#df5a04 Text Font Color

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

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


#df5a04 Background Color

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

This div background color is #df5a04


#df5a04 Border Color

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

This div border color is #df5a04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5a04


Comments

No comments written yet.

Please login to write comment.