Color Hex Logo

#df760e Color Hex

#DF760E
(223,118,14)
0 Favorites   0 Comments

Color spaces of #df760e

RGB 22311814
HSL0.080.880.46
HSV30°94°87°
CMYK 0.000.470.94   0.13
XYZ36.989128.67654.0011
Yxy28.67650.53090.4116
Hunter Lab53.550429.582733.0554
CIE-Lab60.495135.326765.3960

#df760e color RGB value is (223,118,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 00001110
Octal 337 166 16
Decimal 223 118 14
Hex DF 76 E

RGB Percentages of Color #df760e

%62.82
%33.24
%3.94

CMYK Percentages of Color #df760e

%0
%47
%94
%13

Triadic Colors of #df760e

#df760e #0edf76 #760edf

Analogous Colors of #df760e

#df760e #dfdf0e #df0e0e

Monochromatic Colors of #df760e

#df760e

Complementary Color

#df760e #0e77df

#df760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df760e Color CSS Codes

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

#df760e Text Font Color

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

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


#df760e Background Color

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

This div background color is #df760e


#df760e Border Color

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

This div border color is #df760e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,118,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 #df760e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df760e


Comments

No comments written yet.

Please login to write comment.