Color spaces of #d991cf
RGB | 217 | 145 | 207 |
---|---|---|---|
HSL | 0.86 | 0.49 | 0.71 |
HSV | 308° | 33° | 85° |
CMYK | 0.00 | 0.33 | 0.05 0.15 |
XYZ | 50.0032 | 39.5075 | 64.0217 |
Yxy | 39.5075 | 0.3257 | 0.2573 |
Hunter Lab | 62.8550 | 32.0063 | -16.3920 |
CIE-Lab | 69.1173 | 36.7510 | -20.7991 |
#d991cf color RGB value is (217,145,207).
#d991cf hex color red value is 217, green value is 145 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d991cf hue: 0.86 , saturation: 0.49 and the lightness value of d991cf is 0.71.
The process color (four color CMYK) of #d991cf color hex is 0.00, 0.33, 0.05, 0.15. Web safe color of #d991cf is #cc99cc. Color #d991cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10010001 | 11001111 |
Octal | 331 | 221 | 317 |
Decimal | 217 | 145 | 207 |
Hex | D9 | 91 | CF |
Shades of #d991cf
Tints of #d991cf
RGB Percentages of Color #d991cf
CMYK Percentages of Color #d991cf
Complementary Color
#d991cf | #91d99b |
#d991cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d991cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d991cf Color CSS Codes
.mybgcolor {background-color:#d991cf; } .myforecolor {color:#d991cf; } .mybordercolor {border:3px solid #d991cf; }
#d991cf Text Font Color
<p style="color:#d991cf">Text here</p>
This sample text font color is #d991cf
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.
#d991cf Background Color
<div style="background-color:#d991cf">
Div content here</div>
This div background color is #d991cf
#d991cf Border Color
<div style="border:3px solid #d991cf">
Div here</div>
This div border color is #d991cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,145,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d991cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d991cf; -webkit-box-shadow: 1px 1px 3px 2px #d991cf; box-shadow: 1px 1px 3px 2px #d991cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,145,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d991cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d991cf; -webkit-box-shadow: 1px 1px 3px 2px #d991cf; box-shadow: 1px 1px 3px 2px #d991cf;">
Div content here</div>
This div box has shadow with color #d991cf
Comments
No comments written yet.
Please login to write comment.