Color spaces of #f83bdd
RGB | 248 | 59 | 221 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.60 |
HSV | 309° | 76° | 97° |
CMYK | 0.00 | 0.76 | 0.11 0.03 |
XYZ | 53.3265 | 28.3048 | 71.0594 |
Yxy | 28.3048 | 0.3492 | 0.1854 |
Hunter Lab | 53.2023 | 85.8129 | -41.9489 |
CIE-Lab | 60.1631 | 84.0977 | -42.1647 |
#f83bdd color RGB value is (248,59,221).
#f83bdd hex color red value is 248, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f83bdd hue: 0.86 , saturation: 0.93 and the lightness value of f83bdd is 0.60.
The process color (four color CMYK) of #f83bdd color hex is 0.00, 0.76, 0.11, 0.03. Web safe color of #f83bdd is #ff33cc. Color #f83bdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00111011 | 11011101 |
Octal | 370 | 73 | 335 |
Decimal | 248 | 59 | 221 |
Hex | F8 | 3B | DD |
Shades of #f83bdd
Tints of #f83bdd
RGB Percentages of Color #f83bdd
CMYK Percentages of Color #f83bdd
Complementary Color
#f83bdd | #3bf856 |
#f83bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f83bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f83bdd Color CSS Codes
.mybgcolor {background-color:#f83bdd; } .myforecolor {color:#f83bdd; } .mybordercolor {border:3px solid #f83bdd; }
#f83bdd Text Font Color
<p style="color:#f83bdd">Text here</p>
This sample text font color is #f83bdd
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.
#f83bdd Background Color
<div style="background-color:#f83bdd">
Div content here</div>
This div background color is #f83bdd
#f83bdd Border Color
<div style="border:3px solid #f83bdd">
Div here</div>
This div border color is #f83bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,59,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f83bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f83bdd; -webkit-box-shadow: 1px 1px 3px 2px #f83bdd; box-shadow: 1px 1px 3px 2px #f83bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,59,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 #f83bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f83bdd; -webkit-box-shadow: 1px 1px 3px 2px #f83bdd; box-shadow: 1px 1px 3px 2px #f83bdd;">
Div content here</div>
This div box has shadow with color #f83bdd
Comments
No comments written yet.
Please login to write comment.