Color spaces of #f981dd
RGB | 249 | 129 | 221 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.74 |
HSV | 314° | 48° | 98° |
CMYK | 0.00 | 0.48 | 0.11 0.02 |
XYZ | 59.9683 | 41.0607 | 73.1714 |
Yxy | 41.0607 | 0.3442 | 0.2357 |
Hunter Lab | 64.0786 | 54.9125 | -22.8482 |
CIE-Lab | 70.2184 | 57.2113 | -26.5299 |
#f981dd color RGB value is (249,129,221).
#f981dd hex color red value is 249, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f981dd hue: 0.87 , saturation: 0.91 and the lightness value of f981dd is 0.74.
The process color (four color CMYK) of #f981dd color hex is 0.00, 0.48, 0.11, 0.02. Web safe color of #f981dd is #ff99cc. Color #f981dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10000001 | 11011101 |
Octal | 371 | 201 | 335 |
Decimal | 249 | 129 | 221 |
Hex | F9 | 81 | DD |
Shades of #f981dd
Tints of #f981dd
RGB Percentages of Color #f981dd
CMYK Percentages of Color #f981dd
Complementary Color
#f981dd | #81f99d |
#f981dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f981dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f981dd Color CSS Codes
.mybgcolor {background-color:#f981dd; } .myforecolor {color:#f981dd; } .mybordercolor {border:3px solid #f981dd; }
#f981dd Text Font Color
<p style="color:#f981dd">Text here</p>
This sample text font color is #f981dd
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.
#f981dd Background Color
<div style="background-color:#f981dd">
Div content here</div>
This div background color is #f981dd
#f981dd Border Color
<div style="border:3px solid #f981dd">
Div here</div>
This div border color is #f981dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,129,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f981dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f981dd; -webkit-box-shadow: 1px 1px 3px 2px #f981dd; box-shadow: 1px 1px 3px 2px #f981dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,129,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f981dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f981dd; -webkit-box-shadow: 1px 1px 3px 2px #f981dd; box-shadow: 1px 1px 3px 2px #f981dd;">
Div content here</div>
This div box has shadow with color #f981dd
Comments
No comments written yet.
Please login to write comment.