Color spaces of #bf49fb
RGB | 191 | 73 | 251 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.64 |
HSV | 280° | 71° | 98° |
CMYK | 0.24 | 0.71 | 0.00 0.02 |
XYZ | 41.2810 | 22.8065 | 93.4931 |
Yxy | 22.8065 | 0.2620 | 0.1447 |
Hunter Lab | 47.7562 | 70.7243 | -82.6438 |
CIE-Lab | 54.8725 | 73.1675 | -67.9007 |
#bf49fb color RGB value is (191,73,251).
#bf49fb hex color red value is 191, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bf49fb hue: 0.78 , saturation: 0.96 and the lightness value of bf49fb is 0.64.
The process color (four color CMYK) of #bf49fb color hex is 0.24, 0.71, 0.00, 0.02. Web safe color of #bf49fb is #cc33ff. Color #bf49fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01001001 | 11111011 |
Octal | 277 | 111 | 373 |
Decimal | 191 | 73 | 251 |
Hex | BF | 49 | FB |
Shades of #bf49fb
Tints of #bf49fb
RGB Percentages of Color #bf49fb
CMYK Percentages of Color #bf49fb
Complementary Color
#bf49fb | #85fb49 |
#bf49fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf49fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf49fb Color CSS Codes
.mybgcolor {background-color:#bf49fb; } .myforecolor {color:#bf49fb; } .mybordercolor {border:3px solid #bf49fb; }
#bf49fb Text Font Color
<p style="color:#bf49fb">Text here</p>
This sample text font color is #bf49fb
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.
#bf49fb Background Color
<div style="background-color:#bf49fb">
Div content here</div>
This div background color is #bf49fb
#bf49fb Border Color
<div style="border:3px solid #bf49fb">
Div here</div>
This div border color is #bf49fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,73,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf49fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf49fb; -webkit-box-shadow: 1px 1px 3px 2px #bf49fb; box-shadow: 1px 1px 3px 2px #bf49fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,73,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 #bf49fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf49fb; -webkit-box-shadow: 1px 1px 3px 2px #bf49fb; box-shadow: 1px 1px 3px 2px #bf49fb;">
Div content here</div>
This div box has shadow with color #bf49fb
Comments
No comments written yet.
Please login to write comment.