Color Hex Logo

#de8539 Color Hex

#DE8539
(222,133,57)
0 Favorites   0 Comments

Color spaces of #de8539

RGB 22213357
HSL0.080.710.55
HSV28°74°87°
CMYK 0.000.400.74   0.13
XYZ39.250232.60018.0946
Yxy32.60010.49100.4078
Hunter Lab57.096522.788531.5620
CIE-Lab63.835828.218653.5520

#de8539 color RGB value is (222,133,57).

#de8539 hex color red value is 222, green value is 133 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #de8539 hue: 0.08 , saturation: 0.71 and the lightness value of de8539 is 0.55.

The process color (four color CMYK) of #de8539 color hex is 0.00, 0.40, 0.74, 0.13. Web safe color of #de8539 is #cc9933. Color #de8539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 00111001
Octal 336 205 71
Decimal 222 133 57
Hex DE 85 39

RGB Percentages of Color #de8539

%53.88
%32.28
%13.83

CMYK Percentages of Color #de8539

%0
%40
%74
%13

Triadic Colors of #de8539

#de8539 #39de85 #8539de

Analogous Colors of #de8539

#de8539 #ded839 #de3940

Monochromatic Colors of #de8539

#de8539

Complementary Color

#de8539 #3992de

#de8539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8539 Color CSS Codes

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

#de8539 Text Font Color

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

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


#de8539 Background Color

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

This div background color is #de8539


#de8539 Border Color

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

This div border color is #de8539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8539


Comments

No comments written yet.

Please login to write comment.