Color spaces of #fa0cfc
RGB | 250 | 12 | 252 |
---|---|---|---|
HSL | 0.83 | 0.98 | 0.52 |
HSV | 300° | 95° | 99° |
CMYK | 0.01 | 0.95 | 0.00 0.01 |
XYZ | 57.1265 | 27.6152 | 94.4148 |
Yxy | 27.6152 | 0.3189 | 0.1541 |
Hunter Lab | 52.5502 | 102.0819 | -69.7389 |
CIE-Lab | 59.5395 | 96.3572 | -60.4768 |
#fa0cfc color RGB value is (250,12,252).
#fa0cfc hex color red value is 250, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fa0cfc hue: 0.83 , saturation: 0.98 and the lightness value of fa0cfc is 0.52.
The process color (four color CMYK) of #fa0cfc color hex is 0.01, 0.95, 0.00, 0.01. Web safe color of #fa0cfc is #ff00ff. Color #fa0cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00001100 | 11111100 |
Octal | 372 | 14 | 374 |
Decimal | 250 | 12 | 252 |
Hex | FA | C | FC |
Shades of #fa0cfc
Tints of #fa0cfc
RGB Percentages of Color #fa0cfc
CMYK Percentages of Color #fa0cfc
Complementary Color
#fa0cfc | #0efc0c |
#fa0cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa0cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa0cfc Color CSS Codes
.mybgcolor {background-color:#fa0cfc; } .myforecolor {color:#fa0cfc; } .mybordercolor {border:3px solid #fa0cfc; }
#fa0cfc Text Font Color
<p style="color:#fa0cfc">Text here</p>
This sample text font color is #fa0cfc
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.
#fa0cfc Background Color
<div style="background-color:#fa0cfc">
Div content here</div>
This div background color is #fa0cfc
#fa0cfc Border Color
<div style="border:3px solid #fa0cfc">
Div here</div>
This div border color is #fa0cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,12,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa0cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa0cfc; -webkit-box-shadow: 1px 1px 3px 2px #fa0cfc; box-shadow: 1px 1px 3px 2px #fa0cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,12,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 #fa0cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa0cfc; -webkit-box-shadow: 1px 1px 3px 2px #fa0cfc; box-shadow: 1px 1px 3px 2px #fa0cfc;">
Div content here</div>
This div box has shadow with color #fa0cfc
Comments
No comments written yet.
Please login to write comment.