Color spaces of #fa79ed
RGB | 250 | 121 | 237 |
---|---|---|---|
HSL | 0.85 | 0.93 | 0.73 |
HSV | 306° | 52° | 98° |
CMYK | 0.00 | 0.52 | 0.05 0.02 |
XYZ | 61.5478 | 40.1132 | 84.6195 |
Yxy | 40.1132 | 0.3304 | 0.2153 |
Hunter Lab | 63.3350 | 62.6269 | -34.8807 |
CIE-Lab | 69.5501 | 63.8246 | -36.3794 |
#fa79ed color RGB value is (250,121,237).
#fa79ed hex color red value is 250, green value is 121 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fa79ed hue: 0.85 , saturation: 0.93 and the lightness value of fa79ed is 0.73.
The process color (four color CMYK) of #fa79ed color hex is 0.00, 0.52, 0.05, 0.02. Web safe color of #fa79ed is #ff66ff. Color #fa79ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01111001 | 11101101 |
Octal | 372 | 171 | 355 |
Decimal | 250 | 121 | 237 |
Hex | FA | 79 | ED |
Shades of #fa79ed
Tints of #fa79ed
RGB Percentages of Color #fa79ed
CMYK Percentages of Color #fa79ed
Complementary Color
#fa79ed | #79fa86 |
#fa79ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa79ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa79ed Color CSS Codes
.mybgcolor {background-color:#fa79ed; } .myforecolor {color:#fa79ed; } .mybordercolor {border:3px solid #fa79ed; }
#fa79ed Text Font Color
<p style="color:#fa79ed">Text here</p>
This sample text font color is #fa79ed
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.
#fa79ed Background Color
<div style="background-color:#fa79ed">
Div content here</div>
This div background color is #fa79ed
#fa79ed Border Color
<div style="border:3px solid #fa79ed">
Div here</div>
This div border color is #fa79ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,121,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa79ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa79ed; -webkit-box-shadow: 1px 1px 3px 2px #fa79ed; box-shadow: 1px 1px 3px 2px #fa79ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,121,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa79ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa79ed; -webkit-box-shadow: 1px 1px 3px 2px #fa79ed; box-shadow: 1px 1px 3px 2px #fa79ed;">
Div content here</div>
This div box has shadow with color #fa79ed
Comments
No comments written yet.
Please login to write comment.