Color spaces of #fa40ad
RGB | 250 | 64 | 173 |
---|---|---|---|
HSL | 0.90 | 0.95 | 0.62 |
HSV | 325° | 74° | 98° |
CMYK | 0.00 | 0.74 | 0.31 0.02 |
XYZ | 48.8006 | 27.0079 | 42.1761 |
Yxy | 27.0079 | 0.4136 | 0.2289 |
Hunter Lab | 51.9691 | 76.6710 | -11.7390 |
CIE-Lab | 58.9816 | 77.1770 | -16.5128 |
#fa40ad color RGB value is (250,64,173).
#fa40ad hex color red value is 250, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fa40ad hue: 0.90 , saturation: 0.95 and the lightness value of fa40ad is 0.62.
The process color (four color CMYK) of #fa40ad color hex is 0.00, 0.74, 0.31, 0.02. Web safe color of #fa40ad is #ff3399. Color #fa40ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01000000 | 10101101 |
Octal | 372 | 100 | 255 |
Decimal | 250 | 64 | 173 |
Hex | FA | 40 | AD |
Shades of #fa40ad
Tints of #fa40ad
RGB Percentages of Color #fa40ad
CMYK Percentages of Color #fa40ad
Complementary Color
#fa40ad | #40fa8d |
#fa40ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa40ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa40ad Color CSS Codes
.mybgcolor {background-color:#fa40ad; } .myforecolor {color:#fa40ad; } .mybordercolor {border:3px solid #fa40ad; }
#fa40ad Text Font Color
<p style="color:#fa40ad">Text here</p>
This sample text font color is #fa40ad
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.
#fa40ad Background Color
<div style="background-color:#fa40ad">
Div content here</div>
This div background color is #fa40ad
#fa40ad Border Color
<div style="border:3px solid #fa40ad">
Div here</div>
This div border color is #fa40ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,64,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa40ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa40ad; -webkit-box-shadow: 1px 1px 3px 2px #fa40ad; box-shadow: 1px 1px 3px 2px #fa40ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,64,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa40ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa40ad; -webkit-box-shadow: 1px 1px 3px 2px #fa40ad; box-shadow: 1px 1px 3px 2px #fa40ad;">
Div content here</div>
This div box has shadow with color #fa40ad
Comments
No comments written yet.
Please login to write comment.