Color spaces of #d981df
RGB | 217 | 129 | 223 |
---|---|---|---|
HSL | 0.82 | 0.59 | 0.69 |
HSV | 296° | 42° | 87° |
CMYK | 0.03 | 0.42 | 0.00 0.13 |
XYZ | 49.7848 | 35.7799 | 74.0943 |
Yxy | 35.7799 | 0.3118 | 0.2241 |
Hunter Lab | 59.8163 | 43.8861 | -31.5710 |
CIE-Lab | 66.3514 | 48.0844 | -33.9306 |
#d981df color RGB value is (217,129,223).
#d981df hex color red value is 217, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d981df hue: 0.82 , saturation: 0.59 and the lightness value of d981df is 0.69.
The process color (four color CMYK) of #d981df color hex is 0.03, 0.42, 0.00, 0.13. Web safe color of #d981df is #cc99cc. Color #d981df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10000001 | 11011111 |
Octal | 331 | 201 | 337 |
Decimal | 217 | 129 | 223 |
Hex | D9 | 81 | DF |
Shades of #d981df
Tints of #d981df
RGB Percentages of Color #d981df
CMYK Percentages of Color #d981df
Complementary Color
#d981df | #87df81 |
#d981df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d981df Color Preview on White Background
Lorem ipsum dolor sit amet.
#d981df Color CSS Codes
.mybgcolor {background-color:#d981df; } .myforecolor {color:#d981df; } .mybordercolor {border:3px solid #d981df; }
#d981df Text Font Color
<p style="color:#d981df">Text here</p>
This sample text font color is #d981df
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.
#d981df Background Color
<div style="background-color:#d981df">
Div content here</div>
This div background color is #d981df
#d981df Border Color
<div style="border:3px solid #d981df">
Div here</div>
This div border color is #d981df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,129,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d981df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d981df; -webkit-box-shadow: 1px 1px 3px 2px #d981df; box-shadow: 1px 1px 3px 2px #d981df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,129,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d981df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d981df; -webkit-box-shadow: 1px 1px 3px 2px #d981df; box-shadow: 1px 1px 3px 2px #d981df;">
Div content here</div>
This div box has shadow with color #d981df
Comments
No comments written yet.
Please login to write comment.