Color spaces of #bb28db
RGB | 187 | 40 | 219 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.51 |
HSV | 289° | 82° | 86° |
CMYK | 0.15 | 0.82 | 0.00 0.14 |
XYZ | 34.0385 | 17.1969 | 68.5431 |
Yxy | 17.1969 | 0.2842 | 0.1436 |
Hunter Lab | 41.4691 | 73.9445 | -68.9703 |
CIE-Lab | 48.5072 | 77.0218 | -60.1888 |
#bb28db color RGB value is (187,40,219).
#bb28db hex color red value is 187, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb28db hue: 0.80 , saturation: 0.71 and the lightness value of bb28db is 0.51.
The process color (four color CMYK) of #bb28db color hex is 0.15, 0.82, 0.00, 0.14. Web safe color of #bb28db is #cc33cc. Color #bb28db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00101000 | 11011011 |
Octal | 273 | 50 | 333 |
Decimal | 187 | 40 | 219 |
Hex | BB | 28 | DB |
Shades of #bb28db
Tints of #bb28db
RGB Percentages of Color #bb28db
CMYK Percentages of Color #bb28db
Complementary Color
#bb28db | #48db28 |
#bb28db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb28db Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb28db Color CSS Codes
.mybgcolor {background-color:#bb28db; } .myforecolor {color:#bb28db; } .mybordercolor {border:3px solid #bb28db; }
#bb28db Text Font Color
<p style="color:#bb28db">Text here</p>
This sample text font color is #bb28db
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.
#bb28db Background Color
<div style="background-color:#bb28db">
Div content here</div>
This div background color is #bb28db
#bb28db Border Color
<div style="border:3px solid #bb28db">
Div here</div>
This div border color is #bb28db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,40,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb28db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb28db; -webkit-box-shadow: 1px 1px 3px 2px #bb28db; box-shadow: 1px 1px 3px 2px #bb28db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,40,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb28db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb28db; -webkit-box-shadow: 1px 1px 3px 2px #bb28db; box-shadow: 1px 1px 3px 2px #bb28db;">
Div content here</div>
This div box has shadow with color #bb28db
Comments
No comments written yet.
Please login to write comment.