Color Hex Logo

#de7214 Color Hex

#DE7214
(222,114,20)
0 Favorites   0 Comments

Color spaces of #de7214

RGB 22211420
HSL0.080.830.47
HSV28°91°87°
CMYK 0.000.490.91   0.13
XYZ36.267827.61474.0805
Yxy27.61470.53360.4063
Hunter Lab52.549731.232032.1809
CIE-Lab59.539037.059063.3107

#de7214 color RGB value is (222,114,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 00010100
Octal 336 162 24
Decimal 222 114 20
Hex DE 72 14

RGB Percentages of Color #de7214

%62.36
%32.02
%5.62

CMYK Percentages of Color #de7214

%0
%49
%91
%13

Triadic Colors of #de7214

#de7214 #14de72 #7214de

Analogous Colors of #de7214

#de7214 #ded714 #de141b

Monochromatic Colors of #de7214

#de7214

Complementary Color

#de7214 #1480de

#de7214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7214 Color CSS Codes

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

#de7214 Text Font Color

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

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


#de7214 Background Color

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

This div background color is #de7214


#de7214 Border Color

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

This div border color is #de7214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7214


Comments

No comments written yet.

Please login to write comment.