Color spaces of #f55fff
RGB | 245 | 95 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.69 |
HSV | 296° | 63° | 100° |
CMYK | 0.04 | 0.63 | 0.00 0.00 |
XYZ | 59.7984 | 34.8169 | 98.1764 |
Yxy | 34.8169 | 0.3102 | 0.1806 |
Hunter Lab | 59.0058 | 77.6373 | -57.3451 |
CIE-Lab | 65.6059 | 76.6877 | -52.5174 |
#f55fff color RGB value is (245,95,255).
#f55fff hex color red value is 245, green value is 95 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f55fff hue: 0.82 , saturation: 1.00 and the lightness value of f55fff is 0.69.
The process color (four color CMYK) of #f55fff color hex is 0.04, 0.63, 0.00, 0.00. Web safe color of #f55fff is #ff66ff. Color #f55fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01011111 | 11111111 |
Octal | 365 | 137 | 377 |
Decimal | 245 | 95 | 255 |
Hex | F5 | 5F | FF |
Shades of #f55fff
Tints of #f55fff
RGB Percentages of Color #f55fff
CMYK Percentages of Color #f55fff
Complementary Color
#f55fff | #69ff5f |
#f55fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f55fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f55fff Color CSS Codes
.mybgcolor {background-color:#f55fff; } .myforecolor {color:#f55fff; } .mybordercolor {border:3px solid #f55fff; }
#f55fff Text Font Color
<p style="color:#f55fff">Text here</p>
This sample text font color is #f55fff
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.
#f55fff Background Color
<div style="background-color:#f55fff">
Div content here</div>
This div background color is #f55fff
#f55fff Border Color
<div style="border:3px solid #f55fff">
Div here</div>
This div border color is #f55fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,95,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f55fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f55fff; -webkit-box-shadow: 1px 1px 3px 2px #f55fff; box-shadow: 1px 1px 3px 2px #f55fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,95,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f55fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f55fff; -webkit-box-shadow: 1px 1px 3px 2px #f55fff; box-shadow: 1px 1px 3px 2px #f55fff;">
Div content here</div>
This div box has shadow with color #f55fff
Comments
No comments written yet.
Please login to write comment.