Color spaces of #f850fb
RGB | 248 | 80 | 251 |
---|---|---|---|
HSL | 0.83 | 0.96 | 0.65 |
HSV | 299° | 68° | 98° |
CMYK | 0.01 | 0.68 | 0.00 0.02 |
XYZ | 58.9926 | 32.6588 | 94.4613 |
Yxy | 32.6588 | 0.3170 | 0.1755 |
Hunter Lab | 57.1479 | 84.2532 | -57.9986 |
CIE-Lab | 63.8837 | 82.1777 | -53.0181 |
#f850fb color RGB value is (248,80,251).
#f850fb hex color red value is 248, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f850fb hue: 0.83 , saturation: 0.96 and the lightness value of f850fb is 0.65.
The process color (four color CMYK) of #f850fb color hex is 0.01, 0.68, 0.00, 0.02. Web safe color of #f850fb is #ff66ff. Color #f850fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01010000 | 11111011 |
Octal | 370 | 120 | 373 |
Decimal | 248 | 80 | 251 |
Hex | F8 | 50 | FB |
Shades of #f850fb
Tints of #f850fb
RGB Percentages of Color #f850fb
CMYK Percentages of Color #f850fb
Complementary Color
#f850fb | #53fb50 |
#f850fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f850fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f850fb Color CSS Codes
.mybgcolor {background-color:#f850fb; } .myforecolor {color:#f850fb; } .mybordercolor {border:3px solid #f850fb; }
#f850fb Text Font Color
<p style="color:#f850fb">Text here</p>
This sample text font color is #f850fb
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.
#f850fb Background Color
<div style="background-color:#f850fb">
Div content here</div>
This div background color is #f850fb
#f850fb Border Color
<div style="border:3px solid #f850fb">
Div here</div>
This div border color is #f850fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,80,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f850fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f850fb; -webkit-box-shadow: 1px 1px 3px 2px #f850fb; box-shadow: 1px 1px 3px 2px #f850fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,80,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f850fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f850fb; -webkit-box-shadow: 1px 1px 3px 2px #f850fb; box-shadow: 1px 1px 3px 2px #f850fb;">
Div content here</div>
This div box has shadow with color #f850fb
Comments
No comments written yet.
Please login to write comment.