Color spaces of #bb6ddb
RGB | 187 | 109 | 219 |
---|---|---|---|
HSL | 0.78 | 0.60 | 0.64 |
HSV | 283° | 50° | 86° |
CMYK | 0.15 | 0.50 | 0.00 0.14 |
XYZ | 38.7483 | 26.6165 | 70.1131 |
Yxy | 26.6165 | 0.2860 | 0.1965 |
Hunter Lab | 51.5912 | 43.7804 | -44.4621 |
CIE-Lab | 58.6177 | 49.1167 | -44.0558 |
#bb6ddb color RGB value is (187,109,219).
#bb6ddb hex color red value is 187, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb6ddb hue: 0.78 , saturation: 0.60 and the lightness value of bb6ddb is 0.64.
The process color (four color CMYK) of #bb6ddb color hex is 0.15, 0.50, 0.00, 0.14. Web safe color of #bb6ddb is #cc66cc. Color #bb6ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01101101 | 11011011 |
Octal | 273 | 155 | 333 |
Decimal | 187 | 109 | 219 |
Hex | BB | 6D | DB |
Shades of #bb6ddb
Tints of #bb6ddb
RGB Percentages of Color #bb6ddb
CMYK Percentages of Color #bb6ddb
Complementary Color
#bb6ddb | #8ddb6d |
#bb6ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb6ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb6ddb Color CSS Codes
.mybgcolor {background-color:#bb6ddb; } .myforecolor {color:#bb6ddb; } .mybordercolor {border:3px solid #bb6ddb; }
#bb6ddb Text Font Color
<p style="color:#bb6ddb">Text here</p>
This sample text font color is #bb6ddb
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.
#bb6ddb Background Color
<div style="background-color:#bb6ddb">
Div content here</div>
This div background color is #bb6ddb
#bb6ddb Border Color
<div style="border:3px solid #bb6ddb">
Div here</div>
This div border color is #bb6ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,109,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb6ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb6ddb; -webkit-box-shadow: 1px 1px 3px 2px #bb6ddb; box-shadow: 1px 1px 3px 2px #bb6ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,109,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb6ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb6ddb; -webkit-box-shadow: 1px 1px 3px 2px #bb6ddb; box-shadow: 1px 1px 3px 2px #bb6ddb;">
Div content here</div>
This div box has shadow with color #bb6ddb
Comments
No comments written yet.
Please login to write comment.