Color spaces of #f886ff
RGB | 248 | 134 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.76 |
HSV | 297° | 47° | 100° |
CMYK | 0.03 | 0.47 | 0.00 0.00 |
XYZ | 65.2865 | 44.2267 | 99.7034 |
Yxy | 44.2267 | 0.3121 | 0.2114 |
Hunter Lab | 66.5032 | 58.8539 | -42.3370 |
CIE-Lab | 72.3798 | 60.2150 | -41.8348 |
#f886ff color RGB value is (248,134,255).
#f886ff hex color red value is 248, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f886ff hue: 0.82 , saturation: 1.00 and the lightness value of f886ff is 0.76.
The process color (four color CMYK) of #f886ff color hex is 0.03, 0.47, 0.00, 0.00. Web safe color of #f886ff is #ff99ff. Color #f886ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10000110 | 11111111 |
Octal | 370 | 206 | 377 |
Decimal | 248 | 134 | 255 |
Hex | F8 | 86 | FF |
Shades of #f886ff
Tints of #f886ff
RGB Percentages of Color #f886ff
CMYK Percentages of Color #f886ff
Complementary Color
#f886ff | #8dff86 |
#f886ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f886ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f886ff Color CSS Codes
.mybgcolor {background-color:#f886ff; } .myforecolor {color:#f886ff; } .mybordercolor {border:3px solid #f886ff; }
#f886ff Text Font Color
<p style="color:#f886ff">Text here</p>
This sample text font color is #f886ff
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.
#f886ff Background Color
<div style="background-color:#f886ff">
Div content here</div>
This div background color is #f886ff
#f886ff Border Color
<div style="border:3px solid #f886ff">
Div here</div>
This div border color is #f886ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,134,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f886ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f886ff; -webkit-box-shadow: 1px 1px 3px 2px #f886ff; box-shadow: 1px 1px 3px 2px #f886ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,134,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 #f886ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f886ff; -webkit-box-shadow: 1px 1px 3px 2px #f886ff; box-shadow: 1px 1px 3px 2px #f886ff;">
Div content here</div>
This div box has shadow with color #f886ff
Related Colors
Comments
No comments written yet.
Please login to write comment.