Color Hex Logo

#d87315 Color Hex

#D87315
(216,115,21)
0 Favorites   0 Comments

Color spaces of #d87315

RGB 21611521
HSL0.080.820.46
HSV29°90°85°
CMYK 0.000.470.90   0.15
XYZ34.585026.91454.0817
Yxy26.91450.52740.4104
Hunter Lab51.879228.207631.6507
CIE-Lab58.895134.136562.1939

#d87315 color RGB value is (216,115,21).

#d87315 hex color red value is 216, green value is 115 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d87315 hue: 0.08 , saturation: 0.82 and the lightness value of d87315 is 0.46.

The process color (four color CMYK) of #d87315 color hex is 0.00, 0.47, 0.90, 0.15. Web safe color of #d87315 is #cc6600. Color #d87315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110011 00010101
Octal 330 163 25
Decimal 216 115 21
Hex D8 73 15

RGB Percentages of Color #d87315

%61.36
%32.67
%5.97

CMYK Percentages of Color #d87315

%0
%47
%90
%15

Triadic Colors of #d87315

#d87315 #15d873 #7315d8

Analogous Colors of #d87315

#d87315 #d8d515 #d81519

Monochromatic Colors of #d87315

#d87315

Complementary Color

#d87315 #157ad8

#d87315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87315 Color CSS Codes

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

#d87315 Text Font Color

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

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


#d87315 Background Color

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

This div background color is #d87315


#d87315 Border Color

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

This div border color is #d87315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87315


Comments

No comments written yet.

Please login to write comment.