Color Hex Logo

#de831c Color Hex

#DE831C
(222,131,28)
0 Favorites   0 Comments

Color spaces of #de831c

RGB 22213128
HSL0.090.780.49
HSV32°87°87°
CMYK 0.000.410.87   0.13
XYZ38.450131.84605.2190
Yxy31.84600.50920.4217
Hunter Lab56.432322.864534.0193
CIE-Lab63.215428.345363.9277

#de831c color RGB value is (222,131,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 00011100
Octal 336 203 34
Decimal 222 131 28
Hex DE 83 1C

RGB Percentages of Color #de831c

%58.27
%34.38
%7.35

CMYK Percentages of Color #de831c

%0
%41
%87
%13

Triadic Colors of #de831c

#de831c #1cde83 #831cde

Analogous Colors of #de831c

#de831c #d8de1c #de221c

Monochromatic Colors of #de831c

#de831c

Complementary Color

#de831c #1c77de

#de831c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de831c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de831c Color CSS Codes

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

#de831c Text Font Color

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

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


#de831c Background Color

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

This div background color is #de831c


#de831c Border Color

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

This div border color is #de831c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de831c


Comments

No comments written yet.

Please login to write comment.