Color Hex Logo

#df601e Color Hex

#DF601E
(223,96,30)
0 Favorites   0 Comments

Color spaces of #df601e

RGB 2239630
HSL0.060.760.50
HSV21°87°87°
CMYK 0.000.570.87   0.13
XYZ34.848624.14754.0525
Yxy24.14750.55270.3830
Hunter Lab49.140140.591329.5085
CIE-Lab56.235246.506357.7678

#df601e color RGB value is (223,96,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 00011110
Octal 337 140 36
Decimal 223 96 30
Hex DF 60 1E

RGB Percentages of Color #df601e

%63.90
%27.51
%8.60

CMYK Percentages of Color #df601e

%0
%57
%87
%13

Triadic Colors of #df601e

#df601e #1edf60 #601edf

Analogous Colors of #df601e

#df601e #dfc11e #df1e3d

Monochromatic Colors of #df601e

#df601e

Complementary Color

#df601e #1e9ddf

#df601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df601e Color CSS Codes

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

#df601e Text Font Color

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

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


#df601e Background Color

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

This div background color is #df601e


#df601e Border Color

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

This div border color is #df601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df601e


Comments

No comments written yet.

Please login to write comment.