Color Hex Logo

#d06507 Color Hex

#D06507
(208,101,7)
0 Favorites   0 Comments

Color spaces of #d06507

RGB 2081017
HSL0.080.930.42
HSV28°97°82°
CMYK 0.000.510.97   0.18
XYZ30.704522.73262.9705
Yxy22.73260.54430.4030
Hunter Lab47.678731.514029.6812
CIE-Lab54.795837.922261.8539

#d06507 color RGB value is (208,101,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 00000111
Octal 320 145 7
Decimal 208 101 7
Hex D0 65 7

RGB Percentages of Color #d06507

%65.82
%31.96
%2.22

CMYK Percentages of Color #d06507

%0
%51
%97
%18

Triadic Colors of #d06507

#d06507 #07d065 #6507d0

Analogous Colors of #d06507

#d06507 #d0ca07 #d0070d

Monochromatic Colors of #d06507

#d06507

Complementary Color

#d06507 #0772d0

#d06507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06507 Color CSS Codes

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

#d06507 Text Font Color

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

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


#d06507 Background Color

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

This div background color is #d06507


#d06507 Border Color

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

This div border color is #d06507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06507


Comments

No comments written yet.

Please login to write comment.