Color Hex Logo

#df7310 Color Hex

#DF7310
(223,115,16)
0 Favorites   0 Comments

Color spaces of #df7310

RGB 22311516
HSL0.080.870.47
HSV29°93°87°
CMYK 0.000.480.93   0.13
XYZ36.655727.98693.9602
Yxy27.98690.53430.4080
Hunter Lab52.902631.101232.5935
CIE-Lab59.876936.891064.5575

#df7310 color RGB value is (223,115,16).

#df7310 hex color red value is 223, green value is 115 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #df7310 hue: 0.08 , saturation: 0.87 and the lightness value of df7310 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 00010000
Octal 337 163 20
Decimal 223 115 16
Hex DF 73 10

RGB Percentages of Color #df7310

%62.99
%32.49
%4.52

CMYK Percentages of Color #df7310

%0
%48
%93
%13

Triadic Colors of #df7310

#df7310 #10df73 #7310df

Analogous Colors of #df7310

#df7310 #dfdb10 #df1014

Monochromatic Colors of #df7310

#df7310

Complementary Color

#df7310 #107cdf

#df7310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7310 Color CSS Codes

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

#df7310 Text Font Color

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

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


#df7310 Background Color

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

This div background color is #df7310


#df7310 Border Color

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

This div border color is #df7310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7310


Comments

No comments written yet.

Please login to write comment.