Color spaces of #f74bcf
RGB | 247 | 75 | 207 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.63 |
HSV | 314° | 70° | 97° |
CMYK | 0.00 | 0.70 | 0.16 0.03 |
XYZ | 52.1363 | 29.3113 | 61.9412 |
Yxy | 29.3113 | 0.3636 | 0.2044 |
Hunter Lab | 54.1399 | 77.1492 | -29.9355 |
CIE-Lab | 61.0554 | 77.1605 | -32.8639 |
#f74bcf color RGB value is (247,75,207).
#f74bcf hex color red value is 247, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f74bcf hue: 0.87 , saturation: 0.91 and the lightness value of f74bcf is 0.63.
The process color (four color CMYK) of #f74bcf color hex is 0.00, 0.70, 0.16, 0.03. Web safe color of #f74bcf is #ff33cc. Color #f74bcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01001011 | 11001111 |
Octal | 367 | 113 | 317 |
Decimal | 247 | 75 | 207 |
Hex | F7 | 4B | CF |
Shades of #f74bcf
Tints of #f74bcf
RGB Percentages of Color #f74bcf
CMYK Percentages of Color #f74bcf
Complementary Color
#f74bcf | #4bf773 |
#f74bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f74bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f74bcf Color CSS Codes
.mybgcolor {background-color:#f74bcf; } .myforecolor {color:#f74bcf; } .mybordercolor {border:3px solid #f74bcf; }
#f74bcf Text Font Color
<p style="color:#f74bcf">Text here</p>
This sample text font color is #f74bcf
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.
#f74bcf Background Color
<div style="background-color:#f74bcf">
Div content here</div>
This div background color is #f74bcf
#f74bcf Border Color
<div style="border:3px solid #f74bcf">
Div here</div>
This div border color is #f74bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,75,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f74bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f74bcf; -webkit-box-shadow: 1px 1px 3px 2px #f74bcf; box-shadow: 1px 1px 3px 2px #f74bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,75,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f74bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f74bcf; -webkit-box-shadow: 1px 1px 3px 2px #f74bcf; box-shadow: 1px 1px 3px 2px #f74bcf;">
Div content here</div>
This div box has shadow with color #f74bcf
Comments
No comments written yet.
Please login to write comment.