Color spaces of #f717bd
RGB | 247 | 23 | 189 |
---|---|---|---|
HSL | 0.88 | 0.93 | 0.53 |
HSV | 316° | 91° | 97° |
CMYK | 0.00 | 0.91 | 0.23 0.03 |
XYZ | 47.8495 | 24.0611 | 50.2664 |
Yxy | 24.0611 | 0.3916 | 0.1969 |
Hunter Lab | 49.0521 | 88.2825 | -26.4212 |
CIE-Lab | 56.1489 | 86.7689 | -30.1791 |
#f717bd color RGB value is (247,23,189).
#f717bd hex color red value is 247, green value is 23 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f717bd hue: 0.88 , saturation: 0.93 and the lightness value of f717bd is 0.53.
The process color (four color CMYK) of #f717bd color hex is 0.00, 0.91, 0.23, 0.03. Web safe color of #f717bd is #ff00cc. Color #f717bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00010111 | 10111101 |
Octal | 367 | 27 | 275 |
Decimal | 247 | 23 | 189 |
Hex | F7 | 17 | BD |
Shades of #f717bd
Tints of #f717bd
RGB Percentages of Color #f717bd
CMYK Percentages of Color #f717bd
Complementary Color
#f717bd | #17f751 |
#f717bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f717bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f717bd Color CSS Codes
.mybgcolor {background-color:#f717bd; } .myforecolor {color:#f717bd; } .mybordercolor {border:3px solid #f717bd; }
#f717bd Text Font Color
<p style="color:#f717bd">Text here</p>
This sample text font color is #f717bd
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.
#f717bd Background Color
<div style="background-color:#f717bd">
Div content here</div>
This div background color is #f717bd
#f717bd Border Color
<div style="border:3px solid #f717bd">
Div here</div>
This div border color is #f717bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,23,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f717bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f717bd; -webkit-box-shadow: 1px 1px 3px 2px #f717bd; box-shadow: 1px 1px 3px 2px #f717bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,23,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f717bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f717bd; -webkit-box-shadow: 1px 1px 3px 2px #f717bd; box-shadow: 1px 1px 3px 2px #f717bd;">
Div content here</div>
This div box has shadow with color #f717bd
Comments
No comments written yet.
Please login to write comment.