Color spaces of #bb18ab
RGB | 187 | 24 | 171 |
---|---|---|---|
HSL | 0.85 | 0.77 | 0.41 |
HSV | 306° | 87° | 73° |
CMYK | 0.00 | 0.87 | 0.09 0.27 |
XYZ | 28.1708 | 14.1583 | 39.7761 |
Yxy | 14.1583 | 0.3431 | 0.1724 |
Hunter Lab | 37.6275 | 67.7904 | -36.3363 |
CIE-Lab | 44.4591 | 72.7682 | -38.7321 |
#bb18ab color RGB value is (187,24,171).
#bb18ab hex color red value is 187, green value is 24 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb18ab hue: 0.85 , saturation: 0.77 and the lightness value of bb18ab is 0.41.
The process color (four color CMYK) of #bb18ab color hex is 0.00, 0.87, 0.09, 0.27. Web safe color of #bb18ab is #cc0099. Color #bb18ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00011000 | 10101011 |
Octal | 273 | 30 | 253 |
Decimal | 187 | 24 | 171 |
Hex | BB | 18 | AB |
Shades of #bb18ab
Tints of #bb18ab
RGB Percentages of Color #bb18ab
CMYK Percentages of Color #bb18ab
Complementary Color
#bb18ab | #18bb28 |
#bb18ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb18ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb18ab Color CSS Codes
.mybgcolor {background-color:#bb18ab; } .myforecolor {color:#bb18ab; } .mybordercolor {border:3px solid #bb18ab; }
#bb18ab Text Font Color
<p style="color:#bb18ab">Text here</p>
This sample text font color is #bb18ab
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.
#bb18ab Background Color
<div style="background-color:#bb18ab">
Div content here</div>
This div background color is #bb18ab
#bb18ab Border Color
<div style="border:3px solid #bb18ab">
Div here</div>
This div border color is #bb18ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,24,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb18ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb18ab; -webkit-box-shadow: 1px 1px 3px 2px #bb18ab; box-shadow: 1px 1px 3px 2px #bb18ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,24,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb18ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb18ab; -webkit-box-shadow: 1px 1px 3px 2px #bb18ab; box-shadow: 1px 1px 3px 2px #bb18ab;">
Div content here</div>
This div box has shadow with color #bb18ab
Comments
No comments written yet.
Please login to write comment.