Color spaces of #f240ec
RGB | 242 | 64 | 236 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.60 |
HSV | 302° | 74° | 95° |
CMYK | 0.00 | 0.74 | 0.02 0.05 |
XYZ | 53.5917 | 28.6002 | 82.0527 |
Yxy | 28.6002 | 0.3263 | 0.1741 |
Hunter Lab | 53.4792 | 85.2871 | -53.5328 |
CIE-Lab | 60.4272 | 83.6420 | -50.2303 |
#f240ec color RGB value is (242,64,236).
#f240ec hex color red value is 242, green value is 64 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f240ec hue: 0.84 , saturation: 0.87 and the lightness value of f240ec is 0.60.
The process color (four color CMYK) of #f240ec color hex is 0.00, 0.74, 0.02, 0.05. Web safe color of #f240ec is #ff33ff. Color #f240ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01000000 | 11101100 |
Octal | 362 | 100 | 354 |
Decimal | 242 | 64 | 236 |
Hex | F2 | 40 | EC |
Shades of #f240ec
Tints of #f240ec
RGB Percentages of Color #f240ec
CMYK Percentages of Color #f240ec
Complementary Color
#f240ec | #40f246 |
#f240ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f240ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f240ec Color CSS Codes
.mybgcolor {background-color:#f240ec; } .myforecolor {color:#f240ec; } .mybordercolor {border:3px solid #f240ec; }
#f240ec Text Font Color
<p style="color:#f240ec">Text here</p>
This sample text font color is #f240ec
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.
#f240ec Background Color
<div style="background-color:#f240ec">
Div content here</div>
This div background color is #f240ec
#f240ec Border Color
<div style="border:3px solid #f240ec">
Div here</div>
This div border color is #f240ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,64,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f240ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f240ec; -webkit-box-shadow: 1px 1px 3px 2px #f240ec; box-shadow: 1px 1px 3px 2px #f240ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,64,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 #f240ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f240ec; -webkit-box-shadow: 1px 1px 3px 2px #f240ec; box-shadow: 1px 1px 3px 2px #f240ec;">
Div content here</div>
This div box has shadow with color #f240ec
Comments
No comments written yet.
Please login to write comment.