Color Hex Logo

#df812e Color Hex

#DF812E
(223,129,46)
0 Favorites   0 Comments

Color spaces of #df812e

RGB 22312946
HSL0.080.730.53
HSV28°79°87°
CMYK 0.000.420.79   0.13
XYZ38.774831.58576.6378
Yxy31.58570.50360.4102
Hunter Lab56.201224.800332.3382
CIE-Lab62.999030.316257.4913

#df812e color RGB value is (223,129,46).

#df812e hex color red value is 223, green value is 129 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #df812e hue: 0.08 , saturation: 0.73 and the lightness value of df812e is 0.53.

The process color (four color CMYK) of #df812e color hex is 0.00, 0.42, 0.79, 0.13. Web safe color of #df812e is #cc9933. Color #df812e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 00101110
Octal 337 201 56
Decimal 223 129 46
Hex DF 81 2E

RGB Percentages of Color #df812e

%56.03
%32.41
%11.56

CMYK Percentages of Color #df812e

%0
%42
%79
%13

Triadic Colors of #df812e

#df812e #2edf81 #812edf

Analogous Colors of #df812e

#df812e #dfda2e #df2e34

Monochromatic Colors of #df812e

#df812e

Complementary Color

#df812e #2e8cdf

#df812e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df812e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df812e Color CSS Codes

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

#df812e Text Font Color

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

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


#df812e Background Color

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

This div background color is #df812e


#df812e Border Color

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

This div border color is #df812e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df812e


Comments

No comments written yet.

Please login to write comment.