Color spaces of #fc028e
RGB | 252 | 2 | 142 |
---|---|---|---|
HSL | 0.91 | 0.98 | 0.50 |
HSV | 326° | 99° | 99° |
CMYK | 0.00 | 0.99 | 0.44 0.01 |
XYZ | 45.0491 | 22.6919 | 27.5968 |
Yxy | 22.6919 | 0.4725 | 0.2380 |
Hunter Lab | 47.6360 | 85.4434 | -1.0030 |
CIE-Lab | 54.7536 | 84.8673 | -4.5807 |
#fc028e color RGB value is (252,2,142).
#fc028e hex color red value is 252, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fc028e hue: 0.91 , saturation: 0.98 and the lightness value of fc028e is 0.50.
The process color (four color CMYK) of #fc028e color hex is 0.00, 0.99, 0.44, 0.01. Web safe color of #fc028e is #ff0099. Color #fc028e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00000010 | 10001110 |
Octal | 374 | 2 | 216 |
Decimal | 252 | 2 | 142 |
Hex | FC | 2 | 8E |
Shades of #fc028e
Tints of #fc028e
RGB Percentages of Color #fc028e
CMYK Percentages of Color #fc028e
Complementary Color
#fc028e | #02fc70 |
#fc028e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc028e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc028e Color CSS Codes
.mybgcolor {background-color:#fc028e; } .myforecolor {color:#fc028e; } .mybordercolor {border:3px solid #fc028e; }
#fc028e Text Font Color
<p style="color:#fc028e">Text here</p>
This sample text font color is #fc028e
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.
#fc028e Background Color
<div style="background-color:#fc028e">
Div content here</div>
This div background color is #fc028e
#fc028e Border Color
<div style="border:3px solid #fc028e">
Div here</div>
This div border color is #fc028e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,2,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc028e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc028e; -webkit-box-shadow: 1px 1px 3px 2px #fc028e; box-shadow: 1px 1px 3px 2px #fc028e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,2,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc028e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc028e; -webkit-box-shadow: 1px 1px 3px 2px #fc028e; box-shadow: 1px 1px 3px 2px #fc028e;">
Div content here</div>
This div box has shadow with color #fc028e
Comments
No comments written yet.
Please login to write comment.