Color spaces of #f59bfb
RGB | 245 | 155 | 251 |
---|---|---|---|
HSL | 0.82 | 0.92 | 0.80 |
HSV | 296° | 38° | 98° |
CMYK | 0.02 | 0.38 | 0.00 0.02 |
XYZ | 66.7901 | 49.8202 | 97.3628 |
Yxy | 49.8202 | 0.3121 | 0.2328 |
Hunter Lab | 70.5834 | 45.3860 | -32.3762 |
CIE-Lab | 75.9588 | 48.1493 | -34.1323 |
#f59bfb color RGB value is (245,155,251).
#f59bfb hex color red value is 245, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f59bfb hue: 0.82 , saturation: 0.92 and the lightness value of f59bfb is 0.80.
The process color (four color CMYK) of #f59bfb color hex is 0.02, 0.38, 0.00, 0.02. Web safe color of #f59bfb is #ff99ff. Color #f59bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10011011 | 11111011 |
Octal | 365 | 233 | 373 |
Decimal | 245 | 155 | 251 |
Hex | F5 | 9B | FB |
Shades of #f59bfb
Tints of #f59bfb
RGB Percentages of Color #f59bfb
CMYK Percentages of Color #f59bfb
Complementary Color
#f59bfb | #a1fb9b |
#f59bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f59bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f59bfb Color CSS Codes
.mybgcolor {background-color:#f59bfb; } .myforecolor {color:#f59bfb; } .mybordercolor {border:3px solid #f59bfb; }
#f59bfb Text Font Color
<p style="color:#f59bfb">Text here</p>
This sample text font color is #f59bfb
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.
#f59bfb Background Color
<div style="background-color:#f59bfb">
Div content here</div>
This div background color is #f59bfb
#f59bfb Border Color
<div style="border:3px solid #f59bfb">
Div here</div>
This div border color is #f59bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,155,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f59bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f59bfb; -webkit-box-shadow: 1px 1px 3px 2px #f59bfb; box-shadow: 1px 1px 3px 2px #f59bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,155,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f59bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f59bfb; -webkit-box-shadow: 1px 1px 3px 2px #f59bfb; box-shadow: 1px 1px 3px 2px #f59bfb;">
Div content here</div>
This div box has shadow with color #f59bfb
Related Colors
#f59bfb Color Palettes
Comments
No comments written yet.
Please login to write comment.