Color spaces of #f54fce
RGB | 245 | 79 | 206 |
---|---|---|---|
HSL | 0.87 | 0.89 | 0.64 |
HSV | 314° | 68° | 96° |
CMYK | 0.00 | 0.68 | 0.16 0.04 |
XYZ | 51.5927 | 29.4607 | 61.3598 |
Yxy | 29.4607 | 0.3623 | 0.2069 |
Hunter Lab | 54.2777 | 74.6840 | -29.0317 |
CIE-Lab | 61.1861 | 75.1697 | -32.1185 |
#f54fce color RGB value is (245,79,206).
#f54fce hex color red value is 245, green value is 79 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f54fce hue: 0.87 , saturation: 0.89 and the lightness value of f54fce is 0.64.
The process color (four color CMYK) of #f54fce color hex is 0.00, 0.68, 0.16, 0.04. Web safe color of #f54fce is #ff66cc. Color #f54fce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01001111 | 11001110 |
Octal | 365 | 117 | 316 |
Decimal | 245 | 79 | 206 |
Hex | F5 | 4F | CE |
Shades of #f54fce
Tints of #f54fce
RGB Percentages of Color #f54fce
CMYK Percentages of Color #f54fce
Complementary Color
#f54fce | #4ff576 |
#f54fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f54fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#f54fce Color CSS Codes
.mybgcolor {background-color:#f54fce; } .myforecolor {color:#f54fce; } .mybordercolor {border:3px solid #f54fce; }
#f54fce Text Font Color
<p style="color:#f54fce">Text here</p>
This sample text font color is #f54fce
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.
#f54fce Background Color
<div style="background-color:#f54fce">
Div content here</div>
This div background color is #f54fce
#f54fce Border Color
<div style="border:3px solid #f54fce">
Div here</div>
This div border color is #f54fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,79,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f54fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f54fce; -webkit-box-shadow: 1px 1px 3px 2px #f54fce; box-shadow: 1px 1px 3px 2px #f54fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,79,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f54fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f54fce; -webkit-box-shadow: 1px 1px 3px 2px #f54fce; box-shadow: 1px 1px 3px 2px #f54fce;">
Div content here</div>
This div box has shadow with color #f54fce
Comments
No comments written yet.
Please login to write comment.