Color spaces of #f51bfc
RGB | 245 | 27 | 252 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.55 |
HSV | 298° | 89° | 99° |
CMYK | 0.03 | 0.89 | 0.00 0.01 |
XYZ | 55.6188 | 27.2246 | 94.4189 |
Yxy | 27.2246 | 0.3138 | 0.1536 |
Hunter Lab | 52.1772 | 98.9637 | -70.7661 |
CIE-Lab | 59.1816 | 94.1544 | -61.0965 |
#f51bfc color RGB value is (245,27,252).
#f51bfc hex color red value is 245, green value is 27 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f51bfc hue: 0.83 , saturation: 0.97 and the lightness value of f51bfc is 0.55.
The process color (four color CMYK) of #f51bfc color hex is 0.03, 0.89, 0.00, 0.01. Web safe color of #f51bfc is #ff33ff. Color #f51bfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00011011 | 11111100 |
Octal | 365 | 33 | 374 |
Decimal | 245 | 27 | 252 |
Hex | F5 | 1B | FC |
Shades of #f51bfc
Tints of #f51bfc
RGB Percentages of Color #f51bfc
CMYK Percentages of Color #f51bfc
Complementary Color
#f51bfc | #22fc1b |
#f51bfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f51bfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f51bfc Color CSS Codes
.mybgcolor {background-color:#f51bfc; } .myforecolor {color:#f51bfc; } .mybordercolor {border:3px solid #f51bfc; }
#f51bfc Text Font Color
<p style="color:#f51bfc">Text here</p>
This sample text font color is #f51bfc
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.
#f51bfc Background Color
<div style="background-color:#f51bfc">
Div content here</div>
This div background color is #f51bfc
#f51bfc Border Color
<div style="border:3px solid #f51bfc">
Div here</div>
This div border color is #f51bfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,27,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f51bfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f51bfc; -webkit-box-shadow: 1px 1px 3px 2px #f51bfc; box-shadow: 1px 1px 3px 2px #f51bfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,27,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 #f51bfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f51bfc; -webkit-box-shadow: 1px 1px 3px 2px #f51bfc; box-shadow: 1px 1px 3px 2px #f51bfc;">
Div content here</div>
This div box has shadow with color #f51bfc
Comments
No comments written yet.
Please login to write comment.