Color Hex Logo

#de842f Color Hex

#DE842F
(222,132,47)
0 Favorites   0 Comments

Color spaces of #de842f

RGB 22213247
HSL0.080.730.53
HSV29°79°87°
CMYK 0.000.410.79   0.13
XYZ38.888632.23746.8621
Yxy32.23740.49860.4134
Hunter Lab56.778022.897432.5789
CIE-Lab63.538628.352657.5448

#de842f color RGB value is (222,132,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 00101111
Octal 336 204 57
Decimal 222 132 47
Hex DE 84 2F

RGB Percentages of Color #de842f

%55.36
%32.92
%11.72

CMYK Percentages of Color #de842f

%0
%41
%79
%13

Triadic Colors of #de842f

#de842f #2fde84 #842fde

Analogous Colors of #de842f

#de842f #dedc2f #de2f32

Monochromatic Colors of #de842f

#de842f

Complementary Color

#de842f #2f89de

#de842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de842f Color CSS Codes

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

#de842f Text Font Color

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

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


#de842f Background Color

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

This div background color is #de842f


#de842f Border Color

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

This div border color is #de842f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,132,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de842f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de842f;
  -webkit-box-shadow: 1px 1px 3px 2px #de842f;
  box-shadow:         1px 1px 3px 2px #de842f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,132,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de842f


Comments

No comments written yet.

Please login to write comment.