Color spaces of #fb73cb
RGB | 251 | 115 | 203 |
---|---|---|---|
HSL | 0.89 | 0.94 | 0.72 |
HSV | 321° | 54° | 98° |
CMYK | 0.00 | 0.54 | 0.19 0.02 |
XYZ | 56.6939 | 37.0825 | 60.6695 |
Yxy | 37.0825 | 0.3671 | 0.2401 |
Hunter Lab | 60.8954 | 59.6174 | -16.4433 |
CIE-Lab | 67.3389 | 61.6714 | -20.8884 |
#fb73cb color RGB value is (251,115,203).
#fb73cb hex color red value is 251, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fb73cb hue: 0.89 , saturation: 0.94 and the lightness value of fb73cb is 0.72.
The process color (four color CMYK) of #fb73cb color hex is 0.00, 0.54, 0.19, 0.02. Web safe color of #fb73cb is #ff66cc. Color #fb73cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01110011 | 11001011 |
Octal | 373 | 163 | 313 |
Decimal | 251 | 115 | 203 |
Hex | FB | 73 | CB |
Shades of #fb73cb
Tints of #fb73cb
RGB Percentages of Color #fb73cb
CMYK Percentages of Color #fb73cb
Complementary Color
#fb73cb | #73fba3 |
#fb73cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb73cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb73cb Color CSS Codes
.mybgcolor {background-color:#fb73cb; } .myforecolor {color:#fb73cb; } .mybordercolor {border:3px solid #fb73cb; }
#fb73cb Text Font Color
<p style="color:#fb73cb">Text here</p>
This sample text font color is #fb73cb
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.
#fb73cb Background Color
<div style="background-color:#fb73cb">
Div content here</div>
This div background color is #fb73cb
#fb73cb Border Color
<div style="border:3px solid #fb73cb">
Div here</div>
This div border color is #fb73cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,115,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb73cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb73cb; -webkit-box-shadow: 1px 1px 3px 2px #fb73cb; box-shadow: 1px 1px 3px 2px #fb73cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,115,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 #fb73cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb73cb; -webkit-box-shadow: 1px 1px 3px 2px #fb73cb; box-shadow: 1px 1px 3px 2px #fb73cb;">
Div content here</div>
This div box has shadow with color #fb73cb
Comments
No comments written yet.
Please login to write comment.