Color Hex Logo

#d08447 Color Hex

#D08447
(208,132,71)
0 Favorites   0 Comments

Color spaces of #d08447

RGB 20813271
HSL0.070.590.55
HSV27°66°82°
CMYK 0.000.370.66   0.18
XYZ35.401030.36749.9569
Yxy30.36740.46750.4010
Hunter Lab55.106618.233427.8619
CIE-Lab61.969923.668544.3254

#d08447 color RGB value is (208,132,71).

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

The process color (four color CMYK) of #d08447 color hex is 0.00, 0.37, 0.66, 0.18. Web safe color of #d08447 is #cc9933. Color #d08447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 01000111
Octal 320 204 107
Decimal 208 132 71
Hex D0 84 47

RGB Percentages of Color #d08447

%50.61
%32.12
%17.27

CMYK Percentages of Color #d08447

%0
%37
%66
%18

Triadic Colors of #d08447

#d08447 #47d084 #8447d0

Analogous Colors of #d08447

#d08447 #d0c947 #d0474e

Monochromatic Colors of #d08447

#d08447

Complementary Color

#d08447 #4793d0

#d08447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08447 Color CSS Codes

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

#d08447 Text Font Color

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

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


#d08447 Background Color

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

This div background color is #d08447


#d08447 Border Color

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

This div border color is #d08447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08447


Comments

No comments written yet.

Please login to write comment.