Color Hex Logo

#de7414 Color Hex

#DE7414
(222,116,20)
0 Favorites   0 Comments

Color spaces of #de7414

RGB 22211620
HSL0.080.830.47
HSV29°91°87°
CMYK 0.000.480.91   0.13
XYZ36.495928.07094.1565
Yxy28.07090.53110.4085
Hunter Lab52.982030.238832.4360
CIE-Lab59.952736.034563.6110

#de7414 color RGB value is (222,116,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110100 00010100
Octal 336 164 24
Decimal 222 116 20
Hex DE 74 14

RGB Percentages of Color #de7414

%62.01
%32.40
%5.59

CMYK Percentages of Color #de7414

%0
%48
%91
%13

Triadic Colors of #de7414

#de7414 #14de74 #7414de

Analogous Colors of #de7414

#de7414 #ded914 #de1419

Monochromatic Colors of #de7414

#de7414

Complementary Color

#de7414 #147ede

#de7414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7414 Color CSS Codes

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

#de7414 Text Font Color

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

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


#de7414 Background Color

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

This div background color is #de7414


#de7414 Border Color

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

This div border color is #de7414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7414


Comments

No comments written yet.

Please login to write comment.