Color spaces of #bb23cb
RGB | 187 | 35 | 203 |
---|---|---|---|
HSL | 0.82 | 0.71 | 0.47 |
HSV | 294° | 83° | 80° |
CMYK | 0.08 | 0.83 | 0.00 0.20 |
XYZ | 31.8740 | 16.0787 | 57.9235 |
Yxy | 16.0787 | 0.3010 | 0.1519 |
Hunter Lab | 40.0983 | 71.7172 | -57.5780 |
CIE-Lab | 47.0776 | 75.4922 | -53.3002 |
#bb23cb color RGB value is (187,35,203).
#bb23cb hex color red value is 187, green value is 35 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb23cb hue: 0.82 , saturation: 0.71 and the lightness value of bb23cb is 0.47.
The process color (four color CMYK) of #bb23cb color hex is 0.08, 0.83, 0.00, 0.20. Web safe color of #bb23cb is #cc33cc. Color #bb23cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100011 | 11001011 |
Octal | 273 | 43 | 313 |
Decimal | 187 | 35 | 203 |
Hex | BB | 23 | CB |
Shades of #bb23cb
Tints of #bb23cb
RGB Percentages of Color #bb23cb
CMYK Percentages of Color #bb23cb
Complementary Color
#bb23cb | #33cb23 |
#bb23cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb23cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb23cb Color CSS Codes
.mybgcolor {background-color:#bb23cb; } .myforecolor {color:#bb23cb; } .mybordercolor {border:3px solid #bb23cb; }
#bb23cb Text Font Color
<p style="color:#bb23cb">Text here</p>
This sample text font color is #bb23cb
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.
#bb23cb Background Color
<div style="background-color:#bb23cb">
Div content here</div>
This div background color is #bb23cb
#bb23cb Border Color
<div style="border:3px solid #bb23cb">
Div here</div>
This div border color is #bb23cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,35,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb23cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb23cb; -webkit-box-shadow: 1px 1px 3px 2px #bb23cb; box-shadow: 1px 1px 3px 2px #bb23cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,35,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb23cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb23cb; -webkit-box-shadow: 1px 1px 3px 2px #bb23cb; box-shadow: 1px 1px 3px 2px #bb23cb;">
Div content here</div>
This div box has shadow with color #bb23cb
Comments
No comments written yet.
Please login to write comment.