Color spaces of #f76bdc
RGB | 247 | 107 | 220 |
---|---|---|---|
HSL | 0.87 | 0.90 | 0.69 |
HSV | 312° | 57° | 97° |
CMYK | 0.00 | 0.57 | 0.11 0.03 |
XYZ | 56.5337 | 35.4569 | 71.5743 |
Yxy | 35.4569 | 0.3456 | 0.2168 |
Hunter Lab | 59.5457 | 65.2660 | -29.5850 |
CIE-Lab | 66.1029 | 66.6023 | -32.3418 |
#f76bdc color RGB value is (247,107,220).
#f76bdc hex color red value is 247, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f76bdc hue: 0.87 , saturation: 0.90 and the lightness value of f76bdc is 0.69.
The process color (four color CMYK) of #f76bdc color hex is 0.00, 0.57, 0.11, 0.03. Web safe color of #f76bdc is #ff66cc. Color #f76bdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01101011 | 11011100 |
Octal | 367 | 153 | 334 |
Decimal | 247 | 107 | 220 |
Hex | F7 | 6B | DC |
Shades of #f76bdc
Tints of #f76bdc
RGB Percentages of Color #f76bdc
CMYK Percentages of Color #f76bdc
Complementary Color
#f76bdc | #6bf786 |
#f76bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f76bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f76bdc Color CSS Codes
.mybgcolor {background-color:#f76bdc; } .myforecolor {color:#f76bdc; } .mybordercolor {border:3px solid #f76bdc; }
#f76bdc Text Font Color
<p style="color:#f76bdc">Text here</p>
This sample text font color is #f76bdc
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.
#f76bdc Background Color
<div style="background-color:#f76bdc">
Div content here</div>
This div background color is #f76bdc
#f76bdc Border Color
<div style="border:3px solid #f76bdc">
Div here</div>
This div border color is #f76bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,107,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f76bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f76bdc; -webkit-box-shadow: 1px 1px 3px 2px #f76bdc; box-shadow: 1px 1px 3px 2px #f76bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,107,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f76bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f76bdc; -webkit-box-shadow: 1px 1px 3px 2px #f76bdc; box-shadow: 1px 1px 3px 2px #f76bdc;">
Div content here</div>
This div box has shadow with color #f76bdc
Comments
No comments written yet.
Please login to write comment.