Color Hex Logo

#de7013 Color Hex

#DE7013
(222,112,19)
0 Favorites   0 Comments

Color spaces of #de7013

RGB 22211219
HSL0.080.840.47
HSV27°91°87°
CMYK 0.000.500.91   0.13
XYZ36.035927.16503.9602
Yxy27.16500.53660.4045
Hunter Lab52.120132.205131.9790
CIE-Lab59.126738.061563.2642

#de7013 color RGB value is (222,112,19).

#de7013 hex color red value is 222, green value is 112 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #de7013 hue: 0.08 , saturation: 0.84 and the lightness value of de7013 is 0.47.

The process color (four color CMYK) of #de7013 color hex is 0.00, 0.50, 0.91, 0.13. Web safe color of #de7013 is #cc6600. Color #de7013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 00010011
Octal 336 160 23
Decimal 222 112 19
Hex DE 70 13

RGB Percentages of Color #de7013

%62.89
%31.73
%5.38

CMYK Percentages of Color #de7013

%0
%50
%91
%13

Triadic Colors of #de7013

#de7013 #13de70 #7013de

Analogous Colors of #de7013

#de7013 #ded613 #de131b

Monochromatic Colors of #de7013

#de7013

Complementary Color

#de7013 #1381de

#de7013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7013 Color CSS Codes

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

#de7013 Text Font Color

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

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


#de7013 Background Color

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

This div background color is #de7013


#de7013 Border Color

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

This div border color is #de7013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7013


Comments

No comments written yet.

Please login to write comment.