Color spaces of #f870df
RGB | 248 | 112 | 223 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.71 |
HSV | 311° | 55° | 97° |
CMYK | 0.00 | 0.55 | 0.10 0.03 |
XYZ | 57.8249 | 36.8725 | 73.8814 |
Yxy | 36.8725 | 0.3430 | 0.2187 |
Hunter Lab | 60.7227 | 63.7168 | -29.6323 |
CIE-Lab | 67.1813 | 65.1312 | -32.3312 |
#f870df color RGB value is (248,112,223).
#f870df hex color red value is 248, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f870df hue: 0.86 , saturation: 0.91 and the lightness value of f870df is 0.71.
The process color (four color CMYK) of #f870df color hex is 0.00, 0.55, 0.10, 0.03. Web safe color of #f870df is #ff66cc. Color #f870df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01110000 | 11011111 |
Octal | 370 | 160 | 337 |
Decimal | 248 | 112 | 223 |
Hex | F8 | 70 | DF |
Shades of #f870df
Tints of #f870df
RGB Percentages of Color #f870df
CMYK Percentages of Color #f870df
Complementary Color
#f870df | #70f889 |
#f870df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f870df Color Preview on White Background
Lorem ipsum dolor sit amet.
#f870df Color CSS Codes
.mybgcolor {background-color:#f870df; } .myforecolor {color:#f870df; } .mybordercolor {border:3px solid #f870df; }
#f870df Text Font Color
<p style="color:#f870df">Text here</p>
This sample text font color is #f870df
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.
#f870df Background Color
<div style="background-color:#f870df">
Div content here</div>
This div background color is #f870df
#f870df Border Color
<div style="border:3px solid #f870df">
Div here</div>
This div border color is #f870df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,112,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f870df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f870df; -webkit-box-shadow: 1px 1px 3px 2px #f870df; box-shadow: 1px 1px 3px 2px #f870df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,112,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f870df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f870df; -webkit-box-shadow: 1px 1px 3px 2px #f870df; box-shadow: 1px 1px 3px 2px #f870df;">
Div content here</div>
This div box has shadow with color #f870df
Comments
No comments written yet.
Please login to write comment.