Color spaces of #f864df
RGB | 248 | 100 | 223 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.68 |
HSV | 310° | 60° | 97° |
CMYK | 0.00 | 0.60 | 0.10 0.03 |
XYZ | 56.5879 | 34.3985 | 73.4691 |
Yxy | 34.3985 | 0.3441 | 0.2092 |
Hunter Lab | 58.6502 | 69.5854 | -33.2153 |
CIE-Lab | 65.2777 | 70.2935 | -35.2858 |
#f864df color RGB value is (248,100,223).
#f864df hex color red value is 248, green value is 100 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f864df hue: 0.86 , saturation: 0.91 and the lightness value of f864df is 0.68.
The process color (four color CMYK) of #f864df color hex is 0.00, 0.60, 0.10, 0.03. Web safe color of #f864df is #ff66cc. Color #f864df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01100100 | 11011111 |
Octal | 370 | 144 | 337 |
Decimal | 248 | 100 | 223 |
Hex | F8 | 64 | DF |
Shades of #f864df
Tints of #f864df
RGB Percentages of Color #f864df
CMYK Percentages of Color #f864df
Complementary Color
#f864df | #64f87d |
#f864df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f864df Color Preview on White Background
Lorem ipsum dolor sit amet.
#f864df Color CSS Codes
.mybgcolor {background-color:#f864df; } .myforecolor {color:#f864df; } .mybordercolor {border:3px solid #f864df; }
#f864df Text Font Color
<p style="color:#f864df">Text here</p>
This sample text font color is #f864df
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.
#f864df Background Color
<div style="background-color:#f864df">
Div content here</div>
This div background color is #f864df
#f864df Border Color
<div style="border:3px solid #f864df">
Div here</div>
This div border color is #f864df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,100,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f864df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f864df; -webkit-box-shadow: 1px 1px 3px 2px #f864df; box-shadow: 1px 1px 3px 2px #f864df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,100,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 #f864df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f864df; -webkit-box-shadow: 1px 1px 3px 2px #f864df; box-shadow: 1px 1px 3px 2px #f864df;">
Div content here</div>
This div box has shadow with color #f864df
Comments
No comments written yet.
Please login to write comment.