Color spaces of #bb64ea
RGB | 187 | 100 | 234 |
---|---|---|---|
HSL | 0.77 | 0.76 | 0.65 |
HSV | 279° | 57° | 92° |
CMYK | 0.20 | 0.57 | 0.00 0.08 |
XYZ | 39.9020 | 25.6197 | 80.6839 |
Yxy | 25.6197 | 0.2729 | 0.1752 |
Hunter Lab | 50.6159 | 52.1389 | -59.0796 |
CIE-Lab | 57.6743 | 56.8265 | -53.9588 |
#bb64ea color RGB value is (187,100,234).
#bb64ea hex color red value is 187, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bb64ea hue: 0.77 , saturation: 0.76 and the lightness value of bb64ea is 0.65.
The process color (four color CMYK) of #bb64ea color hex is 0.20, 0.57, 0.00, 0.08. Web safe color of #bb64ea is #cc66ff. Color #bb64ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01100100 | 11101010 |
Octal | 273 | 144 | 352 |
Decimal | 187 | 100 | 234 |
Hex | BB | 64 | EA |
Shades of #bb64ea
Tints of #bb64ea
RGB Percentages of Color #bb64ea
CMYK Percentages of Color #bb64ea
Complementary Color
#bb64ea | #93ea64 |
#bb64ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb64ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb64ea Color CSS Codes
.mybgcolor {background-color:#bb64ea; } .myforecolor {color:#bb64ea; } .mybordercolor {border:3px solid #bb64ea; }
#bb64ea Text Font Color
<p style="color:#bb64ea">Text here</p>
This sample text font color is #bb64ea
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.
#bb64ea Background Color
<div style="background-color:#bb64ea">
Div content here</div>
This div background color is #bb64ea
#bb64ea Border Color
<div style="border:3px solid #bb64ea">
Div here</div>
This div border color is #bb64ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,100,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb64ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb64ea; -webkit-box-shadow: 1px 1px 3px 2px #bb64ea; box-shadow: 1px 1px 3px 2px #bb64ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,100,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 #bb64ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb64ea; -webkit-box-shadow: 1px 1px 3px 2px #bb64ea; box-shadow: 1px 1px 3px 2px #bb64ea;">
Div content here</div>
This div box has shadow with color #bb64ea
Comments
No comments written yet.
Please login to write comment.