Color spaces of #f582fa
RGB | 245 | 130 | 250 |
---|---|---|---|
HSL | 0.83 | 0.92 | 0.75 |
HSV | 298° | 48° | 98° |
CMYK | 0.02 | 0.48 | 0.00 0.02 |
XYZ | 62.8941 | 42.2799 | 95.2884 |
Yxy | 42.2799 | 0.3137 | 0.2109 |
Hunter Lab | 65.0230 | 58.8655 | -41.3708 |
CIE-Lab | 71.0635 | 60.4327 | -41.1942 |
#f582fa color RGB value is (245,130,250).
#f582fa hex color red value is 245, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f582fa hue: 0.83 , saturation: 0.92 and the lightness value of f582fa is 0.75.
The process color (four color CMYK) of #f582fa color hex is 0.02, 0.48, 0.00, 0.02. Web safe color of #f582fa is #ff99ff. Color #f582fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10000010 | 11111010 |
Octal | 365 | 202 | 372 |
Decimal | 245 | 130 | 250 |
Hex | F5 | 82 | FA |
Shades of #f582fa
Tints of #f582fa
RGB Percentages of Color #f582fa
CMYK Percentages of Color #f582fa
Complementary Color
#f582fa | #87fa82 |
#f582fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f582fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f582fa Color CSS Codes
.mybgcolor {background-color:#f582fa; } .myforecolor {color:#f582fa; } .mybordercolor {border:3px solid #f582fa; }
#f582fa Text Font Color
<p style="color:#f582fa">Text here</p>
This sample text font color is #f582fa
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.
#f582fa Background Color
<div style="background-color:#f582fa">
Div content here</div>
This div background color is #f582fa
#f582fa Border Color
<div style="border:3px solid #f582fa">
Div here</div>
This div border color is #f582fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,130,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f582fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f582fa; -webkit-box-shadow: 1px 1px 3px 2px #f582fa; box-shadow: 1px 1px 3px 2px #f582fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,130,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 #f582fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f582fa; -webkit-box-shadow: 1px 1px 3px 2px #f582fa; box-shadow: 1px 1px 3px 2px #f582fa;">
Div content here</div>
This div box has shadow with color #f582fa
Comments
No comments written yet.
Please login to write comment.