Color spaces of #f511da
RGB | 245 | 17 | 218 |
---|---|---|---|
HSL | 0.85 | 0.92 | 0.51 |
HSV | 307° | 93° | 96° |
CMYK | 0.00 | 0.93 | 0.11 0.04 |
XYZ | 50.5115 | 24.8753 | 68.4688 |
Yxy | 24.8753 | 0.3511 | 0.1729 |
Hunter Lab | 49.8751 | 93.4960 | -46.4810 |
CIE-Lab | 56.9537 | 90.5433 | -45.5638 |
#f511da color RGB value is (245,17,218).
#f511da hex color red value is 245, green value is 17 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f511da hue: 0.85 , saturation: 0.92 and the lightness value of f511da is 0.51.
The process color (four color CMYK) of #f511da color hex is 0.00, 0.93, 0.11, 0.04. Web safe color of #f511da is #ff00cc. Color #f511da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00010001 | 11011010 |
Octal | 365 | 21 | 332 |
Decimal | 245 | 17 | 218 |
Hex | F5 | 11 | DA |
Shades of #f511da
Tints of #f511da
RGB Percentages of Color #f511da
CMYK Percentages of Color #f511da
Complementary Color
#f511da | #11f52c |
#f511da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f511da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f511da Color CSS Codes
.mybgcolor {background-color:#f511da; } .myforecolor {color:#f511da; } .mybordercolor {border:3px solid #f511da; }
#f511da Text Font Color
<p style="color:#f511da">Text here</p>
This sample text font color is #f511da
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.
#f511da Background Color
<div style="background-color:#f511da">
Div content here</div>
This div background color is #f511da
#f511da Border Color
<div style="border:3px solid #f511da">
Div here</div>
This div border color is #f511da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,17,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f511da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f511da; -webkit-box-shadow: 1px 1px 3px 2px #f511da; box-shadow: 1px 1px 3px 2px #f511da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,17,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 #f511da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f511da; -webkit-box-shadow: 1px 1px 3px 2px #f511da; box-shadow: 1px 1px 3px 2px #f511da;">
Div content here</div>
This div box has shadow with color #f511da
Comments
No comments written yet.
Please login to write comment.