Color Hex Logo

#de5e34 Color Hex

#DE5E34
(222,94,52)
0 Favorites   0 Comments

Color spaces of #de5e34

RGB 2229452
HSL0.040.720.54
HSV15°77°87°
CMYK 0.000.580.77   0.13
XYZ34.746723.78296.0080
Yxy23.78290.53840.3685
Hunter Lab48.767741.836726.8331
CIE-Lab55.869847.732247.7722

#de5e34 color RGB value is (222,94,52).

#de5e34 hex color red value is 222, green value is 94 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #de5e34 hue: 0.04 , saturation: 0.72 and the lightness value of de5e34 is 0.54.

The process color (four color CMYK) of #de5e34 color hex is 0.00, 0.58, 0.77, 0.13. Web safe color of #de5e34 is #cc6633. Color #de5e34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011110 00110100
Octal 336 136 64
Decimal 222 94 52
Hex DE 5E 34

RGB Percentages of Color #de5e34

%60.33
%25.54
%14.13

CMYK Percentages of Color #de5e34

%0
%58
%77
%13

Triadic Colors of #de5e34

#de5e34 #34de5e #5e34de

Analogous Colors of #de5e34

#de5e34 #deb334 #de345f

Monochromatic Colors of #de5e34

#de5e34

Complementary Color

#de5e34 #34b4de

#de5e34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5e34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5e34 Color CSS Codes

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

#de5e34 Text Font Color

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

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


#de5e34 Background Color

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

This div background color is #de5e34


#de5e34 Border Color

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

This div border color is #de5e34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5e34


Comments

No comments written yet.

Please login to write comment.