Color spaces of #bb38ea
RGB | 187 | 56 | 234 |
---|---|---|---|
HSL | 0.79 | 0.81 | 0.57 |
HSV | 284° | 76° | 92° |
CMYK | 0.20 | 0.76 | 0.00 0.08 |
XYZ | 36.7590 | 19.3337 | 79.6363 |
Yxy | 19.3337 | 0.2708 | 0.1424 |
Hunter Lab | 43.9701 | 72.2783 | -76.6038 |
CIE-Lab | 51.0754 | 75.1703 | -64.5496 |
#bb38ea color RGB value is (187,56,234).
#bb38ea hex color red value is 187, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bb38ea hue: 0.79 , saturation: 0.81 and the lightness value of bb38ea is 0.57.
The process color (four color CMYK) of #bb38ea color hex is 0.20, 0.76, 0.00, 0.08. Web safe color of #bb38ea is #cc33ff. Color #bb38ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00111000 | 11101010 |
Octal | 273 | 70 | 352 |
Decimal | 187 | 56 | 234 |
Hex | BB | 38 | EA |
Shades of #bb38ea
Tints of #bb38ea
RGB Percentages of Color #bb38ea
CMYK Percentages of Color #bb38ea
Complementary Color
#bb38ea | #67ea38 |
#bb38ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb38ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb38ea Color CSS Codes
.mybgcolor {background-color:#bb38ea; } .myforecolor {color:#bb38ea; } .mybordercolor {border:3px solid #bb38ea; }
#bb38ea Text Font Color
<p style="color:#bb38ea">Text here</p>
This sample text font color is #bb38ea
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.
#bb38ea Background Color
<div style="background-color:#bb38ea">
Div content here</div>
This div background color is #bb38ea
#bb38ea Border Color
<div style="border:3px solid #bb38ea">
Div here</div>
This div border color is #bb38ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,56,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb38ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb38ea; -webkit-box-shadow: 1px 1px 3px 2px #bb38ea; box-shadow: 1px 1px 3px 2px #bb38ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,56,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb38ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb38ea; -webkit-box-shadow: 1px 1px 3px 2px #bb38ea; box-shadow: 1px 1px 3px 2px #bb38ea;">
Div content here</div>
This div box has shadow with color #bb38ea
Comments
No comments written yet.
Please login to write comment.