Color spaces of #d08292
RGB | 208 | 130 | 146 |
---|---|---|---|
HSL | 0.97 | 0.45 | 0.66 |
HSV | 348° | 38° | 82° |
CMYK | 0.00 | 0.38 | 0.30 0.18 |
XYZ | 39.1834 | 31.4505 | 31.1995 |
Yxy | 31.4505 | 0.3848 | 0.3088 |
Hunter Lab | 56.0807 | 26.5760 | 6.2716 |
CIE-Lab | 62.8861 | 32.1007 | 4.1568 |
#d08292 color RGB value is (208,130,146).
#d08292 hex color red value is 208, green value is 130 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d08292 hue: 0.97 , saturation: 0.45 and the lightness value of d08292 is 0.66.
The process color (four color CMYK) of #d08292 color hex is 0.00, 0.38, 0.30, 0.18. Web safe color of #d08292 is #cc9999. Color #d08292 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10000010 | 10010010 |
Octal | 320 | 202 | 222 |
Decimal | 208 | 130 | 146 |
Hex | D0 | 82 | 92 |
Shades of #d08292
Tints of #d08292
RGB Percentages of Color #d08292
CMYK Percentages of Color #d08292
Complementary Color
#d08292 | #82d0c0 |
#d08292 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d08292 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d08292 Color CSS Codes
.mybgcolor {background-color:#d08292; } .myforecolor {color:#d08292; } .mybordercolor {border:3px solid #d08292; }
#d08292 Text Font Color
<p style="color:#d08292">Text here</p>
This sample text font color is #d08292
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.
#d08292 Background Color
<div style="background-color:#d08292">
Div content here</div>
This div background color is #d08292
#d08292 Border Color
<div style="border:3px solid #d08292">
Div here</div>
This div border color is #d08292
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,130,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d08292; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d08292; -webkit-box-shadow: 1px 1px 3px 2px #d08292; box-shadow: 1px 1px 3px 2px #d08292; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,130,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d08292">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d08292; -webkit-box-shadow: 1px 1px 3px 2px #d08292; box-shadow: 1px 1px 3px 2px #d08292;">
Div content here</div>
This div box has shadow with color #d08292
Comments
No comments written yet.
Please login to write comment.