Color Hex Logo

#de842b Color Hex

#DE842B
(222,132,43)
0 Favorites   0 Comments

Color spaces of #de842b

RGB 22213243
HSL0.080.730.52
HSV30°81°87°
CMYK 0.000.410.81   0.13
XYZ38.811532.20656.4564
Yxy32.20650.50100.4157
Hunter Lab56.750822.761232.9803
CIE-Lab63.513228.216759.1015

#de842b color RGB value is (222,132,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 00101011
Octal 336 204 53
Decimal 222 132 43
Hex DE 84 2B

RGB Percentages of Color #de842b

%55.92
%33.25
%10.83

CMYK Percentages of Color #de842b

%0
%41
%81
%13

Triadic Colors of #de842b

#de842b #2bde84 #842bde

Analogous Colors of #de842b

#de842b #dede2b #de2b2c

Monochromatic Colors of #de842b

#de842b

Complementary Color

#de842b #2b85de

#de842b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de842b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de842b Color CSS Codes

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

#de842b Text Font Color

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

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


#de842b Background Color

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

This div background color is #de842b


#de842b Border Color

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

This div border color is #de842b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de842b


Comments

No comments written yet.

Please login to write comment.