Color spaces of #f849dc
RGB | 248 | 73 | 220 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.63 |
HSV | 310° | 71° | 97° |
CMYK | 0.00 | 0.71 | 0.11 0.03 |
XYZ | 54.0122 | 29.8889 | 70.6325 |
Yxy | 29.8889 | 0.3495 | 0.1934 |
Hunter Lab | 54.6707 | 80.6761 | -38.3309 |
CIE-Lab | 61.5582 | 79.8442 | -39.4112 |
#f849dc color RGB value is (248,73,220).
#f849dc hex color red value is 248, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f849dc hue: 0.86 , saturation: 0.93 and the lightness value of f849dc is 0.63.
The process color (four color CMYK) of #f849dc color hex is 0.00, 0.71, 0.11, 0.03. Web safe color of #f849dc is #ff33cc. Color #f849dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01001001 | 11011100 |
Octal | 370 | 111 | 334 |
Decimal | 248 | 73 | 220 |
Hex | F8 | 49 | DC |
Shades of #f849dc
Tints of #f849dc
RGB Percentages of Color #f849dc
CMYK Percentages of Color #f849dc
Complementary Color
#f849dc | #49f865 |
#f849dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f849dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f849dc Color CSS Codes
.mybgcolor {background-color:#f849dc; } .myforecolor {color:#f849dc; } .mybordercolor {border:3px solid #f849dc; }
#f849dc Text Font Color
<p style="color:#f849dc">Text here</p>
This sample text font color is #f849dc
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.
#f849dc Background Color
<div style="background-color:#f849dc">
Div content here</div>
This div background color is #f849dc
#f849dc Border Color
<div style="border:3px solid #f849dc">
Div here</div>
This div border color is #f849dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,73,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f849dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f849dc; -webkit-box-shadow: 1px 1px 3px 2px #f849dc; box-shadow: 1px 1px 3px 2px #f849dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,73,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 #f849dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f849dc; -webkit-box-shadow: 1px 1px 3px 2px #f849dc; box-shadow: 1px 1px 3px 2px #f849dc;">
Div content here</div>
This div box has shadow with color #f849dc
Comments
No comments written yet.
Please login to write comment.