Color spaces of #f549da
RGB | 245 | 73 | 218 |
---|---|---|---|
HSL | 0.86 | 0.90 | 0.62 |
HSV | 309° | 70° | 96° |
CMYK | 0.00 | 0.70 | 0.11 0.04 |
XYZ | 52.6936 | 29.2395 | 69.1962 |
Yxy | 29.2395 | 0.3487 | 0.1935 |
Hunter Lab | 54.0736 | 79.3159 | -38.0200 |
CIE-Lab | 60.9924 | 78.8851 | -39.2052 |
#f549da color RGB value is (245,73,218).
#f549da hex color red value is 245, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f549da hue: 0.86 , saturation: 0.90 and the lightness value of f549da is 0.62.
The process color (four color CMYK) of #f549da color hex is 0.00, 0.70, 0.11, 0.04. Web safe color of #f549da is #ff33cc. Color #f549da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01001001 | 11011010 |
Octal | 365 | 111 | 332 |
Decimal | 245 | 73 | 218 |
Hex | F5 | 49 | DA |
Shades of #f549da
Tints of #f549da
RGB Percentages of Color #f549da
CMYK Percentages of Color #f549da
Complementary Color
#f549da | #49f564 |
#f549da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f549da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f549da Color CSS Codes
.mybgcolor {background-color:#f549da; } .myforecolor {color:#f549da; } .mybordercolor {border:3px solid #f549da; }
#f549da Text Font Color
<p style="color:#f549da">Text here</p>
This sample text font color is #f549da
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.
#f549da Background Color
<div style="background-color:#f549da">
Div content here</div>
This div background color is #f549da
#f549da Border Color
<div style="border:3px solid #f549da">
Div here</div>
This div border color is #f549da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,73,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f549da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f549da; -webkit-box-shadow: 1px 1px 3px 2px #f549da; box-shadow: 1px 1px 3px 2px #f549da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,73,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 #f549da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f549da; -webkit-box-shadow: 1px 1px 3px 2px #f549da; box-shadow: 1px 1px 3px 2px #f549da;">
Div content here</div>
This div box has shadow with color #f549da
Comments
No comments written yet.
Please login to write comment.