Color spaces of #fc28fc
RGB | 252 | 40 | 252 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.57 |
HSV | 300° | 84° | 99° |
CMYK | 0.00 | 0.84 | 0.00 0.01 |
XYZ | 58.4744 | 29.2413 | 94.6577 |
Yxy | 29.2413 | 0.3206 | 0.1603 |
Hunter Lab | 54.0752 | 98.3898 | -65.9334 |
CIE-Lab | 60.9940 | 93.3807 | -58.1324 |
#fc28fc color RGB value is (252,40,252).
#fc28fc hex color red value is 252, green value is 40 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fc28fc hue: 0.83 , saturation: 0.97 and the lightness value of fc28fc is 0.57.
The process color (four color CMYK) of #fc28fc color hex is 0.00, 0.84, 0.00, 0.01. Web safe color of #fc28fc is #ff33ff. Color #fc28fc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101000 | 11111100 |
Octal | 374 | 50 | 374 |
Decimal | 252 | 40 | 252 |
Hex | FC | 28 | FC |
Shades of #fc28fc
Tints of #fc28fc
RGB Percentages of Color #fc28fc
CMYK Percentages of Color #fc28fc
Complementary Color
#fc28fc | #28fc28 |
#fc28fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc28fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc28fc Color CSS Codes
.mybgcolor {background-color:#fc28fc; } .myforecolor {color:#fc28fc; } .mybordercolor {border:3px solid #fc28fc; }
#fc28fc Text Font Color
<p style="color:#fc28fc">Text here</p>
This sample text font color is #fc28fc
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.
#fc28fc Background Color
<div style="background-color:#fc28fc">
Div content here</div>
This div background color is #fc28fc
#fc28fc Border Color
<div style="border:3px solid #fc28fc">
Div here</div>
This div border color is #fc28fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,40,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc28fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc28fc; -webkit-box-shadow: 1px 1px 3px 2px #fc28fc; box-shadow: 1px 1px 3px 2px #fc28fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,40,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc28fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc28fc; -webkit-box-shadow: 1px 1px 3px 2px #fc28fc; box-shadow: 1px 1px 3px 2px #fc28fc;">
Div content here</div>
This div box has shadow with color #fc28fc
Comments
No comments written yet.
Please login to write comment.