Color spaces of #f857bf
RGB | 248 | 87 | 191 |
---|---|---|---|
HSL | 0.89 | 0.92 | 0.66 |
HSV | 321° | 65° | 97° |
CMYK | 0.00 | 0.65 | 0.23 0.03 |
XYZ | 51.5236 | 30.5344 | 52.4684 |
Yxy | 30.5344 | 0.3830 | 0.2270 |
Hunter Lab | 55.2579 | 69.7355 | -17.6164 |
CIE-Lab | 62.1126 | 70.9939 | -22.1218 |
#f857bf color RGB value is (248,87,191).
#f857bf hex color red value is 248, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f857bf hue: 0.89 , saturation: 0.92 and the lightness value of f857bf is 0.66.
The process color (four color CMYK) of #f857bf color hex is 0.00, 0.65, 0.23, 0.03. Web safe color of #f857bf is #ff66cc. Color #f857bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01010111 | 10111111 |
Octal | 370 | 127 | 277 |
Decimal | 248 | 87 | 191 |
Hex | F8 | 57 | BF |
Shades of #f857bf
Tints of #f857bf
RGB Percentages of Color #f857bf
CMYK Percentages of Color #f857bf
Complementary Color
#f857bf | #57f890 |
#f857bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f857bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f857bf Color CSS Codes
.mybgcolor {background-color:#f857bf; } .myforecolor {color:#f857bf; } .mybordercolor {border:3px solid #f857bf; }
#f857bf Text Font Color
<p style="color:#f857bf">Text here</p>
This sample text font color is #f857bf
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.
#f857bf Background Color
<div style="background-color:#f857bf">
Div content here</div>
This div background color is #f857bf
#f857bf Border Color
<div style="border:3px solid #f857bf">
Div here</div>
This div border color is #f857bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,87,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f857bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f857bf; -webkit-box-shadow: 1px 1px 3px 2px #f857bf; box-shadow: 1px 1px 3px 2px #f857bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,87,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f857bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f857bf; -webkit-box-shadow: 1px 1px 3px 2px #f857bf; box-shadow: 1px 1px 3px 2px #f857bf;">
Div content here</div>
This div box has shadow with color #f857bf
Comments
No comments written yet.
Please login to write comment.