Color Hex Logo

#df740e Color Hex

#DF740E
(223,116,14)
0 Favorites   0 Comments

Color spaces of #df740e

RGB 22311614
HSL0.080.880.46
HSV29°94°87°
CMYK 0.000.480.94   0.13
XYZ36.756128.21053.9234
Yxy28.21050.53350.4095
Hunter Lab53.113630.578432.7998
CIE-Lab60.078436.354365.1109

#df740e color RGB value is (223,116,14).

#df740e hex color red value is 223, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #df740e hue: 0.08 , saturation: 0.88 and the lightness value of df740e is 0.46.

The process color (four color CMYK) of #df740e color hex is 0.00, 0.48, 0.94, 0.13. Web safe color of #df740e is #cc6600. Color #df740e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 00001110
Octal 337 164 16
Decimal 223 116 14
Hex DF 74 E

RGB Percentages of Color #df740e

%63.17
%32.86
%3.97

CMYK Percentages of Color #df740e

%0
%48
%94
%13

Triadic Colors of #df740e

#df740e #0edf74 #740edf

Analogous Colors of #df740e

#df740e #dfdd0e #df0e10

Monochromatic Colors of #df740e

#df740e

Complementary Color

#df740e #0e79df

#df740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df740e Color CSS Codes

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

#df740e Text Font Color

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

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


#df740e Background Color

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

This div background color is #df740e


#df740e Border Color

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

This div border color is #df740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df740e


Comments

No comments written yet.

Please login to write comment.