Color Hex Logo

#d87f4e Color Hex

#D87F4E
(216,127,78)
0 Favorites   0 Comments

Color spaces of #d87f4e

RGB 21612778
HSL0.060.640.58
HSV21°64°85°
CMYK 0.000.410.64   0.15
XYZ37.283430.327711.0965
Yxy30.32770.47370.3853
Hunter Lab55.070624.472926.6027
CIE-Lab61.935930.081540.9526

#d87f4e color RGB value is (216,127,78).

#d87f4e hex color red value is 216, green value is 127 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d87f4e hue: 0.06 , saturation: 0.64 and the lightness value of d87f4e is 0.58.

The process color (four color CMYK) of #d87f4e color hex is 0.00, 0.41, 0.64, 0.15. Web safe color of #d87f4e is #cc6666. Color #d87f4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 01001110
Octal 330 177 116
Decimal 216 127 78
Hex D8 7F 4E

RGB Percentages of Color #d87f4e

%51.31
%30.17
%18.53

CMYK Percentages of Color #d87f4e

%0
%41
%64
%15

Triadic Colors of #d87f4e

#d87f4e #4ed87f #7f4ed8

Analogous Colors of #d87f4e

#d87f4e #d8c44e #d84e62

Monochromatic Colors of #d87f4e

#d87f4e

Complementary Color

#d87f4e #4ea7d8

#d87f4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87f4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87f4e Color CSS Codes

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

#d87f4e Text Font Color

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

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


#d87f4e Background Color

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

This div background color is #d87f4e


#d87f4e Border Color

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

This div border color is #d87f4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87f4e


Comments

No comments written yet.

Please login to write comment.