Color Hex Logo

#d8895f Color Hex

#D8895F
(216,137,95)
0 Favorites   0 Comments

Color spaces of #d8895f

RGB 21613795
HSL0.060.610.61
HSV21°56°85°
CMYK 0.000.370.56   0.15
XYZ39.330133.316515.1843
Yxy33.31650.44780.3793
Hunter Lab57.720420.617224.8071
CIE-Lab64.416425.968634.9339

#d8895f color RGB value is (216,137,95).

#d8895f hex color red value is 216, green value is 137 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d8895f hue: 0.06 , saturation: 0.61 and the lightness value of d8895f is 0.61.

The process color (four color CMYK) of #d8895f color hex is 0.00, 0.37, 0.56, 0.15. Web safe color of #d8895f is #cc9966. Color #d8895f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 01011111
Octal 330 211 137
Decimal 216 137 95
Hex D8 89 5F

RGB Percentages of Color #d8895f

%48.21
%30.58
%21.21

CMYK Percentages of Color #d8895f

%0
%37
%56
%15

Triadic Colors of #d8895f

#d8895f #5fd889 #895fd8

Analogous Colors of #d8895f

#d8895f #d8c65f #d85f72

Monochromatic Colors of #d8895f

#d8895f

Complementary Color

#d8895f #5faed8

#d8895f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8895f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8895f Color CSS Codes

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

#d8895f Text Font Color

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

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


#d8895f Background Color

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

This div background color is #d8895f


#d8895f Border Color

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

This div border color is #d8895f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8895f


Comments

No comments written yet.

Please login to write comment.