Color spaces of #f989ff
RGB | 249 | 137 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.77 |
HSV | 297° | 46° | 100° |
CMYK | 0.02 | 0.46 | 0.00 0.00 |
XYZ | 66.0626 | 45.2511 | 99.8602 |
Yxy | 45.2511 | 0.3128 | 0.2143 |
Hunter Lab | 67.2689 | 57.5783 | -40.9273 |
CIE-Lab | 73.0569 | 59.0374 | -40.7691 |
#f989ff color RGB value is (249,137,255).
#f989ff hex color red value is 249, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f989ff hue: 0.82 , saturation: 1.00 and the lightness value of f989ff is 0.77.
The process color (four color CMYK) of #f989ff color hex is 0.02, 0.46, 0.00, 0.00. Web safe color of #f989ff is #ff99ff. Color #f989ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10001001 | 11111111 |
Octal | 371 | 211 | 377 |
Decimal | 249 | 137 | 255 |
Hex | F9 | 89 | FF |
Shades of #f989ff
Tints of #f989ff
RGB Percentages of Color #f989ff
CMYK Percentages of Color #f989ff
Complementary Color
#f989ff | #8fff89 |
#f989ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f989ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f989ff Color CSS Codes
.mybgcolor {background-color:#f989ff; } .myforecolor {color:#f989ff; } .mybordercolor {border:3px solid #f989ff; }
#f989ff Text Font Color
<p style="color:#f989ff">Text here</p>
This sample text font color is #f989ff
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.
#f989ff Background Color
<div style="background-color:#f989ff">
Div content here</div>
This div background color is #f989ff
#f989ff Border Color
<div style="border:3px solid #f989ff">
Div here</div>
This div border color is #f989ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,137,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f989ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f989ff; -webkit-box-shadow: 1px 1px 3px 2px #f989ff; box-shadow: 1px 1px 3px 2px #f989ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,137,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f989ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f989ff; -webkit-box-shadow: 1px 1px 3px 2px #f989ff; box-shadow: 1px 1px 3px 2px #f989ff;">
Div content here</div>
This div box has shadow with color #f989ff
Related Colors
Comments
No comments written yet.
Please login to write comment.