Color Hex Logo

#df601c Color Hex

#DF601C
(223,96,28)
0 Favorites   0 Comments

Color spaces of #df601c

RGB 2239628
HSL0.060.780.49
HSV21°87°87°
CMYK 0.000.570.87   0.13
XYZ34.823924.13763.9222
Yxy24.13760.55380.3838
Hunter Lab49.130040.545229.6577
CIE-Lab56.225346.464358.4743

#df601c color RGB value is (223,96,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100000 00011100
Octal 337 140 34
Decimal 223 96 28
Hex DF 60 1C

RGB Percentages of Color #df601c

%64.27
%27.67
%8.07

CMYK Percentages of Color #df601c

%0
%57
%87
%13

Triadic Colors of #df601c

#df601c #1cdf60 #601cdf

Analogous Colors of #df601c

#df601c #dfc21c #df1c3a

Monochromatic Colors of #df601c

#df601c

Complementary Color

#df601c #1c9bdf

#df601c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df601c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df601c Color CSS Codes

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

#df601c Text Font Color

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

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


#df601c Background Color

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

This div background color is #df601c


#df601c Border Color

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

This div border color is #df601c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df601c


Comments

No comments written yet.

Please login to write comment.