Color Hex Logo

#de811c Color Hex

#DE811C
(222,129,28)
0 Favorites   0 Comments

Color spaces of #de811c

RGB 22212928
HSL0.090.780.49
HSV31°87°87°
CMYK 0.000.420.87   0.13
XYZ38.184131.31395.1303
Yxy31.31390.51170.4196
Hunter Lab55.958823.873433.7355
CIE-Lab62.771729.403063.5767

#de811c color RGB value is (222,129,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000001 00011100
Octal 336 201 34
Decimal 222 129 28
Hex DE 81 1C

RGB Percentages of Color #de811c

%58.58
%34.04
%7.39

CMYK Percentages of Color #de811c

%0
%42
%87
%13

Triadic Colors of #de811c

#de811c #1cde81 #811cde

Analogous Colors of #de811c

#de811c #dade1c #de201c

Monochromatic Colors of #de811c

#de811c

Complementary Color

#de811c #1c79de

#de811c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de811c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de811c Color CSS Codes

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

#de811c Text Font Color

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

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


#de811c Background Color

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

This div background color is #de811c


#de811c Border Color

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

This div border color is #de811c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de811c


Comments

No comments written yet.

Please login to write comment.