Color spaces of #f76cec
RGB | 247 | 108 | 236 |
---|---|---|---|
HSL | 0.85 | 0.90 | 0.70 |
HSV | 305° | 56° | 97° |
CMYK | 0.00 | 0.56 | 0.04 0.03 |
XYZ | 58.8607 | 36.5554 | 83.3105 |
Yxy | 36.5554 | 0.3293 | 0.2045 |
Hunter Lab | 60.4611 | 67.9684 | -39.3741 |
CIE-Lab | 66.9421 | 68.6767 | -39.9228 |
#f76cec color RGB value is (247,108,236).
#f76cec hex color red value is 247, green value is 108 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f76cec hue: 0.85 , saturation: 0.90 and the lightness value of f76cec is 0.70.
The process color (four color CMYK) of #f76cec color hex is 0.00, 0.56, 0.04, 0.03. Web safe color of #f76cec is #ff66ff. Color #f76cec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01101100 | 11101100 |
Octal | 367 | 154 | 354 |
Decimal | 247 | 108 | 236 |
Hex | F7 | 6C | EC |
Shades of #f76cec
Tints of #f76cec
RGB Percentages of Color #f76cec
CMYK Percentages of Color #f76cec
Complementary Color
#f76cec | #6cf777 |
#f76cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f76cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f76cec Color CSS Codes
.mybgcolor {background-color:#f76cec; } .myforecolor {color:#f76cec; } .mybordercolor {border:3px solid #f76cec; }
#f76cec Text Font Color
<p style="color:#f76cec">Text here</p>
This sample text font color is #f76cec
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.
#f76cec Background Color
<div style="background-color:#f76cec">
Div content here</div>
This div background color is #f76cec
#f76cec Border Color
<div style="border:3px solid #f76cec">
Div here</div>
This div border color is #f76cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,108,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f76cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f76cec; -webkit-box-shadow: 1px 1px 3px 2px #f76cec; box-shadow: 1px 1px 3px 2px #f76cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,108,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f76cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f76cec; -webkit-box-shadow: 1px 1px 3px 2px #f76cec; box-shadow: 1px 1px 3px 2px #f76cec;">
Div content here</div>
This div box has shadow with color #f76cec
Comments
No comments written yet.
Please login to write comment.