Color spaces of #fa03ca
RGB | 250 | 3 | 202 |
---|---|---|---|
HSL | 0.87 | 0.98 | 0.50 |
HSV | 312° | 99° | 98° |
CMYK | 0.00 | 0.99 | 0.19 0.02 |
XYZ | 50.1176 | 24.6534 | 57.9942 |
Yxy | 24.6534 | 0.3775 | 0.1857 |
Hunter Lab | 49.6522 | 93.2818 | -34.4947 |
CIE-Lab | 56.7361 | 90.4256 | -36.7134 |
#fa03ca color RGB value is (250,3,202).
#fa03ca hex color red value is 250, green value is 3 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fa03ca hue: 0.87 , saturation: 0.98 and the lightness value of fa03ca is 0.50.
The process color (four color CMYK) of #fa03ca color hex is 0.00, 0.99, 0.19, 0.02. Web safe color of #fa03ca is #ff00cc. Color #fa03ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00000011 | 11001010 |
Octal | 372 | 3 | 312 |
Decimal | 250 | 3 | 202 |
Hex | FA | 3 | CA |
Shades of #fa03ca
Tints of #fa03ca
RGB Percentages of Color #fa03ca
CMYK Percentages of Color #fa03ca
Complementary Color
#fa03ca | #03fa33 |
#fa03ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa03ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa03ca Color CSS Codes
.mybgcolor {background-color:#fa03ca; } .myforecolor {color:#fa03ca; } .mybordercolor {border:3px solid #fa03ca; }
#fa03ca Text Font Color
<p style="color:#fa03ca">Text here</p>
This sample text font color is #fa03ca
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.
#fa03ca Background Color
<div style="background-color:#fa03ca">
Div content here</div>
This div background color is #fa03ca
#fa03ca Border Color
<div style="border:3px solid #fa03ca">
Div here</div>
This div border color is #fa03ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,3,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa03ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa03ca; -webkit-box-shadow: 1px 1px 3px 2px #fa03ca; box-shadow: 1px 1px 3px 2px #fa03ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,3,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa03ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa03ca; -webkit-box-shadow: 1px 1px 3px 2px #fa03ca; box-shadow: 1px 1px 3px 2px #fa03ca;">
Div content here</div>
This div box has shadow with color #fa03ca
Comments
No comments written yet.
Please login to write comment.