Color spaces of #fc2bcb
RGB | 252 | 43 | 203 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.58 |
HSV | 314° | 83° | 99° |
CMYK | 0.00 | 0.83 | 0.19 0.01 |
XYZ | 51.7883 | 26.7350 | 58.9307 |
Yxy | 26.7350 | 0.3768 | 0.1945 |
Hunter Lab | 51.7059 | 88.2991 | -31.3804 |
CIE-Lab | 58.7282 | 86.2786 | -34.1468 |
#fc2bcb color RGB value is (252,43,203).
#fc2bcb hex color red value is 252, green value is 43 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fc2bcb hue: 0.87 , saturation: 0.97 and the lightness value of fc2bcb is 0.58.
The process color (four color CMYK) of #fc2bcb color hex is 0.00, 0.83, 0.19, 0.01. Web safe color of #fc2bcb is #ff33cc. Color #fc2bcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101011 | 11001011 |
Octal | 374 | 53 | 313 |
Decimal | 252 | 43 | 203 |
Hex | FC | 2B | CB |
Shades of #fc2bcb
Tints of #fc2bcb
RGB Percentages of Color #fc2bcb
CMYK Percentages of Color #fc2bcb
Complementary Color
#fc2bcb | #2bfc5c |
#fc2bcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc2bcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc2bcb Color CSS Codes
.mybgcolor {background-color:#fc2bcb; } .myforecolor {color:#fc2bcb; } .mybordercolor {border:3px solid #fc2bcb; }
#fc2bcb Text Font Color
<p style="color:#fc2bcb">Text here</p>
This sample text font color is #fc2bcb
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.
#fc2bcb Background Color
<div style="background-color:#fc2bcb">
Div content here</div>
This div background color is #fc2bcb
#fc2bcb Border Color
<div style="border:3px solid #fc2bcb">
Div here</div>
This div border color is #fc2bcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,43,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc2bcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc2bcb; -webkit-box-shadow: 1px 1px 3px 2px #fc2bcb; box-shadow: 1px 1px 3px 2px #fc2bcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,43,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc2bcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc2bcb; -webkit-box-shadow: 1px 1px 3px 2px #fc2bcb; box-shadow: 1px 1px 3px 2px #fc2bcb;">
Div content here</div>
This div box has shadow with color #fc2bcb
Comments
No comments written yet.
Please login to write comment.