Color spaces of #fc2abc
RGB | 252 | 42 | 188 |
---|---|---|---|
HSL | 0.88 | 0.97 | 0.58 |
HSV | 318° | 83° | 99° |
CMYK | 0.00 | 0.83 | 0.25 0.01 |
XYZ | 50.0499 | 25.9822 | 49.9541 |
Yxy | 25.9822 | 0.3973 | 0.2062 |
Hunter Lab | 50.9727 | 86.0660 | -22.4242 |
CIE-Lab | 58.0202 | 84.7092 | -26.6321 |
#fc2abc color RGB value is (252,42,188).
#fc2abc hex color red value is 252, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fc2abc hue: 0.88 , saturation: 0.97 and the lightness value of fc2abc is 0.58.
The process color (four color CMYK) of #fc2abc color hex is 0.00, 0.83, 0.25, 0.01. Web safe color of #fc2abc is #ff33cc. Color #fc2abc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101010 | 10111100 |
Octal | 374 | 52 | 274 |
Decimal | 252 | 42 | 188 |
Hex | FC | 2A | BC |
Shades of #fc2abc
Tints of #fc2abc
RGB Percentages of Color #fc2abc
CMYK Percentages of Color #fc2abc
Complementary Color
#fc2abc | #2afc6a |
#fc2abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc2abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc2abc Color CSS Codes
.mybgcolor {background-color:#fc2abc; } .myforecolor {color:#fc2abc; } .mybordercolor {border:3px solid #fc2abc; }
#fc2abc Text Font Color
<p style="color:#fc2abc">Text here</p>
This sample text font color is #fc2abc
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.
#fc2abc Background Color
<div style="background-color:#fc2abc">
Div content here</div>
This div background color is #fc2abc
#fc2abc Border Color
<div style="border:3px solid #fc2abc">
Div here</div>
This div border color is #fc2abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,42,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc2abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc2abc; -webkit-box-shadow: 1px 1px 3px 2px #fc2abc; box-shadow: 1px 1px 3px 2px #fc2abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,42,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc2abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc2abc; -webkit-box-shadow: 1px 1px 3px 2px #fc2abc; box-shadow: 1px 1px 3px 2px #fc2abc;">
Div content here</div>
This div box has shadow with color #fc2abc
Comments
No comments written yet.
Please login to write comment.