Color Hex Logo

#df810e Color Hex

#DF810E
(223,129,14)
0 Favorites   0 Comments

Color spaces of #df810e

RGB 22312914
HSL0.090.880.46
HSV33°94°87°
CMYK 0.000.420.94   0.13
XYZ38.360931.42024.4583
Yxy31.42020.51670.4232
Hunter Lab56.053724.064234.5219
CIE-Lab62.860829.587867.0329

#df810e color RGB value is (223,129,14).

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

The process color (four color CMYK) of #df810e color hex is 0.00, 0.42, 0.94, 0.13. Web safe color of #df810e is #cc9900. Color #df810e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 00001110
Octal 337 201 16
Decimal 223 129 14
Hex DF 81 E

RGB Percentages of Color #df810e

%60.93
%35.25
%3.83

CMYK Percentages of Color #df810e

%0
%42
%94
%13

Triadic Colors of #df810e

#df810e #0edf81 #810edf

Analogous Colors of #df810e

#df810e #d5df0e #df180e

Monochromatic Colors of #df810e

#df810e

Complementary Color

#df810e #0e6cdf

#df810e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df810e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df810e Color CSS Codes

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

#df810e Text Font Color

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

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


#df810e Background Color

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

This div background color is #df810e


#df810e Border Color

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

This div border color is #df810e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df810e


Comments

No comments written yet.

Please login to write comment.