Color spaces of #fa2dce
RGB | 250 | 45 | 206 |
---|---|---|---|
HSL | 0.87 | 0.95 | 0.58 |
HSV | 313° | 82° | 98° |
CMYK | 0.00 | 0.82 | 0.18 0.02 |
XYZ | 51.5033 | 26.6570 | 60.8233 |
Yxy | 26.6570 | 0.3706 | 0.1918 |
Hunter Lab | 51.6304 | 87.7073 | -33.7054 |
CIE-Lab | 58.6555 | 85.8417 | -35.9987 |
#fa2dce color RGB value is (250,45,206).
#fa2dce hex color red value is 250, green value is 45 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fa2dce hue: 0.87 , saturation: 0.95 and the lightness value of fa2dce is 0.58.
The process color (four color CMYK) of #fa2dce color hex is 0.00, 0.82, 0.18, 0.02. Web safe color of #fa2dce is #ff33cc. Color #fa2dce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00101101 | 11001110 |
Octal | 372 | 55 | 316 |
Decimal | 250 | 45 | 206 |
Hex | FA | 2D | CE |
Shades of #fa2dce
Tints of #fa2dce
RGB Percentages of Color #fa2dce
CMYK Percentages of Color #fa2dce
Complementary Color
#fa2dce | #2dfa59 |
#fa2dce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa2dce Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa2dce Color CSS Codes
.mybgcolor {background-color:#fa2dce; } .myforecolor {color:#fa2dce; } .mybordercolor {border:3px solid #fa2dce; }
#fa2dce Text Font Color
<p style="color:#fa2dce">Text here</p>
This sample text font color is #fa2dce
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.
#fa2dce Background Color
<div style="background-color:#fa2dce">
Div content here</div>
This div background color is #fa2dce
#fa2dce Border Color
<div style="border:3px solid #fa2dce">
Div here</div>
This div border color is #fa2dce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,45,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa2dce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa2dce; -webkit-box-shadow: 1px 1px 3px 2px #fa2dce; box-shadow: 1px 1px 3px 2px #fa2dce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,45,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa2dce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa2dce; -webkit-box-shadow: 1px 1px 3px 2px #fa2dce; box-shadow: 1px 1px 3px 2px #fa2dce;">
Div content here</div>
This div box has shadow with color #fa2dce
Comments
No comments written yet.
Please login to write comment.