Color spaces of #fa89fc
RGB | 250 | 137 | 252 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.76 |
HSV | 299° | 46° | 99° |
CMYK | 0.01 | 0.46 | 0.00 0.01 |
XYZ | 65.9407 | 45.2436 | 97.3529 |
Yxy | 45.2436 | 0.3162 | 0.2170 |
Hunter Lab | 67.2634 | 57.2791 | -38.7284 |
CIE-Lab | 73.0520 | 58.7860 | -39.1375 |
#fa89fc color RGB value is (250,137,252).
#fa89fc hex color red value is 250, green value is 137 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fa89fc hue: 0.83 , saturation: 0.95 and the lightness value of fa89fc is 0.76.
The process color (four color CMYK) of #fa89fc color hex is 0.01, 0.46, 0.00, 0.01. Web safe color of #fa89fc is #ff99ff. Color #fa89fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10001001 | 11111100 |
Octal | 372 | 211 | 374 |
Decimal | 250 | 137 | 252 |
Hex | FA | 89 | FC |
Shades of #fa89fc
Tints of #fa89fc
RGB Percentages of Color #fa89fc
CMYK Percentages of Color #fa89fc
Complementary Color
#fa89fc | #8bfc89 |
#fa89fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa89fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa89fc Color CSS Codes
.mybgcolor {background-color:#fa89fc; } .myforecolor {color:#fa89fc; } .mybordercolor {border:3px solid #fa89fc; }
#fa89fc Text Font Color
<p style="color:#fa89fc">Text here</p>
This sample text font color is #fa89fc
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.
#fa89fc Background Color
<div style="background-color:#fa89fc">
Div content here</div>
This div background color is #fa89fc
#fa89fc Border Color
<div style="border:3px solid #fa89fc">
Div here</div>
This div border color is #fa89fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,137,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa89fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa89fc; -webkit-box-shadow: 1px 1px 3px 2px #fa89fc; box-shadow: 1px 1px 3px 2px #fa89fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,137,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa89fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa89fc; -webkit-box-shadow: 1px 1px 3px 2px #fa89fc; box-shadow: 1px 1px 3px 2px #fa89fc;">
Div content here</div>
This div box has shadow with color #fa89fc
Comments
No comments written yet.
Please login to write comment.