Color spaces of #b551ec
RGB | 181 | 81 | 236 |
---|---|---|---|
HSL | 0.77 | 0.80 | 0.62 |
HSV | 279° | 66° | 93° |
CMYK | 0.23 | 0.66 | 0.00 0.07 |
XYZ | 37.1388 | 21.7647 | 81.6005 |
Yxy | 21.7647 | 0.2643 | 0.1549 |
Hunter Lab | 46.6527 | 60.4564 | -71.0477 |
CIE-Lab | 53.7765 | 64.7780 | -61.3620 |
#b551ec color RGB value is (181,81,236).
#b551ec hex color red value is 181, green value is 81 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b551ec hue: 0.77 , saturation: 0.80 and the lightness value of b551ec is 0.62.
The process color (four color CMYK) of #b551ec color hex is 0.23, 0.66, 0.00, 0.07. Web safe color of #b551ec is #cc66ff. Color #b551ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01010001 | 11101100 |
Octal | 265 | 121 | 354 |
Decimal | 181 | 81 | 236 |
Hex | B5 | 51 | EC |
Shades of #b551ec
Tints of #b551ec
RGB Percentages of Color #b551ec
CMYK Percentages of Color #b551ec
Complementary Color
#b551ec | #88ec51 |
#b551ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b551ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b551ec Color CSS Codes
.mybgcolor {background-color:#b551ec; } .myforecolor {color:#b551ec; } .mybordercolor {border:3px solid #b551ec; }
#b551ec Text Font Color
<p style="color:#b551ec">Text here</p>
This sample text font color is #b551ec
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.
#b551ec Background Color
<div style="background-color:#b551ec">
Div content here</div>
This div background color is #b551ec
#b551ec Border Color
<div style="border:3px solid #b551ec">
Div here</div>
This div border color is #b551ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,81,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b551ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b551ec; -webkit-box-shadow: 1px 1px 3px 2px #b551ec; box-shadow: 1px 1px 3px 2px #b551ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,81,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b551ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b551ec; -webkit-box-shadow: 1px 1px 3px 2px #b551ec; box-shadow: 1px 1px 3px 2px #b551ec;">
Div content here</div>
This div box has shadow with color #b551ec
Comments
No comments written yet.
Please login to write comment.