Color Hex Logo

#d07547 Color Hex

#D07547
(208,117,71)
0 Favorites   0 Comments

Color spaces of #d07547

RGB 20811771
HSL0.060.590.55
HSV20°66°82°
CMYK 0.000.440.66   0.18
XYZ33.511026.58749.3269
Yxy26.58740.48270.3830
Hunter Lab51.563025.772725.3695
CIE-Lab58.590531.715740.4407

#d07547 color RGB value is (208,117,71).

#d07547 hex color red value is 208, green value is 117 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d07547 hue: 0.06 , saturation: 0.59 and the lightness value of d07547 is 0.55.

The process color (four color CMYK) of #d07547 color hex is 0.00, 0.44, 0.66, 0.18. Web safe color of #d07547 is #cc6633. Color #d07547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 01000111
Octal 320 165 107
Decimal 208 117 71
Hex D0 75 47

RGB Percentages of Color #d07547

%52.53
%29.55
%17.93

CMYK Percentages of Color #d07547

%0
%44
%66
%18

Triadic Colors of #d07547

#d07547 #47d075 #7547d0

Analogous Colors of #d07547

#d07547 #d0ba47 #d0475d

Monochromatic Colors of #d07547

#d07547

Complementary Color

#d07547 #47a2d0

#d07547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07547 Color CSS Codes

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

#d07547 Text Font Color

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

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


#d07547 Background Color

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

This div background color is #d07547


#d07547 Border Color

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

This div border color is #d07547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07547


Comments

No comments written yet.

Please login to write comment.