Color spaces of #f54dfc
RGB | 245 | 77 | 252 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.65 |
HSV | 298° | 69° | 99° |
CMYK | 0.03 | 0.69 | 0.00 0.01 |
XYZ | 57.8808 | 31.7485 | 95.1729 |
Yxy | 31.7485 | 0.3132 | 0.1718 |
Hunter Lab | 56.3458 | 84.7576 | -60.7038 |
CIE-Lab | 63.1345 | 82.7107 | -54.7876 |
#f54dfc color RGB value is (245,77,252).
#f54dfc hex color red value is 245, green value is 77 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f54dfc hue: 0.83 , saturation: 0.97 and the lightness value of f54dfc is 0.65.
The process color (four color CMYK) of #f54dfc color hex is 0.03, 0.69, 0.00, 0.01. Web safe color of #f54dfc is #ff66ff. Color #f54dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01001101 | 11111100 |
Octal | 365 | 115 | 374 |
Decimal | 245 | 77 | 252 |
Hex | F5 | 4D | FC |
Shades of #f54dfc
Tints of #f54dfc
RGB Percentages of Color #f54dfc
CMYK Percentages of Color #f54dfc
Complementary Color
#f54dfc | #54fc4d |
#f54dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f54dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f54dfc Color CSS Codes
.mybgcolor {background-color:#f54dfc; } .myforecolor {color:#f54dfc; } .mybordercolor {border:3px solid #f54dfc; }
#f54dfc Text Font Color
<p style="color:#f54dfc">Text here</p>
This sample text font color is #f54dfc
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.
#f54dfc Background Color
<div style="background-color:#f54dfc">
Div content here</div>
This div background color is #f54dfc
#f54dfc Border Color
<div style="border:3px solid #f54dfc">
Div here</div>
This div border color is #f54dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,77,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f54dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f54dfc; -webkit-box-shadow: 1px 1px 3px 2px #f54dfc; box-shadow: 1px 1px 3px 2px #f54dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,77,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 #f54dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f54dfc; -webkit-box-shadow: 1px 1px 3px 2px #f54dfc; box-shadow: 1px 1px 3px 2px #f54dfc;">
Div content here</div>
This div box has shadow with color #f54dfc
Comments
No comments written yet.
Please login to write comment.