Color spaces of #fb03fc
RGB | 251 | 3 | 252 |
---|---|---|---|
HSL | 0.83 | 0.98 | 0.50 |
HSV | 300° | 99° | 99° |
CMYK | 0.00 | 0.99 | 0.00 0.01 |
XYZ | 57.3869 | 27.6026 | 94.3987 |
Yxy | 27.6026 | 0.3199 | 0.1539 |
Hunter Lab | 52.5382 | 103.0319 | -69.7534 |
CIE-Lab | 59.5280 | 97.0469 | -60.4857 |
#fb03fc color RGB value is (251,3,252).
#fb03fc hex color red value is 251, green value is 3 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fb03fc hue: 0.83 , saturation: 0.98 and the lightness value of fb03fc is 0.50.
The process color (four color CMYK) of #fb03fc color hex is 0.00, 0.99, 0.00, 0.01. Web safe color of #fb03fc is #ff00ff. Color #fb03fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00000011 | 11111100 |
Octal | 373 | 3 | 374 |
Decimal | 251 | 3 | 252 |
Hex | FB | 3 | FC |
Shades of #fb03fc
Tints of #fb03fc
RGB Percentages of Color #fb03fc
CMYK Percentages of Color #fb03fc
Complementary Color
#fb03fc | #04fc03 |
#fb03fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb03fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb03fc Color CSS Codes
.mybgcolor {background-color:#fb03fc; } .myforecolor {color:#fb03fc; } .mybordercolor {border:3px solid #fb03fc; }
#fb03fc Text Font Color
<p style="color:#fb03fc">Text here</p>
This sample text font color is #fb03fc
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.
#fb03fc Background Color
<div style="background-color:#fb03fc">
Div content here</div>
This div background color is #fb03fc
#fb03fc Border Color
<div style="border:3px solid #fb03fc">
Div here</div>
This div border color is #fb03fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,3,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb03fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb03fc; -webkit-box-shadow: 1px 1px 3px 2px #fb03fc; box-shadow: 1px 1px 3px 2px #fb03fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,3,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb03fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb03fc; -webkit-box-shadow: 1px 1px 3px 2px #fb03fc; box-shadow: 1px 1px 3px 2px #fb03fc;">
Div content here</div>
This div box has shadow with color #fb03fc
Comments
No comments written yet.
Please login to write comment.