Color spaces of #fc2dde
RGB | 252 | 45 | 222 |
---|---|---|---|
HSL | 0.86 | 0.97 | 0.58 |
HSV | 309° | 82° | 99° |
CMYK | 0.00 | 0.82 | 0.12 0.01 |
XYZ | 54.2681 | 27.8461 | 71.6218 |
Yxy | 27.8461 | 0.3530 | 0.1811 |
Hunter Lab | 52.7694 | 91.2231 | -43.5334 |
CIE-Lab | 59.7494 | 88.2938 | -43.3344 |
#fc2dde color RGB value is (252,45,222).
#fc2dde hex color red value is 252, green value is 45 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fc2dde hue: 0.86 , saturation: 0.97 and the lightness value of fc2dde is 0.58.
The process color (four color CMYK) of #fc2dde color hex is 0.00, 0.82, 0.12, 0.01. Web safe color of #fc2dde is #ff33cc. Color #fc2dde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101101 | 11011110 |
Octal | 374 | 55 | 336 |
Decimal | 252 | 45 | 222 |
Hex | FC | 2D | DE |
Shades of #fc2dde
Tints of #fc2dde
RGB Percentages of Color #fc2dde
CMYK Percentages of Color #fc2dde
Complementary Color
#fc2dde | #2dfc4b |
#fc2dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc2dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc2dde Color CSS Codes
.mybgcolor {background-color:#fc2dde; } .myforecolor {color:#fc2dde; } .mybordercolor {border:3px solid #fc2dde; }
#fc2dde Text Font Color
<p style="color:#fc2dde">Text here</p>
This sample text font color is #fc2dde
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.
#fc2dde Background Color
<div style="background-color:#fc2dde">
Div content here</div>
This div background color is #fc2dde
#fc2dde Border Color
<div style="border:3px solid #fc2dde">
Div here</div>
This div border color is #fc2dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,45,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc2dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc2dde; -webkit-box-shadow: 1px 1px 3px 2px #fc2dde; box-shadow: 1px 1px 3px 2px #fc2dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,45,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc2dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc2dde; -webkit-box-shadow: 1px 1px 3px 2px #fc2dde; box-shadow: 1px 1px 3px 2px #fc2dde;">
Div content here</div>
This div box has shadow with color #fc2dde
Comments
No comments written yet.
Please login to write comment.