Color Hex Logo

#d07107 Color Hex

#D07107
(208,113,7)
0 Favorites   0 Comments

Color spaces of #d07107

RGB 2081137
HSL0.090.930.42
HSV32°97°82°
CMYK 0.000.460.97   0.18
XYZ31.955925.23553.3877
Yxy25.23550.52750.4166
Hunter Lab50.234925.637831.1661
CIE-Lab57.304231.709463.4825

#d07107 color RGB value is (208,113,7).

#d07107 hex color red value is 208, green value is 113 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d07107 hue: 0.09 , saturation: 0.93 and the lightness value of d07107 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 00000111
Octal 320 161 7
Decimal 208 113 7
Hex D0 71 7

RGB Percentages of Color #d07107

%63.41
%34.45
%2.13

CMYK Percentages of Color #d07107

%0
%46
%97
%18

Triadic Colors of #d07107

#d07107 #07d071 #7107d0

Analogous Colors of #d07107

#d07107 #cbd007 #d00d07

Monochromatic Colors of #d07107

#d07107

Complementary Color

#d07107 #0766d0

#d07107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07107 Color CSS Codes

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

#d07107 Text Font Color

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

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


#d07107 Background Color

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

This div background color is #d07107


#d07107 Border Color

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

This div border color is #d07107


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,113,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 #d07107">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07107


Comments

No comments written yet.

Please login to write comment.