Color Hex Logo

#df601f Color Hex

#DF601F
(223,96,31)
0 Favorites   0 Comments

Color spaces of #df601f

RGB 2239631
HSL0.060.760.50
HSV20°86°87°
CMYK 0.000.570.86   0.13
XYZ34.861624.15264.1208
Yxy24.15260.55220.3826
Hunter Lab49.145340.616129.4303
CIE-Lab56.240346.528957.4035

#df601f color RGB value is (223,96,31).

#df601f hex color red value is 223, green value is 96 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df601f hue: 0.06 , saturation: 0.76 and the lightness value of df601f is 0.50.

The process color (four color CMYK) of #df601f color hex is 0.00, 0.57, 0.86, 0.13. Web safe color of #df601f is #cc6633. Color #df601f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 00011111
Octal 337 140 37
Decimal 223 96 31
Hex DF 60 1F

RGB Percentages of Color #df601f

%63.71
%27.43
%8.86

CMYK Percentages of Color #df601f

%0
%57
%86
%13

Triadic Colors of #df601f

#df601f #1fdf60 #601fdf

Analogous Colors of #df601f

#df601f #dfc01f #df1f3e

Monochromatic Colors of #df601f

#df601f

Complementary Color

#df601f #1f9edf

#df601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df601f Color CSS Codes

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

#df601f Text Font Color

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

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


#df601f Background Color

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

This div background color is #df601f


#df601f Border Color

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

This div border color is #df601f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df601f


Comments

No comments written yet.

Please login to write comment.