Color spaces of #f73bfe
RGB | 247 | 59 | 254 |
---|---|---|---|
HSL | 0.83 | 0.99 | 0.61 |
HSV | 298° | 77° | 100° |
CMYK | 0.03 | 0.77 | 0.00 0.00 |
XYZ | 57.8111 | 30.0578 | 96.5207 |
Yxy | 30.0578 | 0.3135 | 0.1630 |
Hunter Lab | 54.8250 | 92.2785 | -66.0040 |
CIE-Lab | 61.7041 | 88.7061 | -58.1523 |
#f73bfe color RGB value is (247,59,254).
#f73bfe hex color red value is 247, green value is 59 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f73bfe hue: 0.83 , saturation: 0.99 and the lightness value of f73bfe is 0.61.
The process color (four color CMYK) of #f73bfe color hex is 0.03, 0.77, 0.00, 0.00. Web safe color of #f73bfe is #ff33ff. Color #f73bfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00111011 | 11111110 |
Octal | 367 | 73 | 376 |
Decimal | 247 | 59 | 254 |
Hex | F7 | 3B | FE |
Shades of #f73bfe
Tints of #f73bfe
RGB Percentages of Color #f73bfe
CMYK Percentages of Color #f73bfe
Complementary Color
#f73bfe | #42fe3b |
#f73bfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f73bfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f73bfe Color CSS Codes
.mybgcolor {background-color:#f73bfe; } .myforecolor {color:#f73bfe; } .mybordercolor {border:3px solid #f73bfe; }
#f73bfe Text Font Color
<p style="color:#f73bfe">Text here</p>
This sample text font color is #f73bfe
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.
#f73bfe Background Color
<div style="background-color:#f73bfe">
Div content here</div>
This div background color is #f73bfe
#f73bfe Border Color
<div style="border:3px solid #f73bfe">
Div here</div>
This div border color is #f73bfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,59,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f73bfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f73bfe; -webkit-box-shadow: 1px 1px 3px 2px #f73bfe; box-shadow: 1px 1px 3px 2px #f73bfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,59,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f73bfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f73bfe; -webkit-box-shadow: 1px 1px 3px 2px #f73bfe; box-shadow: 1px 1px 3px 2px #f73bfe;">
Div content here</div>
This div box has shadow with color #f73bfe
Comments
No comments written yet.
Please login to write comment.