Color spaces of #d08179
RGB | 208 | 129 | 121 |
---|---|---|---|
HSL | 0.02 | 0.48 | 0.65 |
HSV | 6° | 42° | 82° |
CMYK | 0.00 | 0.38 | 0.42 0.18 |
XYZ | 37.3139 | 30.4909 | 22.0078 |
Yxy | 30.4909 | 0.4155 | 0.3395 |
Hunter Lab | 55.2186 | 23.9887 | 15.0225 |
CIE-Lab | 62.0755 | 29.5798 | 17.2397 |
#d08179 color RGB value is (208,129,121).
#d08179 hex color red value is 208, green value is 129 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #d08179 hue: 0.02 , saturation: 0.48 and the lightness value of d08179 is 0.65.
The process color (four color CMYK) of #d08179 color hex is 0.00, 0.38, 0.42, 0.18. Web safe color of #d08179 is #cc9966. Color #d08179 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10000001 | 01111001 |
Octal | 320 | 201 | 171 |
Decimal | 208 | 129 | 121 |
Hex | D0 | 81 | 79 |
Shades of #d08179
Tints of #d08179
RGB Percentages of Color #d08179
CMYK Percentages of Color #d08179
Complementary Color
#d08179 | #79c8d0 |
#d08179 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d08179 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d08179 Color CSS Codes
.mybgcolor {background-color:#d08179; } .myforecolor {color:#d08179; } .mybordercolor {border:3px solid #d08179; }
#d08179 Text Font Color
<p style="color:#d08179">Text here</p>
This sample text font color is #d08179
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.
#d08179 Background Color
<div style="background-color:#d08179">
Div content here</div>
This div background color is #d08179
#d08179 Border Color
<div style="border:3px solid #d08179">
Div here</div>
This div border color is #d08179
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,129,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d08179; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d08179; -webkit-box-shadow: 1px 1px 3px 2px #d08179; box-shadow: 1px 1px 3px 2px #d08179; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,129,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d08179">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d08179; -webkit-box-shadow: 1px 1px 3px 2px #d08179; box-shadow: 1px 1px 3px 2px #d08179;">
Div content here</div>
This div box has shadow with color #d08179
Comments
No comments written yet.
Please login to write comment.