Color spaces of #bb40dc
RGB | 187 | 64 | 220 |
---|---|---|---|
HSL | 0.80 | 0.69 | 0.56 |
HSV | 287° | 71° | 86° |
CMYK | 0.15 | 0.71 | 0.00 0.14 |
XYZ | 35.2452 | 19.3989 | 69.5969 |
Yxy | 19.3989 | 0.2837 | 0.1561 |
Hunter Lab | 44.0442 | 65.7626 | -62.8568 |
CIE-Lab | 51.1507 | 69.7747 | -56.5050 |
#bb40dc color RGB value is (187,64,220).
#bb40dc hex color red value is 187, green value is 64 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb40dc hue: 0.80 , saturation: 0.69 and the lightness value of bb40dc is 0.56.
The process color (four color CMYK) of #bb40dc color hex is 0.15, 0.71, 0.00, 0.14. Web safe color of #bb40dc is #cc33cc. Color #bb40dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01000000 | 11011100 |
Octal | 273 | 100 | 334 |
Decimal | 187 | 64 | 220 |
Hex | BB | 40 | DC |
Shades of #bb40dc
Tints of #bb40dc
RGB Percentages of Color #bb40dc
CMYK Percentages of Color #bb40dc
Complementary Color
#bb40dc | #61dc40 |
#bb40dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb40dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb40dc Color CSS Codes
.mybgcolor {background-color:#bb40dc; } .myforecolor {color:#bb40dc; } .mybordercolor {border:3px solid #bb40dc; }
#bb40dc Text Font Color
<p style="color:#bb40dc">Text here</p>
This sample text font color is #bb40dc
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.
#bb40dc Background Color
<div style="background-color:#bb40dc">
Div content here</div>
This div background color is #bb40dc
#bb40dc Border Color
<div style="border:3px solid #bb40dc">
Div here</div>
This div border color is #bb40dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,64,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb40dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb40dc; -webkit-box-shadow: 1px 1px 3px 2px #bb40dc; box-shadow: 1px 1px 3px 2px #bb40dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,64,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb40dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb40dc; -webkit-box-shadow: 1px 1px 3px 2px #bb40dc; box-shadow: 1px 1px 3px 2px #bb40dc;">
Div content here</div>
This div box has shadow with color #bb40dc
Comments
No comments written yet.
Please login to write comment.