Color spaces of #f846cc
RGB | 248 | 70 | 204 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.62 |
HSV | 315° | 72° | 97° |
CMYK | 0.00 | 0.72 | 0.18 0.03 |
XYZ | 51.8006 | 28.6964 | 59.9355 |
Yxy | 28.6964 | 0.3689 | 0.2043 |
Hunter Lab | 53.5690 | 78.8616 | -28.8381 |
CIE-Lab | 60.5127 | 78.6191 | -31.9912 |
#f846cc color RGB value is (248,70,204).
#f846cc hex color red value is 248, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f846cc hue: 0.87 , saturation: 0.93 and the lightness value of f846cc is 0.62.
The process color (four color CMYK) of #f846cc color hex is 0.00, 0.72, 0.18, 0.03. Web safe color of #f846cc is #ff33cc. Color #f846cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01000110 | 11001100 |
Octal | 370 | 106 | 314 |
Decimal | 248 | 70 | 204 |
Hex | F8 | 46 | CC |
Shades of #f846cc
Tints of #f846cc
RGB Percentages of Color #f846cc
CMYK Percentages of Color #f846cc
Complementary Color
#f846cc | #46f872 |
#f846cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f846cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f846cc Color CSS Codes
.mybgcolor {background-color:#f846cc; } .myforecolor {color:#f846cc; } .mybordercolor {border:3px solid #f846cc; }
#f846cc Text Font Color
<p style="color:#f846cc">Text here</p>
This sample text font color is #f846cc
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.
#f846cc Background Color
<div style="background-color:#f846cc">
Div content here</div>
This div background color is #f846cc
#f846cc Border Color
<div style="border:3px solid #f846cc">
Div here</div>
This div border color is #f846cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,70,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f846cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f846cc; -webkit-box-shadow: 1px 1px 3px 2px #f846cc; box-shadow: 1px 1px 3px 2px #f846cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,70,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 #f846cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f846cc; -webkit-box-shadow: 1px 1px 3px 2px #f846cc; box-shadow: 1px 1px 3px 2px #f846cc;">
Div content here</div>
This div box has shadow with color #f846cc
Comments
No comments written yet.
Please login to write comment.