Color spaces of #f54ffe
RGB | 245 | 79 | 254 |
---|---|---|---|
HSL | 0.82 | 0.99 | 0.65 |
HSV | 297° | 69° | 100° |
CMYK | 0.04 | 0.69 | 0.00 0.00 |
XYZ | 58.3416 | 32.1602 | 96.8985 |
Yxy | 32.1602 | 0.3113 | 0.1716 |
Hunter Lab | 56.7100 | 84.3933 | -61.6100 |
CIE-Lab | 63.4751 | 82.3643 | -55.3492 |
#f54ffe color RGB value is (245,79,254).
#f54ffe hex color red value is 245, green value is 79 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f54ffe hue: 0.82 , saturation: 0.99 and the lightness value of f54ffe is 0.65.
The process color (four color CMYK) of #f54ffe color hex is 0.04, 0.69, 0.00, 0.00. Web safe color of #f54ffe is #ff66ff. Color #f54ffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01001111 | 11111110 |
Octal | 365 | 117 | 376 |
Decimal | 245 | 79 | 254 |
Hex | F5 | 4F | FE |
Shades of #f54ffe
Tints of #f54ffe
RGB Percentages of Color #f54ffe
CMYK Percentages of Color #f54ffe
Complementary Color
#f54ffe | #58fe4f |
#f54ffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f54ffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f54ffe Color CSS Codes
.mybgcolor {background-color:#f54ffe; } .myforecolor {color:#f54ffe; } .mybordercolor {border:3px solid #f54ffe; }
#f54ffe Text Font Color
<p style="color:#f54ffe">Text here</p>
This sample text font color is #f54ffe
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.
#f54ffe Background Color
<div style="background-color:#f54ffe">
Div content here</div>
This div background color is #f54ffe
#f54ffe Border Color
<div style="border:3px solid #f54ffe">
Div here</div>
This div border color is #f54ffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,79,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f54ffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f54ffe; -webkit-box-shadow: 1px 1px 3px 2px #f54ffe; box-shadow: 1px 1px 3px 2px #f54ffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,79,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 #f54ffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f54ffe; -webkit-box-shadow: 1px 1px 3px 2px #f54ffe; box-shadow: 1px 1px 3px 2px #f54ffe;">
Div content here</div>
This div box has shadow with color #f54ffe
Comments
No comments written yet.
Please login to write comment.