Color spaces of #f416eb
RGB | 244 | 22 | 235 |
---|---|---|---|
HSL | 0.84 | 0.91 | 0.52 |
HSV | 302° | 91° | 96° |
CMYK | 0.00 | 0.91 | 0.04 0.04 |
XYZ | 52.5905 | 25.8051 | 80.8063 |
Yxy | 25.8051 | 0.3303 | 0.1621 |
Hunter Lab | 50.7987 | 95.8983 | -58.7544 |
CIE-Lab | 57.8516 | 92.1551 | -53.7446 |
#f416eb color RGB value is (244,22,235).
#f416eb hex color red value is 244, green value is 22 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f416eb hue: 0.84 , saturation: 0.91 and the lightness value of f416eb is 0.52.
The process color (four color CMYK) of #f416eb color hex is 0.00, 0.91, 0.04, 0.04. Web safe color of #f416eb is #ff00ff. Color #f416eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00010110 | 11101011 |
Octal | 364 | 26 | 353 |
Decimal | 244 | 22 | 235 |
Hex | F4 | 16 | EB |
Shades of #f416eb
Tints of #f416eb
RGB Percentages of Color #f416eb
CMYK Percentages of Color #f416eb
Complementary Color
#f416eb | #16f41f |
#f416eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f416eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f416eb Color CSS Codes
.mybgcolor {background-color:#f416eb; } .myforecolor {color:#f416eb; } .mybordercolor {border:3px solid #f416eb; }
#f416eb Text Font Color
<p style="color:#f416eb">Text here</p>
This sample text font color is #f416eb
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.
#f416eb Background Color
<div style="background-color:#f416eb">
Div content here</div>
This div background color is #f416eb
#f416eb Border Color
<div style="border:3px solid #f416eb">
Div here</div>
This div border color is #f416eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,22,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f416eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f416eb; -webkit-box-shadow: 1px 1px 3px 2px #f416eb; box-shadow: 1px 1px 3px 2px #f416eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,22,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f416eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f416eb; -webkit-box-shadow: 1px 1px 3px 2px #f416eb; box-shadow: 1px 1px 3px 2px #f416eb;">
Div content here</div>
This div box has shadow with color #f416eb
Comments
No comments written yet.
Please login to write comment.