Color spaces of #d08476
RGB | 208 | 132 | 118 |
---|---|---|---|
HSL | 0.03 | 0.49 | 0.64 |
HSV | 9° | 43° | 82° |
CMYK | 0.00 | 0.37 | 0.43 0.18 |
XYZ | 37.5337 | 31.2204 | 21.1874 |
Yxy | 31.2204 | 0.4173 | 0.3471 |
Hunter Lab | 55.8752 | 22.1242 | 16.6304 |
CIE-Lab | 62.6932 | 27.6345 | 19.7818 |
#d08476 color RGB value is (208,132,118).
#d08476 hex color red value is 208, green value is 132 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d08476 hue: 0.03 , saturation: 0.49 and the lightness value of d08476 is 0.64.
The process color (four color CMYK) of #d08476 color hex is 0.00, 0.37, 0.43, 0.18. Web safe color of #d08476 is #cc9966. Color #d08476 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10000100 | 01110110 |
Octal | 320 | 204 | 166 |
Decimal | 208 | 132 | 118 |
Hex | D0 | 84 | 76 |
Shades of #d08476
Tints of #d08476
RGB Percentages of Color #d08476
CMYK Percentages of Color #d08476
Complementary Color
#d08476 | #76c2d0 |
#d08476 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d08476 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d08476 Color CSS Codes
.mybgcolor {background-color:#d08476; } .myforecolor {color:#d08476; } .mybordercolor {border:3px solid #d08476; }
#d08476 Text Font Color
<p style="color:#d08476">Text here</p>
This sample text font color is #d08476
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.
#d08476 Background Color
<div style="background-color:#d08476">
Div content here</div>
This div background color is #d08476
#d08476 Border Color
<div style="border:3px solid #d08476">
Div here</div>
This div border color is #d08476
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,132,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d08476; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d08476; -webkit-box-shadow: 1px 1px 3px 2px #d08476; box-shadow: 1px 1px 3px 2px #d08476; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,132,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d08476">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d08476; -webkit-box-shadow: 1px 1px 3px 2px #d08476; box-shadow: 1px 1px 3px 2px #d08476;">
Div content here</div>
This div box has shadow with color #d08476
Comments
No comments written yet.
Please login to write comment.