Color spaces of #f007ee
RGB | 240 | 7 | 238 |
---|---|---|---|
HSL | 0.83 | 0.94 | 0.48 |
HSV | 301° | 97° | 94° |
CMYK | 0.00 | 0.97 | 0.01 0.06 |
XYZ | 51.4438 | 24.8503 | 82.9741 |
Yxy | 24.8503 | 0.3230 | 0.1560 |
Hunter Lab | 49.8501 | 96.9691 | -63.7915 |
CIE-Lab | 56.9293 | 93.1252 | -56.9398 |
#f007ee color RGB value is (240,7,238).
#f007ee hex color red value is 240, green value is 7 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f007ee hue: 0.83 , saturation: 0.94 and the lightness value of f007ee is 0.48.
The process color (four color CMYK) of #f007ee color hex is 0.00, 0.97, 0.01, 0.06. Web safe color of #f007ee is #ff00ff. Color #f007ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 00000111 | 11101110 |
Octal | 360 | 7 | 356 |
Decimal | 240 | 7 | 238 |
Hex | F0 | 7 | EE |
Shades of #f007ee
Tints of #f007ee
RGB Percentages of Color #f007ee
CMYK Percentages of Color #f007ee
Complementary Color
#f007ee | #07f009 |
#f007ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f007ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#f007ee Color CSS Codes
.mybgcolor {background-color:#f007ee; } .myforecolor {color:#f007ee; } .mybordercolor {border:3px solid #f007ee; }
#f007ee Text Font Color
<p style="color:#f007ee">Text here</p>
This sample text font color is #f007ee
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.
#f007ee Background Color
<div style="background-color:#f007ee">
Div content here</div>
This div background color is #f007ee
#f007ee Border Color
<div style="border:3px solid #f007ee">
Div here</div>
This div border color is #f007ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,7,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f007ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f007ee; -webkit-box-shadow: 1px 1px 3px 2px #f007ee; box-shadow: 1px 1px 3px 2px #f007ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,7,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f007ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f007ee; -webkit-box-shadow: 1px 1px 3px 2px #f007ee; box-shadow: 1px 1px 3px 2px #f007ee;">
Div content here</div>
This div box has shadow with color #f007ee
Comments
No comments written yet.
Please login to write comment.