Color Hex Logo

#df4307 Color Hex

#DF4307
(223,67,7)
0 Favorites   0 Comments

Color spaces of #df4307

RGB 223677
HSL0.050.940.45
HSV17°97°87°
CMYK 0.000.700.97   0.13
XYZ32.476919.71762.2952
Yxy19.71760.59600.3619
Hunter Lab44.404552.844828.0185
CIE-Lab51.516458.535961.1596

#df4307 color RGB value is (223,67,7).

#df4307 hex color red value is 223, green value is 67 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #df4307 hue: 0.05 , saturation: 0.94 and the lightness value of df4307 is 0.45.

The process color (four color CMYK) of #df4307 color hex is 0.00, 0.70, 0.97, 0.13. Web safe color of #df4307 is #cc3300. Color #df4307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000011 00000111
Octal 337 103 7
Decimal 223 67 7
Hex DF 43 7

RGB Percentages of Color #df4307

%75.08
%22.56
%2.36

CMYK Percentages of Color #df4307

%0
%70
%97
%13

Triadic Colors of #df4307

#df4307 #07df43 #4307df

Analogous Colors of #df4307

#df4307 #dfaf07 #df0737

Monochromatic Colors of #df4307

#df4307

Complementary Color

#df4307 #07a3df

#df4307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4307 Color CSS Codes

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

#df4307 Text Font Color

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

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


#df4307 Background Color

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

This div background color is #df4307


#df4307 Border Color

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

This div border color is #df4307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4307


Comments

No comments written yet.

Please login to write comment.