Color spaces of #fa3edb
RGB | 250 | 62 | 219 |
---|---|---|---|
HSL | 0.86 | 0.95 | 0.61 |
HSV | 310° | 75° | 98° |
CMYK | 0.00 | 0.75 | 0.12 0.02 |
XYZ | 53.9331 | 28.8837 | 69.7504 |
Yxy | 28.8837 | 0.3535 | 0.1893 |
Hunter Lab | 53.7436 | 85.0783 | -39.3283 |
CIE-Lab | 60.6789 | 83.4324 | -40.2037 |
#fa3edb color RGB value is (250,62,219).
#fa3edb hex color red value is 250, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fa3edb hue: 0.86 , saturation: 0.95 and the lightness value of fa3edb is 0.61.
The process color (four color CMYK) of #fa3edb color hex is 0.00, 0.75, 0.12, 0.02. Web safe color of #fa3edb is #ff33cc. Color #fa3edb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00111110 | 11011011 |
Octal | 372 | 76 | 333 |
Decimal | 250 | 62 | 219 |
Hex | FA | 3E | DB |
Shades of #fa3edb
Tints of #fa3edb
RGB Percentages of Color #fa3edb
CMYK Percentages of Color #fa3edb
Complementary Color
#fa3edb | #3efa5d |
#fa3edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa3edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa3edb Color CSS Codes
.mybgcolor {background-color:#fa3edb; } .myforecolor {color:#fa3edb; } .mybordercolor {border:3px solid #fa3edb; }
#fa3edb Text Font Color
<p style="color:#fa3edb">Text here</p>
This sample text font color is #fa3edb
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.
#fa3edb Background Color
<div style="background-color:#fa3edb">
Div content here</div>
This div background color is #fa3edb
#fa3edb Border Color
<div style="border:3px solid #fa3edb">
Div here</div>
This div border color is #fa3edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,62,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa3edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa3edb; -webkit-box-shadow: 1px 1px 3px 2px #fa3edb; box-shadow: 1px 1px 3px 2px #fa3edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,62,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa3edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa3edb; -webkit-box-shadow: 1px 1px 3px 2px #fa3edb; box-shadow: 1px 1px 3px 2px #fa3edb;">
Div content here</div>
This div box has shadow with color #fa3edb
Comments
No comments written yet.
Please login to write comment.