Color Hex Logo

#de8963 Color Hex

#DE8963
(222,137,99)
0 Favorites   0 Comments

Color spaces of #de8963

RGB 22213799
HSL0.050.650.63
HSV19°55°87°
CMYK 0.000.380.55   0.13
XYZ41.322034.321816.2512
Yxy34.32180.44970.3735
Hunter Lab58.584823.379124.5626
CIE-Lab65.217228.703533.9403

#de8963 color RGB value is (222,137,99).

#de8963 hex color red value is 222, green value is 137 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #de8963 hue: 0.05 , saturation: 0.65 and the lightness value of de8963 is 0.63.

The process color (four color CMYK) of #de8963 color hex is 0.00, 0.38, 0.55, 0.13. Web safe color of #de8963 is #cc9966. Color #de8963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 01100011
Octal 336 211 143
Decimal 222 137 99
Hex DE 89 63

RGB Percentages of Color #de8963

%48.47
%29.91
%21.62

CMYK Percentages of Color #de8963

%0
%38
%55
%13

Triadic Colors of #de8963

#de8963 #63de89 #8963de

Analogous Colors of #de8963

#de8963 #dec763 #de637b

Monochromatic Colors of #de8963

#de8963

Complementary Color

#de8963 #63b8de

#de8963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8963 Color CSS Codes

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

#de8963 Text Font Color

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

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


#de8963 Background Color

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

This div background color is #de8963


#de8963 Border Color

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

This div border color is #de8963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8963


Comments

No comments written yet.

Please login to write comment.