Color Hex Logo

#d3887f Color Hex

#D3887F
(211,136,127)
0 Favorites   0 Comments

Color spaces of #d3887f

RGB 211136127
HSL0.020.490.66
HSV40°83°
CMYK 0.000.360.40   0.17
XYZ39.498932.989524.3645
Yxy32.98950.40780.3406
Hunter Lab57.436522.240115.0548
CIE-Lab64.152427.638616.7722

#d3887f color RGB value is (211,136,127).

#d3887f hex color red value is 211, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d3887f hue: 0.02 , saturation: 0.49 and the lightness value of d3887f is 0.66.

The process color (four color CMYK) of #d3887f color hex is 0.00, 0.36, 0.40, 0.17. Web safe color of #d3887f is #cc9966. Color #d3887f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001000 01111111
Octal 323 210 177
Decimal 211 136 127
Hex D3 88 7F

RGB Percentages of Color #d3887f

%44.51
%28.69
%26.79

CMYK Percentages of Color #d3887f

%0
%36
%40
%17

Triadic Colors of #d3887f

#d3887f #7fd388 #887fd3

Analogous Colors of #d3887f

#d3887f #d3b27f #d37fa0

Monochromatic Colors of #d3887f

#d3887f

Complementary Color

#d3887f #7fcad3

#d3887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3887f Color CSS Codes

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

#d3887f Text Font Color

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

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


#d3887f Background Color

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

This div background color is #d3887f


#d3887f Border Color

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

This div border color is #d3887f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,136,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3887f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3887f;
  -webkit-box-shadow: 1px 1px 3px 2px #d3887f;
  box-shadow:         1px 1px 3px 2px #d3887f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,136,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3887f


Comments

No comments written yet.

Please login to write comment.