Color spaces of #f852fc
RGB | 248 | 82 | 252 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.65 |
HSV | 299° | 67° | 99° |
CMYK | 0.02 | 0.67 | 0.00 0.01 |
XYZ | 59.2994 | 33.0193 | 95.3434 |
Yxy | 33.0193 | 0.3160 | 0.1760 |
Hunter Lab | 57.4624 | 83.6471 | -58.1521 |
CIE-Lab | 64.1765 | 81.6535 | -53.1051 |
#f852fc color RGB value is (248,82,252).
#f852fc hex color red value is 248, green value is 82 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f852fc hue: 0.83 , saturation: 0.97 and the lightness value of f852fc is 0.65.
The process color (four color CMYK) of #f852fc color hex is 0.02, 0.67, 0.00, 0.01. Web safe color of #f852fc is #ff66ff. Color #f852fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 01010010 | 11111100 |
Octal | 370 | 122 | 374 |
Decimal | 248 | 82 | 252 |
Hex | F8 | 52 | FC |
Shades of #f852fc
Tints of #f852fc
RGB Percentages of Color #f852fc
CMYK Percentages of Color #f852fc
Complementary Color
#f852fc | #56fc52 |
#f852fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f852fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f852fc Color CSS Codes
.mybgcolor {background-color:#f852fc; } .myforecolor {color:#f852fc; } .mybordercolor {border:3px solid #f852fc; }
#f852fc Text Font Color
<p style="color:#f852fc">Text here</p>
This sample text font color is #f852fc
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.
#f852fc Background Color
<div style="background-color:#f852fc">
Div content here</div>
This div background color is #f852fc
#f852fc Border Color
<div style="border:3px solid #f852fc">
Div here</div>
This div border color is #f852fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,82,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f852fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f852fc; -webkit-box-shadow: 1px 1px 3px 2px #f852fc; box-shadow: 1px 1px 3px 2px #f852fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,82,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f852fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f852fc; -webkit-box-shadow: 1px 1px 3px 2px #f852fc; box-shadow: 1px 1px 3px 2px #f852fc;">
Div content here</div>
This div box has shadow with color #f852fc
Comments
No comments written yet.
Please login to write comment.