Color spaces of #f88dbf
RGB | 248 | 141 | 191 |
---|---|---|---|
HSL | 0.92 | 0.88 | 0.76 |
HSV | 332° | 43° | 97° |
CMYK | 0.00 | 0.43 | 0.23 0.03 |
XYZ | 57.6402 | 42.7678 | 54.5073 |
Yxy | 42.7678 | 0.3721 | 0.2761 |
Hunter Lab | 65.3971 | 42.8828 | -3.6392 |
CIE-Lab | 71.3971 | 46.5079 | -8.1194 |
#f88dbf color RGB value is (248,141,191).
#f88dbf hex color red value is 248, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f88dbf hue: 0.92 , saturation: 0.88 and the lightness value of f88dbf is 0.76.
The process color (four color CMYK) of #f88dbf color hex is 0.00, 0.43, 0.23, 0.03. Web safe color of #f88dbf is #ff99cc. Color #f88dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10001101 | 10111111 |
Octal | 370 | 215 | 277 |
Decimal | 248 | 141 | 191 |
Hex | F8 | 8D | BF |
Shades of #f88dbf
Tints of #f88dbf
RGB Percentages of Color #f88dbf
CMYK Percentages of Color #f88dbf
Complementary Color
#f88dbf | #8df8c6 |
#f88dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f88dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f88dbf Color CSS Codes
.mybgcolor {background-color:#f88dbf; } .myforecolor {color:#f88dbf; } .mybordercolor {border:3px solid #f88dbf; }
#f88dbf Text Font Color
<p style="color:#f88dbf">Text here</p>
This sample text font color is #f88dbf
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.
#f88dbf Background Color
<div style="background-color:#f88dbf">
Div content here</div>
This div background color is #f88dbf
#f88dbf Border Color
<div style="border:3px solid #f88dbf">
Div here</div>
This div border color is #f88dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,141,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f88dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f88dbf; -webkit-box-shadow: 1px 1px 3px 2px #f88dbf; box-shadow: 1px 1px 3px 2px #f88dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,141,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 #f88dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f88dbf; -webkit-box-shadow: 1px 1px 3px 2px #f88dbf; box-shadow: 1px 1px 3px 2px #f88dbf;">
Div content here</div>
This div box has shadow with color #f88dbf
Comments
No comments written yet.
Please login to write comment.