Color spaces of #f59ffa
RGB | 245 | 159 | 250 |
---|---|---|---|
HSL | 0.82 | 0.90 | 0.80 |
HSV | 297° | 36° | 98° |
CMYK | 0.02 | 0.36 | 0.00 0.02 |
XYZ | 67.3096 | 51.1109 | 96.7603 |
Yxy | 51.1109 | 0.3128 | 0.2375 |
Hunter Lab | 71.4919 | 42.9469 | -30.2014 |
CIE-Lab | 76.7461 | 45.9050 | -32.3765 |
#f59ffa color RGB value is (245,159,250).
#f59ffa hex color red value is 245, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f59ffa hue: 0.82 , saturation: 0.90 and the lightness value of f59ffa is 0.80.
The process color (four color CMYK) of #f59ffa color hex is 0.02, 0.36, 0.00, 0.02. Web safe color of #f59ffa is #ff99ff. Color #f59ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10011111 | 11111010 |
Octal | 365 | 237 | 372 |
Decimal | 245 | 159 | 250 |
Hex | F5 | 9F | FA |
Shades of #f59ffa
Tints of #f59ffa
RGB Percentages of Color #f59ffa
CMYK Percentages of Color #f59ffa
Complementary Color
#f59ffa | #a4fa9f |
#f59ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f59ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f59ffa Color CSS Codes
.mybgcolor {background-color:#f59ffa; } .myforecolor {color:#f59ffa; } .mybordercolor {border:3px solid #f59ffa; }
#f59ffa Text Font Color
<p style="color:#f59ffa">Text here</p>
This sample text font color is #f59ffa
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.
#f59ffa Background Color
<div style="background-color:#f59ffa">
Div content here</div>
This div background color is #f59ffa
#f59ffa Border Color
<div style="border:3px solid #f59ffa">
Div here</div>
This div border color is #f59ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,159,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f59ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f59ffa; -webkit-box-shadow: 1px 1px 3px 2px #f59ffa; box-shadow: 1px 1px 3px 2px #f59ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,159,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f59ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f59ffa; -webkit-box-shadow: 1px 1px 3px 2px #f59ffa; box-shadow: 1px 1px 3px 2px #f59ffa;">
Div content here</div>
This div box has shadow with color #f59ffa
Comments
No comments written yet.
Please login to write comment.