Color spaces of #f84edd
RGB | 248 | 78 | 221 |
---|---|---|---|
HSL | 0.86 | 0.92 | 0.64 |
HSV | 310° | 69° | 97° |
CMYK | 0.00 | 0.69 | 0.11 0.03 |
XYZ | 54.4869 | 30.6257 | 71.4462 |
Yxy | 30.6257 | 0.3480 | 0.1956 |
Hunter Lab | 55.3405 | 78.9009 | -37.8068 |
CIE-Lab | 62.1904 | 78.3292 | -38.9836 |
#f84edd color RGB value is (248,78,221).
#f84edd hex color red value is 248, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f84edd hue: 0.86 , saturation: 0.92 and the lightness value of f84edd is 0.64.
The process color (four color CMYK) of #f84edd color hex is 0.00, 0.69, 0.11, 0.03. Web safe color of #f84edd is #ff66cc. Color #f84edd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01001110 | 11011101 |
Octal | 370 | 116 | 335 |
Decimal | 248 | 78 | 221 |
Hex | F8 | 4E | DD |
Shades of #f84edd
Tints of #f84edd
RGB Percentages of Color #f84edd
CMYK Percentages of Color #f84edd
Complementary Color
#f84edd | #4ef869 |
#f84edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f84edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f84edd Color CSS Codes
.mybgcolor {background-color:#f84edd; } .myforecolor {color:#f84edd; } .mybordercolor {border:3px solid #f84edd; }
#f84edd Text Font Color
<p style="color:#f84edd">Text here</p>
This sample text font color is #f84edd
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.
#f84edd Background Color
<div style="background-color:#f84edd">
Div content here</div>
This div background color is #f84edd
#f84edd Border Color
<div style="border:3px solid #f84edd">
Div here</div>
This div border color is #f84edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,78,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f84edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f84edd; -webkit-box-shadow: 1px 1px 3px 2px #f84edd; box-shadow: 1px 1px 3px 2px #f84edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,78,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f84edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f84edd; -webkit-box-shadow: 1px 1px 3px 2px #f84edd; box-shadow: 1px 1px 3px 2px #f84edd;">
Div content here</div>
This div box has shadow with color #f84edd
Comments
No comments written yet.
Please login to write comment.