Color spaces of #bb17ae
RGB | 187 | 23 | 174 |
---|---|---|---|
HSL | 0.85 | 0.78 | 0.41 |
HSV | 305° | 88° | 73° |
CMYK | 0.00 | 0.88 | 0.07 0.27 |
XYZ | 28.4399 | 14.2336 | 41.2928 |
Yxy | 14.2336 | 0.3387 | 0.1695 |
Hunter Lab | 37.7274 | 68.5348 | -38.4839 |
CIE-Lab | 44.5661 | 73.3651 | -40.3422 |
#bb17ae color RGB value is (187,23,174).
#bb17ae hex color red value is 187, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb17ae hue: 0.85 , saturation: 0.78 and the lightness value of bb17ae is 0.41.
The process color (four color CMYK) of #bb17ae color hex is 0.00, 0.88, 0.07, 0.27. Web safe color of #bb17ae is #cc0099. Color #bb17ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00010111 | 10101110 |
Octal | 273 | 27 | 256 |
Decimal | 187 | 23 | 174 |
Hex | BB | 17 | AE |
Shades of #bb17ae
Tints of #bb17ae
RGB Percentages of Color #bb17ae
CMYK Percentages of Color #bb17ae
Complementary Color
#bb17ae | #17bb24 |
#bb17ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb17ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb17ae Color CSS Codes
.mybgcolor {background-color:#bb17ae; } .myforecolor {color:#bb17ae; } .mybordercolor {border:3px solid #bb17ae; }
#bb17ae Text Font Color
<p style="color:#bb17ae">Text here</p>
This sample text font color is #bb17ae
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.
#bb17ae Background Color
<div style="background-color:#bb17ae">
Div content here</div>
This div background color is #bb17ae
#bb17ae Border Color
<div style="border:3px solid #bb17ae">
Div here</div>
This div border color is #bb17ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,23,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb17ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb17ae; -webkit-box-shadow: 1px 1px 3px 2px #bb17ae; box-shadow: 1px 1px 3px 2px #bb17ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,23,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb17ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb17ae; -webkit-box-shadow: 1px 1px 3px 2px #bb17ae; box-shadow: 1px 1px 3px 2px #bb17ae;">
Div content here</div>
This div box has shadow with color #bb17ae
Comments
No comments written yet.
Please login to write comment.