Color Hex Logo

#d87f3f Color Hex

#D87F3F
(216,127,63)
0 Favorites   0 Comments

Color spaces of #d87f3f

RGB 21612763
HSL0.070.660.55
HSV25°71°85°
CMYK 0.000.410.71   0.15
XYZ36.805530.13668.5797
Yxy30.13660.48730.3990
Hunter Lab54.896823.605729.1615
CIE-Lab61.771929.218048.3461

#d87f3f color RGB value is (216,127,63).

#d87f3f hex color red value is 216, green value is 127 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d87f3f hue: 0.07 , saturation: 0.66 and the lightness value of d87f3f is 0.55.

The process color (four color CMYK) of #d87f3f color hex is 0.00, 0.41, 0.71, 0.15. Web safe color of #d87f3f is #cc6633. Color #d87f3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 00111111
Octal 330 177 77
Decimal 216 127 63
Hex D8 7F 3F

RGB Percentages of Color #d87f3f

%53.20
%31.28
%15.52

CMYK Percentages of Color #d87f3f

%0
%41
%71
%15

Triadic Colors of #d87f3f

#d87f3f #3fd87f #7f3fd8

Analogous Colors of #d87f3f

#d87f3f #d8cc3f #d83f4c

Monochromatic Colors of #d87f3f

#d87f3f

Complementary Color

#d87f3f #3f98d8

#d87f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87f3f Color CSS Codes

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

#d87f3f Text Font Color

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

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


#d87f3f Background Color

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

This div background color is #d87f3f


#d87f3f Border Color

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

This div border color is #d87f3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87f3f


Comments

No comments written yet.

Please login to write comment.