Color spaces of #fa58fd
RGB | 250 | 88 | 253 |
---|---|---|---|
HSL | 0.83 | 0.98 | 0.67 |
HSV | 299° | 65° | 99° |
CMYK | 0.01 | 0.65 | 0.00 0.01 |
XYZ | 60.6437 | 34.3953 | 96.3712 |
Yxy | 34.3953 | 0.3168 | 0.1797 |
Hunter Lab | 58.6475 | 81.9425 | -56.3737 |
CIE-Lab | 65.2751 | 80.1226 | -51.8960 |
#fa58fd color RGB value is (250,88,253).
#fa58fd hex color red value is 250, green value is 88 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fa58fd hue: 0.83 , saturation: 0.98 and the lightness value of fa58fd is 0.67.
The process color (four color CMYK) of #fa58fd color hex is 0.01, 0.65, 0.00, 0.01. Web safe color of #fa58fd is #ff66ff. Color #fa58fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01011000 | 11111101 |
Octal | 372 | 130 | 375 |
Decimal | 250 | 88 | 253 |
Hex | FA | 58 | FD |
Shades of #fa58fd
Tints of #fa58fd
RGB Percentages of Color #fa58fd
CMYK Percentages of Color #fa58fd
Complementary Color
#fa58fd | #5bfd58 |
#fa58fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa58fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa58fd Color CSS Codes
.mybgcolor {background-color:#fa58fd; } .myforecolor {color:#fa58fd; } .mybordercolor {border:3px solid #fa58fd; }
#fa58fd Text Font Color
<p style="color:#fa58fd">Text here</p>
This sample text font color is #fa58fd
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.
#fa58fd Background Color
<div style="background-color:#fa58fd">
Div content here</div>
This div background color is #fa58fd
#fa58fd Border Color
<div style="border:3px solid #fa58fd">
Div here</div>
This div border color is #fa58fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,88,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa58fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa58fd; -webkit-box-shadow: 1px 1px 3px 2px #fa58fd; box-shadow: 1px 1px 3px 2px #fa58fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,88,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 #fa58fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa58fd; -webkit-box-shadow: 1px 1px 3px 2px #fa58fd; box-shadow: 1px 1px 3px 2px #fa58fd;">
Div content here</div>
This div box has shadow with color #fa58fd
Related Colors
Comments
No comments written yet.
Please login to write comment.