Color Hex Logo

#df710d Color Hex

#DF710D
(223,113,13)
0 Favorites   0 Comments

Color spaces of #df710d

RGB 22311313
HSL0.080.890.46
HSV29°94°87°
CMYK 0.000.490.94   0.13
XYZ36.409227.52733.7751
Yxy27.52730.53770.4065
Hunter Lab52.466532.054132.4605
CIE-Lab59.459337.873664.8864

#df710d color RGB value is (223,113,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 00001101
Octal 337 161 15
Decimal 223 113 13
Hex DF 71 D

RGB Percentages of Color #df710d

%63.90
%32.38
%3.72

CMYK Percentages of Color #df710d

%0
%49
%94
%13

Triadic Colors of #df710d

#df710d #0ddf71 #710ddf

Analogous Colors of #df710d

#df710d #dfda0d #df0d12

Monochromatic Colors of #df710d

#df710d

Complementary Color

#df710d #0d7bdf

#df710d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df710d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df710d Color CSS Codes

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

#df710d Text Font Color

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

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


#df710d Background Color

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

This div background color is #df710d


#df710d Border Color

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

This div border color is #df710d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df710d


Comments

No comments written yet.

Please login to write comment.