Color spaces of #d986bc
RGB | 217 | 134 | 188 |
---|---|---|---|
HSL | 0.89 | 0.52 | 0.69 |
HSV | 321° | 38° | 85° |
CMYK | 0.00 | 0.38 | 0.13 0.15 |
XYZ | 46.2175 | 35.4327 | 51.9802 |
Yxy | 35.4327 | 0.3459 | 0.2652 |
Hunter Lab | 59.5254 | 34.4240 | -10.1069 |
CIE-Lab | 66.0842 | 39.3701 | -14.7865 |
#d986bc color RGB value is (217,134,188).
#d986bc hex color red value is 217, green value is 134 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d986bc hue: 0.89 , saturation: 0.52 and the lightness value of d986bc is 0.69.
The process color (four color CMYK) of #d986bc color hex is 0.00, 0.38, 0.13, 0.15. Web safe color of #d986bc is #cc99cc. Color #d986bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10000110 | 10111100 |
Octal | 331 | 206 | 274 |
Decimal | 217 | 134 | 188 |
Hex | D9 | 86 | BC |
Shades of #d986bc
Tints of #d986bc
RGB Percentages of Color #d986bc
CMYK Percentages of Color #d986bc
Complementary Color
#d986bc | #86d9a3 |
#d986bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d986bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d986bc Color CSS Codes
.mybgcolor {background-color:#d986bc; } .myforecolor {color:#d986bc; } .mybordercolor {border:3px solid #d986bc; }
#d986bc Text Font Color
<p style="color:#d986bc">Text here</p>
This sample text font color is #d986bc
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.
#d986bc Background Color
<div style="background-color:#d986bc">
Div content here</div>
This div background color is #d986bc
#d986bc Border Color
<div style="border:3px solid #d986bc">
Div here</div>
This div border color is #d986bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,134,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d986bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d986bc; -webkit-box-shadow: 1px 1px 3px 2px #d986bc; box-shadow: 1px 1px 3px 2px #d986bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,134,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d986bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d986bc; -webkit-box-shadow: 1px 1px 3px 2px #d986bc; box-shadow: 1px 1px 3px 2px #d986bc;">
Div content here</div>
This div box has shadow with color #d986bc
Comments
No comments written yet.
Please login to write comment.