Color spaces of #f050da
RGB | 240 | 80 | 218 |
---|---|---|---|
HSL | 0.86 | 0.84 | 0.63 |
HSV | 308° | 67° | 94° |
CMYK | 0.00 | 0.67 | 0.09 0.06 |
XYZ | 51.4587 | 29.3245 | 69.2777 |
Yxy | 29.3245 | 0.3429 | 0.1954 |
Hunter Lab | 54.1521 | 74.8556 | -37.9442 |
CIE-Lab | 61.0670 | 75.3297 | -39.1442 |
#f050da color RGB value is (240,80,218).
#f050da hex color red value is 240, green value is 80 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f050da hue: 0.86 , saturation: 0.84 and the lightness value of f050da is 0.63.
The process color (four color CMYK) of #f050da color hex is 0.00, 0.67, 0.09, 0.06. Web safe color of #f050da is #ff66cc. Color #f050da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01010000 | 11011010 |
Octal | 360 | 120 | 332 |
Decimal | 240 | 80 | 218 |
Hex | F0 | 50 | DA |
Shades of #f050da
Tints of #f050da
RGB Percentages of Color #f050da
CMYK Percentages of Color #f050da
Complementary Color
#f050da | #50f066 |
#f050da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f050da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f050da Color CSS Codes
.mybgcolor {background-color:#f050da; } .myforecolor {color:#f050da; } .mybordercolor {border:3px solid #f050da; }
#f050da Text Font Color
<p style="color:#f050da">Text here</p>
This sample text font color is #f050da
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.
#f050da Background Color
<div style="background-color:#f050da">
Div content here</div>
This div background color is #f050da
#f050da Border Color
<div style="border:3px solid #f050da">
Div here</div>
This div border color is #f050da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,80,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f050da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f050da; -webkit-box-shadow: 1px 1px 3px 2px #f050da; box-shadow: 1px 1px 3px 2px #f050da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,80,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 #f050da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f050da; -webkit-box-shadow: 1px 1px 3px 2px #f050da; box-shadow: 1px 1px 3px 2px #f050da;">
Div content here</div>
This div box has shadow with color #f050da
Comments
No comments written yet.
Please login to write comment.