Color spaces of #d85766
RGB | 216 | 87 | 102 |
---|---|---|---|
HSL | 0.98 | 0.62 | 0.59 |
HSV | 353° | 60° | 85° |
CMYK | 0.00 | 0.60 | 0.53 0.15 |
XYZ | 34.1254 | 22.3746 | 15.0905 |
Yxy | 22.3746 | 0.4767 | 0.3125 |
Hunter Lab | 47.3018 | 45.9989 | 14.1962 |
CIE-Lab | 54.4222 | 51.8278 | 17.9166 |
#d85766 color RGB value is (216,87,102).
#d85766 hex color red value is 216, green value is 87 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d85766 hue: 0.98 , saturation: 0.62 and the lightness value of d85766 is 0.59.
The process color (four color CMYK) of #d85766 color hex is 0.00, 0.60, 0.53, 0.15. Web safe color of #d85766 is #cc6666. Color #d85766 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01010111 | 01100110 |
Octal | 330 | 127 | 146 |
Decimal | 216 | 87 | 102 |
Hex | D8 | 57 | 66 |
Shades of #d85766
Tints of #d85766
RGB Percentages of Color #d85766
CMYK Percentages of Color #d85766
Complementary Color
#d85766 | #57d8c9 |
#d85766 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d85766 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d85766 Color CSS Codes
.mybgcolor {background-color:#d85766; } .myforecolor {color:#d85766; } .mybordercolor {border:3px solid #d85766; }
#d85766 Text Font Color
<p style="color:#d85766">Text here</p>
This sample text font color is #d85766
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.
#d85766 Background Color
<div style="background-color:#d85766">
Div content here</div>
This div background color is #d85766
#d85766 Border Color
<div style="border:3px solid #d85766">
Div here</div>
This div border color is #d85766
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,87,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d85766; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d85766; -webkit-box-shadow: 1px 1px 3px 2px #d85766; box-shadow: 1px 1px 3px 2px #d85766; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,87,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d85766">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d85766; -webkit-box-shadow: 1px 1px 3px 2px #d85766; box-shadow: 1px 1px 3px 2px #d85766;">
Div content here</div>
This div box has shadow with color #d85766
Comments
No comments written yet.
Please login to write comment.