Color spaces of #f557fb
RGB | 245 | 87 | 251 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.66 |
HSV | 298° | 65° | 98° |
CMYK | 0.02 | 0.65 | 0.00 0.02 |
XYZ | 58.4770 | 33.1939 | 94.5918 |
Yxy | 33.1939 | 0.3139 | 0.1782 |
Hunter Lab | 57.6141 | 80.3485 | -57.0133 |
CIE-Lab | 64.3176 | 79.0612 | -52.3577 |
#f557fb color RGB value is (245,87,251).
#f557fb hex color red value is 245, green value is 87 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f557fb hue: 0.83 , saturation: 0.95 and the lightness value of f557fb is 0.66.
The process color (four color CMYK) of #f557fb color hex is 0.02, 0.65, 0.00, 0.02. Web safe color of #f557fb is #ff66ff. Color #f557fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01010111 | 11111011 |
Octal | 365 | 127 | 373 |
Decimal | 245 | 87 | 251 |
Hex | F5 | 57 | FB |
Shades of #f557fb
Tints of #f557fb
RGB Percentages of Color #f557fb
CMYK Percentages of Color #f557fb
Complementary Color
#f557fb | #5dfb57 |
#f557fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f557fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f557fb Color CSS Codes
.mybgcolor {background-color:#f557fb; } .myforecolor {color:#f557fb; } .mybordercolor {border:3px solid #f557fb; }
#f557fb Text Font Color
<p style="color:#f557fb">Text here</p>
This sample text font color is #f557fb
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.
#f557fb Background Color
<div style="background-color:#f557fb">
Div content here</div>
This div background color is #f557fb
#f557fb Border Color
<div style="border:3px solid #f557fb">
Div here</div>
This div border color is #f557fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,87,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f557fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f557fb; -webkit-box-shadow: 1px 1px 3px 2px #f557fb; box-shadow: 1px 1px 3px 2px #f557fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,87,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f557fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f557fb; -webkit-box-shadow: 1px 1px 3px 2px #f557fb; box-shadow: 1px 1px 3px 2px #f557fb;">
Div content here</div>
This div box has shadow with color #f557fb
Comments
No comments written yet.
Please login to write comment.