Color Hex Logo

#de871c Color Hex

#DE871C
(222,135,28)
0 Favorites   0 Comments

Color spaces of #de871c

RGB 22213528
HSL0.090.780.49
HSV33°87°87°
CMYK 0.000.390.87   0.13
XYZ38.997832.94145.4015
Yxy32.94140.50420.4259
Hunter Lab57.394620.844534.5963
CIE-Lab64.113426.222064.6389

#de871c color RGB value is (222,135,28).

#de871c hex color red value is 222, green value is 135 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #de871c hue: 0.09 , saturation: 0.78 and the lightness value of de871c is 0.49.

The process color (four color CMYK) of #de871c color hex is 0.00, 0.39, 0.87, 0.13. Web safe color of #de871c is #cc9933. Color #de871c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 00011100
Octal 336 207 34
Decimal 222 135 28
Hex DE 87 1C

RGB Percentages of Color #de871c

%57.66
%35.06
%7.27

CMYK Percentages of Color #de871c

%0
%39
%87
%13

Triadic Colors of #de871c

#de871c #1cde87 #871cde

Analogous Colors of #de871c

#de871c #d4de1c #de261c

Monochromatic Colors of #de871c

#de871c

Complementary Color

#de871c #1c73de

#de871c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de871c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de871c Color CSS Codes

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

#de871c Text Font Color

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

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


#de871c Background Color

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

This div background color is #de871c


#de871c Border Color

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

This div border color is #de871c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de871c


Comments

No comments written yet.

Please login to write comment.