Color spaces of #f83bef
RGB | 248 | 59 | 239 |
---|---|---|---|
HSL | 0.84 | 0.93 | 0.60 |
HSV | 303° | 76° | 97° |
CMYK | 0.00 | 0.76 | 0.04 0.03 |
XYZ | 55.8554 | 29.3164 | 84.3761 |
Yxy | 29.3164 | 0.3294 | 0.1729 |
Hunter Lab | 54.1446 | 89.3869 | -54.4932 |
CIE-Lab | 61.0599 | 86.6508 | -50.8413 |
#f83bef color RGB value is (248,59,239).
#f83bef hex color red value is 248, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f83bef hue: 0.84 , saturation: 0.93 and the lightness value of f83bef is 0.60.
The process color (four color CMYK) of #f83bef color hex is 0.00, 0.76, 0.04, 0.03. Web safe color of #f83bef is #ff33ff. Color #f83bef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00111011 | 11101111 |
Octal | 370 | 73 | 357 |
Decimal | 248 | 59 | 239 |
Hex | F8 | 3B | EF |
Shades of #f83bef
Tints of #f83bef
RGB Percentages of Color #f83bef
CMYK Percentages of Color #f83bef
Complementary Color
#f83bef | #3bf844 |
#f83bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f83bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#f83bef Color CSS Codes
.mybgcolor {background-color:#f83bef; } .myforecolor {color:#f83bef; } .mybordercolor {border:3px solid #f83bef; }
#f83bef Text Font Color
<p style="color:#f83bef">Text here</p>
This sample text font color is #f83bef
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.
#f83bef Background Color
<div style="background-color:#f83bef">
Div content here</div>
This div background color is #f83bef
#f83bef Border Color
<div style="border:3px solid #f83bef">
Div here</div>
This div border color is #f83bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,59,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f83bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f83bef; -webkit-box-shadow: 1px 1px 3px 2px #f83bef; box-shadow: 1px 1px 3px 2px #f83bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,59,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f83bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f83bef; -webkit-box-shadow: 1px 1px 3px 2px #f83bef; box-shadow: 1px 1px 3px 2px #f83bef;">
Div content here</div>
This div box has shadow with color #f83bef
Comments
No comments written yet.
Please login to write comment.