Color Hex Logo

#d07106 Color Hex

#D07106
(208,113,6)
0 Favorites   0 Comments

Color spaces of #d07106

RGB 2081136
HSL0.090.940.42
HSV32°97°82°
CMYK 0.000.460.97   0.18
XYZ31.950425.23333.3588
Yxy25.23330.52770.4168
Hunter Lab50.232825.627131.1985
CIE-Lab57.302031.698663.6582

#d07106 color RGB value is (208,113,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 00000110
Octal 320 161 6
Decimal 208 113 6
Hex D0 71 6

RGB Percentages of Color #d07106

%63.61
%34.56
%1.83

CMYK Percentages of Color #d07106

%0
%46
%97
%18

Triadic Colors of #d07106

#d07106 #06d071 #7106d0

Analogous Colors of #d07106

#d07106 #cad006 #d00c06

Monochromatic Colors of #d07106

#d07106

Complementary Color

#d07106 #0665d0

#d07106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07106 Color CSS Codes

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

#d07106 Text Font Color

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

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


#d07106 Background Color

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

This div background color is #d07106


#d07106 Border Color

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

This div border color is #d07106


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,113,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07106


Comments

No comments written yet.

Please login to write comment.