Color spaces of #bb94ce
RGB | 187 | 148 | 206 |
---|---|---|---|
HSL | 0.78 | 0.37 | 0.69 |
HSV | 280° | 28° | 81° |
CMYK | 0.09 | 0.28 | 0.00 0.19 |
XYZ | 42.2240 | 36.2008 | 63.1545 |
Yxy | 36.2008 | 0.2982 | 0.2557 |
Hunter Lab | 60.1671 | 19.9751 | -20.1169 |
CIE-Lab | 66.6731 | 25.1644 | -24.2533 |
#bb94ce color RGB value is (187,148,206).
#bb94ce hex color red value is 187, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb94ce hue: 0.78 , saturation: 0.37 and the lightness value of bb94ce is 0.69.
The process color (four color CMYK) of #bb94ce color hex is 0.09, 0.28, 0.00, 0.19. Web safe color of #bb94ce is #cc99cc. Color #bb94ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10010100 | 11001110 |
Octal | 273 | 224 | 316 |
Decimal | 187 | 148 | 206 |
Hex | BB | 94 | CE |
Shades of #bb94ce
Tints of #bb94ce
RGB Percentages of Color #bb94ce
CMYK Percentages of Color #bb94ce
Complementary Color
#bb94ce | #a7ce94 |
#bb94ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb94ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb94ce Color CSS Codes
.mybgcolor {background-color:#bb94ce; } .myforecolor {color:#bb94ce; } .mybordercolor {border:3px solid #bb94ce; }
#bb94ce Text Font Color
<p style="color:#bb94ce">Text here</p>
This sample text font color is #bb94ce
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.
#bb94ce Background Color
<div style="background-color:#bb94ce">
Div content here</div>
This div background color is #bb94ce
#bb94ce Border Color
<div style="border:3px solid #bb94ce">
Div here</div>
This div border color is #bb94ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,148,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb94ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb94ce; -webkit-box-shadow: 1px 1px 3px 2px #bb94ce; box-shadow: 1px 1px 3px 2px #bb94ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,148,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb94ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb94ce; -webkit-box-shadow: 1px 1px 3px 2px #bb94ce; box-shadow: 1px 1px 3px 2px #bb94ce;">
Div content here</div>
This div box has shadow with color #bb94ce
Comments
No comments written yet.
Please login to write comment.