Color spaces of #f07eff
RGB | 240 | 126 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.75 |
HSV | 293° | 51° | 100° |
CMYK | 0.06 | 0.51 | 0.00 0.00 |
XYZ | 61.4460 | 40.6670 | 99.2187 |
Yxy | 40.6670 | 0.3052 | 0.2020 |
Hunter Lab | 63.7707 | 60.3943 | -47.6079 |
CIE-Lab | 69.9420 | 61.8968 | -45.7227 |
#f07eff color RGB value is (240,126,255).
#f07eff hex color red value is 240, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f07eff hue: 0.81 , saturation: 1.00 and the lightness value of f07eff is 0.75.
The process color (four color CMYK) of #f07eff color hex is 0.06, 0.51, 0.00, 0.00. Web safe color of #f07eff is #ff66ff. Color #f07eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01111110 | 11111111 |
Octal | 360 | 176 | 377 |
Decimal | 240 | 126 | 255 |
Hex | F0 | 7E | FF |
Shades of #f07eff
Tints of #f07eff
RGB Percentages of Color #f07eff
CMYK Percentages of Color #f07eff
Complementary Color
#f07eff | #8dff7e |
#f07eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f07eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f07eff Color CSS Codes
.mybgcolor {background-color:#f07eff; } .myforecolor {color:#f07eff; } .mybordercolor {border:3px solid #f07eff; }
#f07eff Text Font Color
<p style="color:#f07eff">Text here</p>
This sample text font color is #f07eff
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.
#f07eff Background Color
<div style="background-color:#f07eff">
Div content here</div>
This div background color is #f07eff
#f07eff Border Color
<div style="border:3px solid #f07eff">
Div here</div>
This div border color is #f07eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,126,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f07eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f07eff; -webkit-box-shadow: 1px 1px 3px 2px #f07eff; box-shadow: 1px 1px 3px 2px #f07eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,126,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 #f07eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f07eff; -webkit-box-shadow: 1px 1px 3px 2px #f07eff; box-shadow: 1px 1px 3px 2px #f07eff;">
Div content here</div>
This div box has shadow with color #f07eff
Comments
No comments written yet.
Please login to write comment.