Color spaces of #fa70da
RGB | 250 | 112 | 218 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.71 |
HSV | 314° | 55° | 98° |
CMYK | 0.00 | 0.55 | 0.13 0.02 |
XYZ | 57.8734 | 36.9743 | 70.4162 |
Yxy | 36.9743 | 0.3502 | 0.2237 |
Hunter Lab | 60.8065 | 63.4784 | -26.0955 |
CIE-Lab | 67.2577 | 64.9199 | -29.4076 |
#fa70da color RGB value is (250,112,218).
#fa70da hex color red value is 250, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fa70da hue: 0.87 , saturation: 0.93 and the lightness value of fa70da is 0.71.
The process color (four color CMYK) of #fa70da color hex is 0.00, 0.55, 0.13, 0.02. Web safe color of #fa70da is #ff66cc. Color #fa70da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01110000 | 11011010 |
Octal | 372 | 160 | 332 |
Decimal | 250 | 112 | 218 |
Hex | FA | 70 | DA |
Shades of #fa70da
Tints of #fa70da
RGB Percentages of Color #fa70da
CMYK Percentages of Color #fa70da
Complementary Color
#fa70da | #70fa90 |
#fa70da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa70da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa70da Color CSS Codes
.mybgcolor {background-color:#fa70da; } .myforecolor {color:#fa70da; } .mybordercolor {border:3px solid #fa70da; }
#fa70da Text Font Color
<p style="color:#fa70da">Text here</p>
This sample text font color is #fa70da
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.
#fa70da Background Color
<div style="background-color:#fa70da">
Div content here</div>
This div background color is #fa70da
#fa70da Border Color
<div style="border:3px solid #fa70da">
Div here</div>
This div border color is #fa70da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,112,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa70da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa70da; -webkit-box-shadow: 1px 1px 3px 2px #fa70da; box-shadow: 1px 1px 3px 2px #fa70da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,112,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa70da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa70da; -webkit-box-shadow: 1px 1px 3px 2px #fa70da; box-shadow: 1px 1px 3px 2px #fa70da;">
Div content here</div>
This div box has shadow with color #fa70da
Comments
No comments written yet.
Please login to write comment.