Color spaces of #f83fdc
RGB | 248 | 63 | 220 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.61 |
HSV | 309° | 75° | 97° |
CMYK | 0.00 | 0.75 | 0.11 0.03 |
XYZ | 53.4072 | 28.6788 | 70.4308 |
Yxy | 28.6788 | 0.3502 | 0.1880 |
Hunter Lab | 53.5526 | 84.2984 | -40.4897 |
CIE-Lab | 60.4971 | 82.8660 | -41.0758 |
#f83fdc color RGB value is (248,63,220).
#f83fdc hex color red value is 248, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f83fdc hue: 0.86 , saturation: 0.93 and the lightness value of f83fdc is 0.61.
The process color (four color CMYK) of #f83fdc color hex is 0.00, 0.75, 0.11, 0.03. Web safe color of #f83fdc is #ff33cc. Color #f83fdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00111111 | 11011100 |
Octal | 370 | 77 | 334 |
Decimal | 248 | 63 | 220 |
Hex | F8 | 3F | DC |
Shades of #f83fdc
Tints of #f83fdc
RGB Percentages of Color #f83fdc
CMYK Percentages of Color #f83fdc
Complementary Color
#f83fdc | #3ff85b |
#f83fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f83fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f83fdc Color CSS Codes
.mybgcolor {background-color:#f83fdc; } .myforecolor {color:#f83fdc; } .mybordercolor {border:3px solid #f83fdc; }
#f83fdc Text Font Color
<p style="color:#f83fdc">Text here</p>
This sample text font color is #f83fdc
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.
#f83fdc Background Color
<div style="background-color:#f83fdc">
Div content here</div>
This div background color is #f83fdc
#f83fdc Border Color
<div style="border:3px solid #f83fdc">
Div here</div>
This div border color is #f83fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,63,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f83fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f83fdc; -webkit-box-shadow: 1px 1px 3px 2px #f83fdc; box-shadow: 1px 1px 3px 2px #f83fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,63,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 #f83fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f83fdc; -webkit-box-shadow: 1px 1px 3px 2px #f83fdc; box-shadow: 1px 1px 3px 2px #f83fdc;">
Div content here</div>
This div box has shadow with color #f83fdc
Comments
No comments written yet.
Please login to write comment.