Color spaces of #f02eff
RGB | 240 | 46 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.59 |
HSV | 296° | 82° | 100° |
CMYK | 0.06 | 0.82 | 0.00 0.00 |
XYZ | 54.9622 | 27.6993 | 97.0574 |
Yxy | 27.6993 | 0.3058 | 0.1541 |
Hunter Lab | 52.6301 | 94.3067 | -72.4981 |
CIE-Lab | 59.6161 | 90.6295 | -62.1077 |
#f02eff color RGB value is (240,46,255).
#f02eff hex color red value is 240, green value is 46 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f02eff hue: 0.82 , saturation: 1.00 and the lightness value of f02eff is 0.59.
The process color (four color CMYK) of #f02eff color hex is 0.06, 0.82, 0.00, 0.00. Web safe color of #f02eff is #ff33ff. Color #f02eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 00101110 | 11111111 |
Octal | 360 | 56 | 377 |
Decimal | 240 | 46 | 255 |
Hex | F0 | 2E | FF |
Shades of #f02eff
Tints of #f02eff
RGB Percentages of Color #f02eff
CMYK Percentages of Color #f02eff
Complementary Color
#f02eff | #3dff2e |
#f02eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f02eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f02eff Color CSS Codes
.mybgcolor {background-color:#f02eff; } .myforecolor {color:#f02eff; } .mybordercolor {border:3px solid #f02eff; }
#f02eff Text Font Color
<p style="color:#f02eff">Text here</p>
This sample text font color is #f02eff
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.
#f02eff Background Color
<div style="background-color:#f02eff">
Div content here</div>
This div background color is #f02eff
#f02eff Border Color
<div style="border:3px solid #f02eff">
Div here</div>
This div border color is #f02eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,46,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f02eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f02eff; -webkit-box-shadow: 1px 1px 3px 2px #f02eff; box-shadow: 1px 1px 3px 2px #f02eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,46,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f02eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f02eff; -webkit-box-shadow: 1px 1px 3px 2px #f02eff; box-shadow: 1px 1px 3px 2px #f02eff;">
Div content here</div>
This div box has shadow with color #f02eff
Comments
No comments written yet.
Please login to write comment.