Color Hex Logo

#d87507 Color Hex

#D87507
(216,117,7)
0 Favorites   0 Comments

Color spaces of #d87507

RGB 2161177
HSL0.090.940.44
HSV32°97°85°
CMYK 0.000.460.97   0.15
XYZ34.718527.33683.6477
Yxy27.33680.52840.4161
Hunter Lab52.284627.031132.4628
CIE-Lab59.284832.915565.3276

#d87507 color RGB value is (216,117,7).

#d87507 hex color red value is 216, green value is 117 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d87507 hue: 0.09 , saturation: 0.94 and the lightness value of d87507 is 0.44.

The process color (four color CMYK) of #d87507 color hex is 0.00, 0.46, 0.97, 0.15. Web safe color of #d87507 is #cc6600. Color #d87507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 00000111
Octal 330 165 7
Decimal 216 117 7
Hex D8 75 7

RGB Percentages of Color #d87507

%63.53
%34.41
%2.06

CMYK Percentages of Color #d87507

%0
%46
%97
%15

Triadic Colors of #d87507

#d87507 #07d875 #7507d8

Analogous Colors of #d87507

#d87507 #d3d807 #d80d07

Monochromatic Colors of #d87507

#d87507

Complementary Color

#d87507 #076ad8

#d87507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87507 Color CSS Codes

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

#d87507 Text Font Color

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

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


#d87507 Background Color

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

This div background color is #d87507


#d87507 Border Color

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

This div border color is #d87507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87507


Comments

No comments written yet.

Please login to write comment.