Color spaces of #f80bad
RGB | 248 | 11 | 173 |
---|---|---|---|
HSL | 0.89 | 0.94 | 0.51 |
HSV | 319° | 96° | 97° |
CMYK | 0.00 | 0.96 | 0.30 0.03 |
XYZ | 46.3739 | 23.2129 | 41.5715 |
Yxy | 23.2129 | 0.4172 | 0.2088 |
Hunter Lab | 48.1798 | 87.4949 | -17.4320 |
CIE-Lab | 55.2910 | 86.3355 | -22.1760 |
#f80bad color RGB value is (248,11,173).
#f80bad hex color red value is 248, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f80bad hue: 0.89 , saturation: 0.94 and the lightness value of f80bad is 0.51.
The process color (four color CMYK) of #f80bad color hex is 0.00, 0.96, 0.30, 0.03. Web safe color of #f80bad is #ff0099. Color #f80bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00001011 | 10101101 |
Octal | 370 | 13 | 255 |
Decimal | 248 | 11 | 173 |
Hex | F8 | B | AD |
Shades of #f80bad
Tints of #f80bad
RGB Percentages of Color #f80bad
CMYK Percentages of Color #f80bad
Complementary Color
#f80bad | #0bf856 |
#f80bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f80bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#f80bad Color CSS Codes
.mybgcolor {background-color:#f80bad; } .myforecolor {color:#f80bad; } .mybordercolor {border:3px solid #f80bad; }
#f80bad Text Font Color
<p style="color:#f80bad">Text here</p>
This sample text font color is #f80bad
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.
#f80bad Background Color
<div style="background-color:#f80bad">
Div content here</div>
This div background color is #f80bad
#f80bad Border Color
<div style="border:3px solid #f80bad">
Div here</div>
This div border color is #f80bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,11,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f80bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f80bad; -webkit-box-shadow: 1px 1px 3px 2px #f80bad; box-shadow: 1px 1px 3px 2px #f80bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,11,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f80bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f80bad; -webkit-box-shadow: 1px 1px 3px 2px #f80bad; box-shadow: 1px 1px 3px 2px #f80bad;">
Div content here</div>
This div box has shadow with color #f80bad
Comments
No comments written yet.
Please login to write comment.