Color spaces of #f57afa
RGB | 245 | 122 | 250 |
---|---|---|---|
HSL | 0.83 | 0.93 | 0.73 |
HSV | 298° | 51° | 98° |
CMYK | 0.02 | 0.51 | 0.00 0.02 |
XYZ | 61.8710 | 40.2337 | 94.9474 |
Yxy | 40.2337 | 0.3140 | 0.2042 |
Hunter Lab | 63.4300 | 63.1101 | -44.3492 |
CIE-Lab | 69.6357 | 64.2116 | -43.4275 |
#f57afa color RGB value is (245,122,250).
#f57afa hex color red value is 245, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f57afa hue: 0.83 , saturation: 0.93 and the lightness value of f57afa is 0.73.
The process color (four color CMYK) of #f57afa color hex is 0.02, 0.51, 0.00, 0.02. Web safe color of #f57afa is #ff66ff. Color #f57afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01111010 | 11111010 |
Octal | 365 | 172 | 372 |
Decimal | 245 | 122 | 250 |
Hex | F5 | 7A | FA |
Shades of #f57afa
Tints of #f57afa
RGB Percentages of Color #f57afa
CMYK Percentages of Color #f57afa
Complementary Color
#f57afa | #7ffa7a |
#f57afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f57afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f57afa Color CSS Codes
.mybgcolor {background-color:#f57afa; } .myforecolor {color:#f57afa; } .mybordercolor {border:3px solid #f57afa; }
#f57afa Text Font Color
<p style="color:#f57afa">Text here</p>
This sample text font color is #f57afa
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.
#f57afa Background Color
<div style="background-color:#f57afa">
Div content here</div>
This div background color is #f57afa
#f57afa Border Color
<div style="border:3px solid #f57afa">
Div here</div>
This div border color is #f57afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,122,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f57afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f57afa; -webkit-box-shadow: 1px 1px 3px 2px #f57afa; box-shadow: 1px 1px 3px 2px #f57afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,122,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f57afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f57afa; -webkit-box-shadow: 1px 1px 3px 2px #f57afa; box-shadow: 1px 1px 3px 2px #f57afa;">
Div content here</div>
This div box has shadow with color #f57afa
Comments
No comments written yet.
Please login to write comment.