Color spaces of #f8bfff
RGB | 248 | 191 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.87 |
HSV | 293° | 25° | 100° |
CMYK | 0.03 | 0.25 | 0.00 0.00 |
XYZ | 75.3922 | 64.4381 | 103.0719 |
Yxy | 64.4381 | 0.3104 | 0.2653 |
Hunter Lab | 80.2733 | 27.1677 | -19.9377 |
CIE-Lab | 84.1934 | 30.9740 | -23.6296 |
#f8bfff color RGB value is (248,191,255).
#f8bfff hex color red value is 248, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f8bfff hue: 0.82 , saturation: 1.00 and the lightness value of f8bfff is 0.87.
The process color (four color CMYK) of #f8bfff color hex is 0.03, 0.25, 0.00, 0.00. Web safe color of #f8bfff is #ffccff. Color #f8bfff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10111111 | 11111111 |
Octal | 370 | 277 | 377 |
Decimal | 248 | 191 | 255 |
Hex | F8 | BF | FF |
Shades of #f8bfff
Tints of #f8bfff
RGB Percentages of Color #f8bfff
CMYK Percentages of Color #f8bfff
Complementary Color
#f8bfff | #c6ffbf |
#f8bfff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8bfff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8bfff Color CSS Codes
.mybgcolor {background-color:#f8bfff; } .myforecolor {color:#f8bfff; } .mybordercolor {border:3px solid #f8bfff; }
#f8bfff Text Font Color
<p style="color:#f8bfff">Text here</p>
This sample text font color is #f8bfff
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.
#f8bfff Background Color
<div style="background-color:#f8bfff">
Div content here</div>
This div background color is #f8bfff
#f8bfff Border Color
<div style="border:3px solid #f8bfff">
Div here</div>
This div border color is #f8bfff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,191,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8bfff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8bfff; -webkit-box-shadow: 1px 1px 3px 2px #f8bfff; box-shadow: 1px 1px 3px 2px #f8bfff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,191,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 #f8bfff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8bfff; -webkit-box-shadow: 1px 1px 3px 2px #f8bfff; box-shadow: 1px 1px 3px 2px #f8bfff;">
Div content here</div>
This div box has shadow with color #f8bfff
#f8bfff Color Palettes
Comments
No comments written yet.
Please login to write comment.