Color spaces of #fc12eb
RGB | 252 | 18 | 235 |
---|---|---|---|
HSL | 0.85 | 0.98 | 0.53 |
HSV | 304° | 93° | 99° |
CMYK | 0.00 | 0.93 | 0.07 0.01 |
XYZ | 55.3566 | 27.1262 | 80.9155 |
Yxy | 27.1262 | 0.3388 | 0.1660 |
Hunter Lab | 52.0828 | 98.5751 | -55.6546 |
CIE-Lab | 59.0910 | 93.8871 | -51.6893 |
#fc12eb color RGB value is (252,18,235).
#fc12eb hex color red value is 252, green value is 18 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fc12eb hue: 0.85 , saturation: 0.98 and the lightness value of fc12eb is 0.53.
The process color (four color CMYK) of #fc12eb color hex is 0.00, 0.93, 0.07, 0.01. Web safe color of #fc12eb is #ff00ff. Color #fc12eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00010010 | 11101011 |
Octal | 374 | 22 | 353 |
Decimal | 252 | 18 | 235 |
Hex | FC | 12 | EB |
Shades of #fc12eb
Tints of #fc12eb
RGB Percentages of Color #fc12eb
CMYK Percentages of Color #fc12eb
Complementary Color
#fc12eb | #12fc23 |
#fc12eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc12eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc12eb Color CSS Codes
.mybgcolor {background-color:#fc12eb; } .myforecolor {color:#fc12eb; } .mybordercolor {border:3px solid #fc12eb; }
#fc12eb Text Font Color
<p style="color:#fc12eb">Text here</p>
This sample text font color is #fc12eb
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.
#fc12eb Background Color
<div style="background-color:#fc12eb">
Div content here</div>
This div background color is #fc12eb
#fc12eb Border Color
<div style="border:3px solid #fc12eb">
Div here</div>
This div border color is #fc12eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,18,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc12eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc12eb; -webkit-box-shadow: 1px 1px 3px 2px #fc12eb; box-shadow: 1px 1px 3px 2px #fc12eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,18,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc12eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc12eb; -webkit-box-shadow: 1px 1px 3px 2px #fc12eb; box-shadow: 1px 1px 3px 2px #fc12eb;">
Div content here</div>
This div box has shadow with color #fc12eb
Comments
No comments written yet.
Please login to write comment.