Color spaces of #f887fb
RGB | 248 | 135 | 251 |
---|---|---|---|
HSL | 0.83 | 0.94 | 0.76 |
HSV | 298° | 46° | 98° |
CMYK | 0.01 | 0.46 | 0.00 0.02 |
XYZ | 64.7880 | 44.2494 | 96.3931 |
Yxy | 44.2494 | 0.3154 | 0.2154 |
Hunter Lab | 66.5202 | 57.4414 | -39.3518 |
CIE-Lab | 72.3949 | 59.0241 | -39.6351 |
#f887fb color RGB value is (248,135,251).
#f887fb hex color red value is 248, green value is 135 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f887fb hue: 0.83 , saturation: 0.94 and the lightness value of f887fb is 0.76.
The process color (four color CMYK) of #f887fb color hex is 0.01, 0.46, 0.00, 0.02. Web safe color of #f887fb is #ff99ff. Color #f887fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10000111 | 11111011 |
Octal | 370 | 207 | 373 |
Decimal | 248 | 135 | 251 |
Hex | F8 | 87 | FB |
Shades of #f887fb
Tints of #f887fb
RGB Percentages of Color #f887fb
CMYK Percentages of Color #f887fb
Complementary Color
#f887fb | #8afb87 |
#f887fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f887fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f887fb Color CSS Codes
.mybgcolor {background-color:#f887fb; } .myforecolor {color:#f887fb; } .mybordercolor {border:3px solid #f887fb; }
#f887fb Text Font Color
<p style="color:#f887fb">Text here</p>
This sample text font color is #f887fb
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.
#f887fb Background Color
<div style="background-color:#f887fb">
Div content here</div>
This div background color is #f887fb
#f887fb Border Color
<div style="border:3px solid #f887fb">
Div here</div>
This div border color is #f887fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,135,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f887fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f887fb; -webkit-box-shadow: 1px 1px 3px 2px #f887fb; box-shadow: 1px 1px 3px 2px #f887fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,135,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 #f887fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f887fb; -webkit-box-shadow: 1px 1px 3px 2px #f887fb; box-shadow: 1px 1px 3px 2px #f887fb;">
Div content here</div>
This div box has shadow with color #f887fb
Comments
No comments written yet.
Please login to write comment.