Color spaces of #f791cd
RGB | 247 | 145 | 205 |
---|---|---|---|
HSL | 0.90 | 0.86 | 0.77 |
HSV | 325° | 41° | 97° |
CMYK | 0.00 | 0.41 | 0.17 0.03 |
XYZ | 59.5026 | 44.4327 | 63.1979 |
Yxy | 44.4327 | 0.3560 | 0.2659 |
Hunter Lab | 66.6579 | 42.6880 | -9.5520 |
CIE-Lab | 72.5168 | 46.1917 | -14.2162 |
#f791cd color RGB value is (247,145,205).
#f791cd hex color red value is 247, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f791cd hue: 0.90 , saturation: 0.86 and the lightness value of f791cd is 0.77.
The process color (four color CMYK) of #f791cd color hex is 0.00, 0.41, 0.17, 0.03. Web safe color of #f791cd is #ff99cc. Color #f791cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 10010001 | 11001101 |
Octal | 367 | 221 | 315 |
Decimal | 247 | 145 | 205 |
Hex | F7 | 91 | CD |
Shades of #f791cd
Tints of #f791cd
RGB Percentages of Color #f791cd
CMYK Percentages of Color #f791cd
Complementary Color
#f791cd | #91f7bb |
#f791cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f791cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f791cd Color CSS Codes
.mybgcolor {background-color:#f791cd; } .myforecolor {color:#f791cd; } .mybordercolor {border:3px solid #f791cd; }
#f791cd Text Font Color
<p style="color:#f791cd">Text here</p>
This sample text font color is #f791cd
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.
#f791cd Background Color
<div style="background-color:#f791cd">
Div content here</div>
This div background color is #f791cd
#f791cd Border Color
<div style="border:3px solid #f791cd">
Div here</div>
This div border color is #f791cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,145,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f791cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f791cd; -webkit-box-shadow: 1px 1px 3px 2px #f791cd; box-shadow: 1px 1px 3px 2px #f791cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,145,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f791cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f791cd; -webkit-box-shadow: 1px 1px 3px 2px #f791cd; box-shadow: 1px 1px 3px 2px #f791cd;">
Div content here</div>
This div box has shadow with color #f791cd
Comments
No comments written yet.
Please login to write comment.