Color spaces of #bb8cfb
RGB | 187 | 140 | 251 |
---|---|---|---|
HSL | 0.74 | 0.93 | 0.77 |
HSV | 265° | 44° | 98° |
CMYK | 0.25 | 0.44 | 0.00 0.02 |
XYZ | 47.2842 | 36.2860 | 95.7785 |
Yxy | 36.2860 | 0.2636 | 0.2023 |
Hunter Lab | 60.2379 | 34.6988 | -52.1049 |
CIE-Lab | 66.7379 | 39.5543 | -48.9796 |
#bb8cfb color RGB value is (187,140,251).
#bb8cfb hex color red value is 187, green value is 140 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb8cfb hue: 0.74 , saturation: 0.93 and the lightness value of bb8cfb is 0.77.
The process color (four color CMYK) of #bb8cfb color hex is 0.25, 0.44, 0.00, 0.02. Web safe color of #bb8cfb is #cc99ff. Color #bb8cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10001100 | 11111011 |
Octal | 273 | 214 | 373 |
Decimal | 187 | 140 | 251 |
Hex | BB | 8C | FB |
Shades of #bb8cfb
Tints of #bb8cfb
RGB Percentages of Color #bb8cfb
CMYK Percentages of Color #bb8cfb
Complementary Color
#bb8cfb | #ccfb8c |
#bb8cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb8cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb8cfb Color CSS Codes
.mybgcolor {background-color:#bb8cfb; } .myforecolor {color:#bb8cfb; } .mybordercolor {border:3px solid #bb8cfb; }
#bb8cfb Text Font Color
<p style="color:#bb8cfb">Text here</p>
This sample text font color is #bb8cfb
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.
#bb8cfb Background Color
<div style="background-color:#bb8cfb">
Div content here</div>
This div background color is #bb8cfb
#bb8cfb Border Color
<div style="border:3px solid #bb8cfb">
Div here</div>
This div border color is #bb8cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,140,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb8cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb8cfb; -webkit-box-shadow: 1px 1px 3px 2px #bb8cfb; box-shadow: 1px 1px 3px 2px #bb8cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,140,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 #bb8cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb8cfb; -webkit-box-shadow: 1px 1px 3px 2px #bb8cfb; box-shadow: 1px 1px 3px 2px #bb8cfb;">
Div content here</div>
This div box has shadow with color #bb8cfb
Comments
No comments written yet.
Please login to write comment.