Color spaces of #f711de
RGB | 247 | 17 | 222 |
---|---|---|---|
HSL | 0.85 | 0.93 | 0.52 |
HSV | 307° | 93° | 97° |
CMYK | 0.00 | 0.93 | 0.10 0.03 |
XYZ | 51.7430 | 25.4490 | 71.2922 |
Yxy | 25.4490 | 0.3485 | 0.1714 |
Hunter Lab | 50.4470 | 94.8035 | -48.4763 |
CIE-Lab | 57.5103 | 91.4092 | -46.9278 |
#f711de color RGB value is (247,17,222).
#f711de hex color red value is 247, green value is 17 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f711de hue: 0.85 , saturation: 0.93 and the lightness value of f711de is 0.52.
The process color (four color CMYK) of #f711de color hex is 0.00, 0.93, 0.10, 0.03. Web safe color of #f711de is #ff00cc. Color #f711de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00010001 | 11011110 |
Octal | 367 | 21 | 336 |
Decimal | 247 | 17 | 222 |
Hex | F7 | 11 | DE |
Shades of #f711de
Tints of #f711de
RGB Percentages of Color #f711de
CMYK Percentages of Color #f711de
Complementary Color
#f711de | #11f72a |
#f711de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f711de Color Preview on White Background
Lorem ipsum dolor sit amet.
#f711de Color CSS Codes
.mybgcolor {background-color:#f711de; } .myforecolor {color:#f711de; } .mybordercolor {border:3px solid #f711de; }
#f711de Text Font Color
<p style="color:#f711de">Text here</p>
This sample text font color is #f711de
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.
#f711de Background Color
<div style="background-color:#f711de">
Div content here</div>
This div background color is #f711de
#f711de Border Color
<div style="border:3px solid #f711de">
Div here</div>
This div border color is #f711de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,17,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f711de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f711de; -webkit-box-shadow: 1px 1px 3px 2px #f711de; box-shadow: 1px 1px 3px 2px #f711de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,17,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f711de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f711de; -webkit-box-shadow: 1px 1px 3px 2px #f711de; box-shadow: 1px 1px 3px 2px #f711de;">
Div content here</div>
This div box has shadow with color #f711de
Comments
No comments written yet.
Please login to write comment.