Color spaces of #f216ec
RGB | 242 | 22 | 236 |
---|---|---|---|
HSL | 0.84 | 0.89 | 0.52 |
HSV | 302° | 91° | 95° |
CMYK | 0.00 | 0.91 | 0.02 0.05 |
XYZ | 52.0452 | 25.5072 | 81.5372 |
Yxy | 25.5072 | 0.3271 | 0.1603 |
Hunter Lab | 50.5047 | 95.5617 | -60.3674 |
CIE-Lab | 57.5663 | 91.9611 | -54.7808 |
#f216ec color RGB value is (242,22,236).
#f216ec hex color red value is 242, green value is 22 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f216ec hue: 0.84 , saturation: 0.89 and the lightness value of f216ec is 0.52.
The process color (four color CMYK) of #f216ec color hex is 0.00, 0.91, 0.02, 0.05. Web safe color of #f216ec is #ff00ff. Color #f216ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00010110 | 11101100 |
Octal | 362 | 26 | 354 |
Decimal | 242 | 22 | 236 |
Hex | F2 | 16 | EC |
Shades of #f216ec
Tints of #f216ec
RGB Percentages of Color #f216ec
CMYK Percentages of Color #f216ec
Complementary Color
#f216ec | #16f21c |
#f216ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f216ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f216ec Color CSS Codes
.mybgcolor {background-color:#f216ec; } .myforecolor {color:#f216ec; } .mybordercolor {border:3px solid #f216ec; }
#f216ec Text Font Color
<p style="color:#f216ec">Text here</p>
This sample text font color is #f216ec
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.
#f216ec Background Color
<div style="background-color:#f216ec">
Div content here</div>
This div background color is #f216ec
#f216ec Border Color
<div style="border:3px solid #f216ec">
Div here</div>
This div border color is #f216ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,22,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f216ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f216ec; -webkit-box-shadow: 1px 1px 3px 2px #f216ec; box-shadow: 1px 1px 3px 2px #f216ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,22,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f216ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f216ec; -webkit-box-shadow: 1px 1px 3px 2px #f216ec; box-shadow: 1px 1px 3px 2px #f216ec;">
Div content here</div>
This div box has shadow with color #f216ec
Comments
No comments written yet.
Please login to write comment.