Color spaces of #f984cb
RGB | 249 | 132 | 203 |
---|---|---|---|
HSL | 0.90 | 0.91 | 0.75 |
HSV | 324° | 47° | 98° |
CMYK | 0.00 | 0.47 | 0.18 0.02 |
XYZ | 58.0977 | 40.9541 | 61.3428 |
Yxy | 40.9541 | 0.3622 | 0.2553 |
Hunter Lab | 63.9954 | 50.0579 | -12.0357 |
CIE-Lab | 70.1438 | 53.0270 | -16.6590 |
#f984cb color RGB value is (249,132,203).
#f984cb hex color red value is 249, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f984cb hue: 0.90 , saturation: 0.91 and the lightness value of f984cb is 0.75.
The process color (four color CMYK) of #f984cb color hex is 0.00, 0.47, 0.18, 0.02. Web safe color of #f984cb is #ff99cc. Color #f984cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10000100 | 11001011 |
Octal | 371 | 204 | 313 |
Decimal | 249 | 132 | 203 |
Hex | F9 | 84 | CB |
Shades of #f984cb
Tints of #f984cb
RGB Percentages of Color #f984cb
CMYK Percentages of Color #f984cb
Complementary Color
#f984cb | #84f9b2 |
#f984cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f984cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f984cb Color CSS Codes
.mybgcolor {background-color:#f984cb; } .myforecolor {color:#f984cb; } .mybordercolor {border:3px solid #f984cb; }
#f984cb Text Font Color
<p style="color:#f984cb">Text here</p>
This sample text font color is #f984cb
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.
#f984cb Background Color
<div style="background-color:#f984cb">
Div content here</div>
This div background color is #f984cb
#f984cb Border Color
<div style="border:3px solid #f984cb">
Div here</div>
This div border color is #f984cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,132,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f984cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f984cb; -webkit-box-shadow: 1px 1px 3px 2px #f984cb; box-shadow: 1px 1px 3px 2px #f984cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,132,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f984cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f984cb; -webkit-box-shadow: 1px 1px 3px 2px #f984cb; box-shadow: 1px 1px 3px 2px #f984cb;">
Div content here</div>
This div box has shadow with color #f984cb
Comments
No comments written yet.
Please login to write comment.