Color spaces of #f579fd
RGB | 245 | 121 | 253 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.73 |
HSV | 296° | 52° | 99° |
CMYK | 0.03 | 0.52 | 0.00 0.01 |
XYZ | 62.2232 | 40.1791 | 97.4043 |
Yxy | 40.1791 | 0.3114 | 0.2011 |
Hunter Lab | 63.3870 | 64.2955 | -46.7377 |
CIE-Lab | 69.5969 | 65.1993 | -45.1284 |
#f579fd color RGB value is (245,121,253).
#f579fd hex color red value is 245, green value is 121 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f579fd hue: 0.82 , saturation: 0.97 and the lightness value of f579fd is 0.73.
The process color (four color CMYK) of #f579fd color hex is 0.03, 0.52, 0.00, 0.01. Web safe color of #f579fd is #ff66ff. Color #f579fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01111001 | 11111101 |
Octal | 365 | 171 | 375 |
Decimal | 245 | 121 | 253 |
Hex | F5 | 79 | FD |
Shades of #f579fd
Tints of #f579fd
RGB Percentages of Color #f579fd
CMYK Percentages of Color #f579fd
Complementary Color
#f579fd | #81fd79 |
#f579fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f579fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f579fd Color CSS Codes
.mybgcolor {background-color:#f579fd; } .myforecolor {color:#f579fd; } .mybordercolor {border:3px solid #f579fd; }
#f579fd Text Font Color
<p style="color:#f579fd">Text here</p>
This sample text font color is #f579fd
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.
#f579fd Background Color
<div style="background-color:#f579fd">
Div content here</div>
This div background color is #f579fd
#f579fd Border Color
<div style="border:3px solid #f579fd">
Div here</div>
This div border color is #f579fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,121,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f579fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f579fd; -webkit-box-shadow: 1px 1px 3px 2px #f579fd; box-shadow: 1px 1px 3px 2px #f579fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,121,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f579fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f579fd; -webkit-box-shadow: 1px 1px 3px 2px #f579fd; box-shadow: 1px 1px 3px 2px #f579fd;">
Div content here</div>
This div box has shadow with color #f579fd
Comments
No comments written yet.
Please login to write comment.