Color spaces of #fa3fab
RGB | 250 | 63 | 171 |
---|---|---|---|
HSL | 0.90 | 0.95 | 0.61 |
HSV | 325° | 75° | 98° |
CMYK | 0.00 | 0.75 | 0.32 0.02 |
XYZ | 48.5525 | 26.8193 | 41.1457 |
Yxy | 26.8193 | 0.4167 | 0.2302 |
Hunter Lab | 51.7874 | 76.7223 | -10.8555 |
CIE-Lab | 58.8067 | 77.2514 | -15.6173 |
#fa3fab color RGB value is (250,63,171).
#fa3fab hex color red value is 250, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fa3fab hue: 0.90 , saturation: 0.95 and the lightness value of fa3fab is 0.61.
The process color (four color CMYK) of #fa3fab color hex is 0.00, 0.75, 0.32, 0.02. Web safe color of #fa3fab is #ff3399. Color #fa3fab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00111111 | 10101011 |
Octal | 372 | 77 | 253 |
Decimal | 250 | 63 | 171 |
Hex | FA | 3F | AB |
Shades of #fa3fab
Tints of #fa3fab
RGB Percentages of Color #fa3fab
CMYK Percentages of Color #fa3fab
Complementary Color
#fa3fab | #3ffa8e |
#fa3fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa3fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa3fab Color CSS Codes
.mybgcolor {background-color:#fa3fab; } .myforecolor {color:#fa3fab; } .mybordercolor {border:3px solid #fa3fab; }
#fa3fab Text Font Color
<p style="color:#fa3fab">Text here</p>
This sample text font color is #fa3fab
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.
#fa3fab Background Color
<div style="background-color:#fa3fab">
Div content here</div>
This div background color is #fa3fab
#fa3fab Border Color
<div style="border:3px solid #fa3fab">
Div here</div>
This div border color is #fa3fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,63,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa3fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa3fab; -webkit-box-shadow: 1px 1px 3px 2px #fa3fab; box-shadow: 1px 1px 3px 2px #fa3fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,63,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa3fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa3fab; -webkit-box-shadow: 1px 1px 3px 2px #fa3fab; box-shadow: 1px 1px 3px 2px #fa3fab;">
Div content here</div>
This div box has shadow with color #fa3fab
Comments
No comments written yet.
Please login to write comment.