Color spaces of #fc519e
RGB | 252 | 81 | 158 |
---|---|---|---|
HSL | 0.92 | 0.97 | 0.65 |
HSV | 333° | 68° | 99° |
CMYK | 0.00 | 0.68 | 0.37 0.01 |
XYZ | 49.2589 | 29.0489 | 35.3585 |
Yxy | 29.0489 | 0.4334 | 0.2556 |
Hunter Lab | 53.8970 | 68.8193 | -1.1686 |
CIE-Lab | 60.8248 | 70.4820 | -5.0135 |
#fc519e color RGB value is (252,81,158).
#fc519e hex color red value is 252, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fc519e hue: 0.92 , saturation: 0.97 and the lightness value of fc519e is 0.65.
The process color (four color CMYK) of #fc519e color hex is 0.00, 0.68, 0.37, 0.01. Web safe color of #fc519e is #ff6699. Color #fc519e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01010001 | 10011110 |
Octal | 374 | 121 | 236 |
Decimal | 252 | 81 | 158 |
Hex | FC | 51 | 9E |
Shades of #fc519e
Tints of #fc519e
RGB Percentages of Color #fc519e
CMYK Percentages of Color #fc519e
Complementary Color
#fc519e | #51fcaf |
#fc519e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc519e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc519e Color CSS Codes
.mybgcolor {background-color:#fc519e; } .myforecolor {color:#fc519e; } .mybordercolor {border:3px solid #fc519e; }
#fc519e Text Font Color
<p style="color:#fc519e">Text here</p>
This sample text font color is #fc519e
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.
#fc519e Background Color
<div style="background-color:#fc519e">
Div content here</div>
This div background color is #fc519e
#fc519e Border Color
<div style="border:3px solid #fc519e">
Div here</div>
This div border color is #fc519e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,81,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc519e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc519e; -webkit-box-shadow: 1px 1px 3px 2px #fc519e; box-shadow: 1px 1px 3px 2px #fc519e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,81,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc519e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc519e; -webkit-box-shadow: 1px 1px 3px 2px #fc519e; box-shadow: 1px 1px 3px 2px #fc519e;">
Div content here</div>
This div box has shadow with color #fc519e
Comments
No comments written yet.
Please login to write comment.