Color Hex Logo

#de892d Color Hex

#DE892D
(222,137,45)
0 Favorites   0 Comments

Color spaces of #de892d

RGB 22213745
HSL0.090.730.52
HSV31°80°87°
CMYK 0.000.380.80   0.13
XYZ39.543533.61046.8859
Yxy33.61040.49400.4199
Hunter Lab57.974520.296833.5400
CIE-Lab64.652125.625059.3728

#de892d color RGB value is (222,137,45).

#de892d hex color red value is 222, green value is 137 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #de892d hue: 0.09 , saturation: 0.73 and the lightness value of de892d is 0.52.

The process color (four color CMYK) of #de892d color hex is 0.00, 0.38, 0.80, 0.13. Web safe color of #de892d is #cc9933. Color #de892d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 00101101
Octal 336 211 55
Decimal 222 137 45
Hex DE 89 2D

RGB Percentages of Color #de892d

%54.95
%33.91
%11.14

CMYK Percentages of Color #de892d

%0
%38
%80
%13

Triadic Colors of #de892d

#de892d #2dde89 #892dde

Analogous Colors of #de892d

#de892d #dbde2d #de302d

Monochromatic Colors of #de892d

#de892d

Complementary Color

#de892d #2d82de

#de892d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de892d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de892d Color CSS Codes

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

#de892d Text Font Color

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

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


#de892d Background Color

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

This div background color is #de892d


#de892d Border Color

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

This div border color is #de892d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de892d


Comments

No comments written yet.

Please login to write comment.