Color spaces of #f83afc
RGB | 248 | 58 | 252 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.61 |
HSV | 299° | 77° | 99° |
CMYK | 0.02 | 0.77 | 0.00 0.01 |
XYZ | 57.7951 | 30.0108 | 94.8420 |
Yxy | 30.0108 | 0.3164 | 0.1643 |
Hunter Lab | 54.7821 | 92.4487 | -64.2988 |
CIE-Lab | 61.6635 | 88.8417 | -57.1018 |
#f83afc color RGB value is (248,58,252).
#f83afc hex color red value is 248, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f83afc hue: 0.83 , saturation: 0.97 and the lightness value of f83afc is 0.61.
The process color (four color CMYK) of #f83afc color hex is 0.02, 0.77, 0.00, 0.01. Web safe color of #f83afc is #ff33ff. Color #f83afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00111010 | 11111100 |
Octal | 370 | 72 | 374 |
Decimal | 248 | 58 | 252 |
Hex | F8 | 3A | FC |
Shades of #f83afc
Tints of #f83afc
RGB Percentages of Color #f83afc
CMYK Percentages of Color #f83afc
Complementary Color
#f83afc | #3efc3a |
#f83afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f83afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f83afc Color CSS Codes
.mybgcolor {background-color:#f83afc; } .myforecolor {color:#f83afc; } .mybordercolor {border:3px solid #f83afc; }
#f83afc Text Font Color
<p style="color:#f83afc">Text here</p>
This sample text font color is #f83afc
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.
#f83afc Background Color
<div style="background-color:#f83afc">
Div content here</div>
This div background color is #f83afc
#f83afc Border Color
<div style="border:3px solid #f83afc">
Div here</div>
This div border color is #f83afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,58,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f83afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f83afc; -webkit-box-shadow: 1px 1px 3px 2px #f83afc; box-shadow: 1px 1px 3px 2px #f83afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,58,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 #f83afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f83afc; -webkit-box-shadow: 1px 1px 3px 2px #f83afc; box-shadow: 1px 1px 3px 2px #f83afc;">
Div content here</div>
This div box has shadow with color #f83afc
Comments
No comments written yet.
Please login to write comment.