Color Hex Logo

#de9247 Color Hex

#DE9247
(222,146,71)
0 Favorites   0 Comments

Color spaces of #de9247

RGB 22214671
HSL0.080.700.57
HSV30°68°87°
CMYK 0.000.340.68   0.13
XYZ41.540436.542310.8252
Yxy36.54230.46720.4110
Hunter Lab60.450216.874431.6977
CIE-Lab66.932221.977350.3345

#de9247 color RGB value is (222,146,71).

#de9247 hex color red value is 222, green value is 146 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #de9247 hue: 0.08 , saturation: 0.70 and the lightness value of de9247 is 0.57.

The process color (four color CMYK) of #de9247 color hex is 0.00, 0.34, 0.68, 0.13. Web safe color of #de9247 is #cc9933. Color #de9247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010010 01000111
Octal 336 222 107
Decimal 222 146 71
Hex DE 92 47

RGB Percentages of Color #de9247

%50.57
%33.26
%16.17

CMYK Percentages of Color #de9247

%0
%34
%68
%13

Triadic Colors of #de9247

#de9247 #47de92 #9247de

Analogous Colors of #de9247

#de9247 #dede47 #de4747

Monochromatic Colors of #de9247

#de9247

Complementary Color

#de9247 #4793de

#de9247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9247 Color CSS Codes

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

#de9247 Text Font Color

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

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


#de9247 Background Color

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

This div background color is #de9247


#de9247 Border Color

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

This div border color is #de9247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9247


Comments

No comments written yet.

Please login to write comment.