Color spaces of #fc23da
RGB | 252 | 35 | 218 |
---|---|---|---|
HSL | 0.86 | 0.97 | 0.56 |
HSV | 309° | 86° | 99° |
CMYK | 0.00 | 0.86 | 0.13 0.01 |
XYZ | 53.4008 | 26.9595 | 68.7188 |
Yxy | 26.9595 | 0.3582 | 0.1808 |
Hunter Lab | 51.9225 | 92.7175 | -42.1238 |
CIE-Lab | 58.9368 | 89.5748 | -42.3530 |
#fc23da color RGB value is (252,35,218).
#fc23da hex color red value is 252, green value is 35 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fc23da hue: 0.86 , saturation: 0.97 and the lightness value of fc23da is 0.56.
The process color (four color CMYK) of #fc23da color hex is 0.00, 0.86, 0.13, 0.01. Web safe color of #fc23da is #ff33cc. Color #fc23da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00100011 | 11011010 |
Octal | 374 | 43 | 332 |
Decimal | 252 | 35 | 218 |
Hex | FC | 23 | DA |
Shades of #fc23da
Tints of #fc23da
RGB Percentages of Color #fc23da
CMYK Percentages of Color #fc23da
Complementary Color
#fc23da | #23fc45 |
#fc23da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc23da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc23da Color CSS Codes
.mybgcolor {background-color:#fc23da; } .myforecolor {color:#fc23da; } .mybordercolor {border:3px solid #fc23da; }
#fc23da Text Font Color
<p style="color:#fc23da">Text here</p>
This sample text font color is #fc23da
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.
#fc23da Background Color
<div style="background-color:#fc23da">
Div content here</div>
This div background color is #fc23da
#fc23da Border Color
<div style="border:3px solid #fc23da">
Div here</div>
This div border color is #fc23da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,35,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc23da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc23da; -webkit-box-shadow: 1px 1px 3px 2px #fc23da; box-shadow: 1px 1px 3px 2px #fc23da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,35,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc23da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc23da; -webkit-box-shadow: 1px 1px 3px 2px #fc23da; box-shadow: 1px 1px 3px 2px #fc23da;">
Div content here</div>
This div box has shadow with color #fc23da
Comments
No comments written yet.
Please login to write comment.