Color spaces of #bb6ccd
RGB | 187 | 108 | 205 |
---|---|---|---|
HSL | 0.80 | 0.49 | 0.61 |
HSV | 289° | 47° | 80° |
CMYK | 0.09 | 0.47 | 0.00 0.20 |
XYZ | 36.8755 | 25.6977 | 60.7742 |
Yxy | 25.6977 | 0.2990 | 0.2083 |
Hunter Lab | 50.6929 | 41.1336 | -35.5960 |
CIE-Lab | 57.7490 | 46.7891 | -37.5173 |
#bb6ccd color RGB value is (187,108,205).
#bb6ccd hex color red value is 187, green value is 108 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bb6ccd hue: 0.80 , saturation: 0.49 and the lightness value of bb6ccd is 0.61.
The process color (four color CMYK) of #bb6ccd color hex is 0.09, 0.47, 0.00, 0.20. Web safe color of #bb6ccd is #cc66cc. Color #bb6ccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01101100 | 11001101 |
Octal | 273 | 154 | 315 |
Decimal | 187 | 108 | 205 |
Hex | BB | 6C | CD |
Shades of #bb6ccd
Tints of #bb6ccd
RGB Percentages of Color #bb6ccd
CMYK Percentages of Color #bb6ccd
Complementary Color
#bb6ccd | #7ecd6c |
#bb6ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb6ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb6ccd Color CSS Codes
.mybgcolor {background-color:#bb6ccd; } .myforecolor {color:#bb6ccd; } .mybordercolor {border:3px solid #bb6ccd; }
#bb6ccd Text Font Color
<p style="color:#bb6ccd">Text here</p>
This sample text font color is #bb6ccd
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.
#bb6ccd Background Color
<div style="background-color:#bb6ccd">
Div content here</div>
This div background color is #bb6ccd
#bb6ccd Border Color
<div style="border:3px solid #bb6ccd">
Div here</div>
This div border color is #bb6ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,108,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb6ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb6ccd; -webkit-box-shadow: 1px 1px 3px 2px #bb6ccd; box-shadow: 1px 1px 3px 2px #bb6ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,108,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb6ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb6ccd; -webkit-box-shadow: 1px 1px 3px 2px #bb6ccd; box-shadow: 1px 1px 3px 2px #bb6ccd;">
Div content here</div>
This div box has shadow with color #bb6ccd
Comments
No comments written yet.
Please login to write comment.