Color spaces of #fc8bdd
RGB | 252 | 139 | 221 |
---|---|---|---|
HSL | 0.88 | 0.95 | 0.77 |
HSV | 316° | 45° | 99° |
CMYK | 0.00 | 0.45 | 0.12 0.01 |
XYZ | 62.4286 | 44.3811 | 73.6827 |
Yxy | 44.3811 | 0.3459 | 0.2459 |
Hunter Lab | 66.6191 | 50.6883 | -18.9431 |
CIE-Lab | 72.4825 | 53.2386 | -23.0335 |
#fc8bdd color RGB value is (252,139,221).
#fc8bdd hex color red value is 252, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fc8bdd hue: 0.88 , saturation: 0.95 and the lightness value of fc8bdd is 0.77.
The process color (four color CMYK) of #fc8bdd color hex is 0.00, 0.45, 0.12, 0.01. Web safe color of #fc8bdd is #ff99cc. Color #fc8bdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10001011 | 11011101 |
Octal | 374 | 213 | 335 |
Decimal | 252 | 139 | 221 |
Hex | FC | 8B | DD |
Shades of #fc8bdd
Tints of #fc8bdd
RGB Percentages of Color #fc8bdd
CMYK Percentages of Color #fc8bdd
Complementary Color
#fc8bdd | #8bfcaa |
#fc8bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc8bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc8bdd Color CSS Codes
.mybgcolor {background-color:#fc8bdd; } .myforecolor {color:#fc8bdd; } .mybordercolor {border:3px solid #fc8bdd; }
#fc8bdd Text Font Color
<p style="color:#fc8bdd">Text here</p>
This sample text font color is #fc8bdd
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.
#fc8bdd Background Color
<div style="background-color:#fc8bdd">
Div content here</div>
This div background color is #fc8bdd
#fc8bdd Border Color
<div style="border:3px solid #fc8bdd">
Div here</div>
This div border color is #fc8bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,139,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc8bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc8bdd; -webkit-box-shadow: 1px 1px 3px 2px #fc8bdd; box-shadow: 1px 1px 3px 2px #fc8bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,139,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc8bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc8bdd; -webkit-box-shadow: 1px 1px 3px 2px #fc8bdd; box-shadow: 1px 1px 3px 2px #fc8bdd;">
Div content here</div>
This div box has shadow with color #fc8bdd
Comments
No comments written yet.
Please login to write comment.