Color Hex Logo

#df802e Color Hex

#DF802E
(223,128,46)
0 Favorites   0 Comments

Color spaces of #df802e

RGB 22312846
HSL0.080.730.53
HSV28°79°87°
CMYK 0.000.430.79   0.13
XYZ38.643731.32366.5941
Yxy31.32360.50470.4091
Hunter Lab55.967525.305232.1917
CIE-Lab62.779930.842357.2866

#df802e color RGB value is (223,128,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 00101110
Octal 337 200 56
Decimal 223 128 46
Hex DF 80 2E

RGB Percentages of Color #df802e

%56.17
%32.24
%11.59

CMYK Percentages of Color #df802e

%0
%43
%79
%13

Triadic Colors of #df802e

#df802e #2edf80 #802edf

Analogous Colors of #df802e

#df802e #dfd92e #df2e35

Monochromatic Colors of #df802e

#df802e

Complementary Color

#df802e #2e8ddf

#df802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df802e Color CSS Codes

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

#df802e Text Font Color

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

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


#df802e Background Color

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

This div background color is #df802e


#df802e Border Color

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

This div border color is #df802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df802e


Comments

No comments written yet.

Please login to write comment.