Color spaces of #bb6caf
RGB | 187 | 108 | 175 |
---|---|---|---|
HSL | 0.86 | 0.37 | 0.58 |
HSV | 309° | 42° | 73° |
CMYK | 0.00 | 0.42 | 0.06 0.27 |
XYZ | 33.5939 | 24.3851 | 43.4936 |
Yxy | 24.3851 | 0.3311 | 0.2403 |
Hunter Lab | 49.3813 | 35.0157 | -17.6540 |
CIE-Lab | 56.4713 | 41.1409 | -22.3435 |
#bb6caf color RGB value is (187,108,175).
#bb6caf hex color red value is 187, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb6caf hue: 0.86 , saturation: 0.37 and the lightness value of bb6caf is 0.58.
The process color (four color CMYK) of #bb6caf color hex is 0.00, 0.42, 0.06, 0.27. Web safe color of #bb6caf is #cc6699. Color #bb6caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01101100 | 10101111 |
Octal | 273 | 154 | 257 |
Decimal | 187 | 108 | 175 |
Hex | BB | 6C | AF |
Shades of #bb6caf
Tints of #bb6caf
RGB Percentages of Color #bb6caf
CMYK Percentages of Color #bb6caf
Complementary Color
#bb6caf | #6cbb78 |
#bb6caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb6caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb6caf Color CSS Codes
.mybgcolor {background-color:#bb6caf; } .myforecolor {color:#bb6caf; } .mybordercolor {border:3px solid #bb6caf; }
#bb6caf Text Font Color
<p style="color:#bb6caf">Text here</p>
This sample text font color is #bb6caf
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.
#bb6caf Background Color
<div style="background-color:#bb6caf">
Div content here</div>
This div background color is #bb6caf
#bb6caf Border Color
<div style="border:3px solid #bb6caf">
Div here</div>
This div border color is #bb6caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,108,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb6caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb6caf; -webkit-box-shadow: 1px 1px 3px 2px #bb6caf; box-shadow: 1px 1px 3px 2px #bb6caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,108,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb6caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb6caf; -webkit-box-shadow: 1px 1px 3px 2px #bb6caf; box-shadow: 1px 1px 3px 2px #bb6caf;">
Div content here</div>
This div box has shadow with color #bb6caf
Comments
No comments written yet.
Please login to write comment.