Color spaces of #fc59db
RGB | 252 | 89 | 219 |
---|---|---|---|
HSL | 0.87 | 0.96 | 0.67 |
HSV | 312° | 65° | 99° |
CMYK | 0.00 | 0.65 | 0.13 0.01 |
XYZ | 56.5034 | 32.9547 | 70.4007 |
Yxy | 32.9547 | 0.3535 | 0.2061 |
Hunter Lab | 57.4062 | 75.2320 | -32.5266 |
CIE-Lab | 64.1242 | 75.0557 | -34.7975 |
#fc59db color RGB value is (252,89,219).
#fc59db hex color red value is 252, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fc59db hue: 0.87 , saturation: 0.96 and the lightness value of fc59db is 0.67.
The process color (four color CMYK) of #fc59db color hex is 0.00, 0.65, 0.13, 0.01. Web safe color of #fc59db is #ff66cc. Color #fc59db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01011001 | 11011011 |
Octal | 374 | 131 | 333 |
Decimal | 252 | 89 | 219 |
Hex | FC | 59 | DB |
Shades of #fc59db
Tints of #fc59db
RGB Percentages of Color #fc59db
CMYK Percentages of Color #fc59db
Complementary Color
#fc59db | #59fc7a |
#fc59db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc59db Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc59db Color CSS Codes
.mybgcolor {background-color:#fc59db; } .myforecolor {color:#fc59db; } .mybordercolor {border:3px solid #fc59db; }
#fc59db Text Font Color
<p style="color:#fc59db">Text here</p>
This sample text font color is #fc59db
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.
#fc59db Background Color
<div style="background-color:#fc59db">
Div content here</div>
This div background color is #fc59db
#fc59db Border Color
<div style="border:3px solid #fc59db">
Div here</div>
This div border color is #fc59db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,89,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc59db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc59db; -webkit-box-shadow: 1px 1px 3px 2px #fc59db; box-shadow: 1px 1px 3px 2px #fc59db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,89,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 #fc59db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc59db; -webkit-box-shadow: 1px 1px 3px 2px #fc59db; box-shadow: 1px 1px 3px 2px #fc59db;">
Div content here</div>
This div box has shadow with color #fc59db
Comments
No comments written yet.
Please login to write comment.