Color spaces of #f000da
RGB | 240 | 0 | 218 |
---|---|---|---|
HSL | 0.85 | 1.00 | 0.47 |
HSV | 306° | 100° | 94° |
CMYK | 0.00 | 1.00 | 0.09 0.06 |
XYZ | 48.5901 | 23.5872 | 68.3215 |
Yxy | 23.5872 | 0.3458 | 0.1679 |
Hunter Lab | 48.5667 | 93.5945 | -49.4100 |
CIE-Lab | 55.6721 | 90.8658 | -47.6505 |
#f000da color RGB value is (240,0,218).
#f000da hex color red value is 240, green value is 0 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f000da hue: 0.85 , saturation: 1.00 and the lightness value of f000da is 0.47.
The process color (four color CMYK) of #f000da color hex is 0.00, 1.00, 0.09, 0.06. Web safe color of #f000da is #ff00cc. Color #f000da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 00000000 | 11011010 |
Octal | 360 | 0 | 332 |
Decimal | 240 | 0 | 218 |
Hex | F0 | 0 | DA |
Shades of #f000da
Tints of #f000da
RGB Percentages of Color #f000da
CMYK Percentages of Color #f000da
Complementary Color
#f000da | #00f016 |
#f000da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f000da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f000da Color CSS Codes
.mybgcolor {background-color:#f000da; } .myforecolor {color:#f000da; } .mybordercolor {border:3px solid #f000da; }
#f000da Text Font Color
<p style="color:#f000da">Text here</p>
This sample text font color is #f000da
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.
#f000da Background Color
<div style="background-color:#f000da">
Div content here</div>
This div background color is #f000da
#f000da Border Color
<div style="border:3px solid #f000da">
Div here</div>
This div border color is #f000da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,0,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f000da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f000da; -webkit-box-shadow: 1px 1px 3px 2px #f000da; box-shadow: 1px 1px 3px 2px #f000da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,0,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f000da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f000da; -webkit-box-shadow: 1px 1px 3px 2px #f000da; box-shadow: 1px 1px 3px 2px #f000da;">
Div content here</div>
This div box has shadow with color #f000da
#f000da Color Palettes
Comments
No comments written yet.
Please login to write comment.