Color spaces of #f761cc
RGB | 247 | 97 | 204 |
---|---|---|---|
HSL | 0.88 | 0.90 | 0.67 |
HSV | 317° | 61° | 97° |
CMYK | 0.00 | 0.61 | 0.17 0.03 |
XYZ | 53.5315 | 32.6832 | 60.6138 |
Yxy | 32.6832 | 0.3646 | 0.2226 |
Hunter Lab | 57.1692 | 67.0958 | -22.8439 |
CIE-Lab | 63.9036 | 68.5028 | -26.7609 |
#f761cc color RGB value is (247,97,204).
#f761cc hex color red value is 247, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f761cc hue: 0.88 , saturation: 0.90 and the lightness value of f761cc is 0.67.
The process color (four color CMYK) of #f761cc color hex is 0.00, 0.61, 0.17, 0.03. Web safe color of #f761cc is #ff66cc. Color #f761cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01100001 | 11001100 |
Octal | 367 | 141 | 314 |
Decimal | 247 | 97 | 204 |
Hex | F7 | 61 | CC |
Shades of #f761cc
Tints of #f761cc
RGB Percentages of Color #f761cc
CMYK Percentages of Color #f761cc
Complementary Color
#f761cc | #61f78c |
#f761cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f761cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f761cc Color CSS Codes
.mybgcolor {background-color:#f761cc; } .myforecolor {color:#f761cc; } .mybordercolor {border:3px solid #f761cc; }
#f761cc Text Font Color
<p style="color:#f761cc">Text here</p>
This sample text font color is #f761cc
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.
#f761cc Background Color
<div style="background-color:#f761cc">
Div content here</div>
This div background color is #f761cc
#f761cc Border Color
<div style="border:3px solid #f761cc">
Div here</div>
This div border color is #f761cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,97,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f761cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f761cc; -webkit-box-shadow: 1px 1px 3px 2px #f761cc; box-shadow: 1px 1px 3px 2px #f761cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,97,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f761cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f761cc; -webkit-box-shadow: 1px 1px 3px 2px #f761cc; box-shadow: 1px 1px 3px 2px #f761cc;">
Div content here</div>
This div box has shadow with color #f761cc
Comments
No comments written yet.
Please login to write comment.