Color spaces of #b540ff
RGB | 181 | 64 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.63 |
HSV | 277° | 75° | 100° |
CMYK | 0.29 | 0.75 | 0.00 0.00 |
XYZ | 38.9395 | 20.7105 | 96.5529 |
Yxy | 20.7105 | 0.2493 | 0.1326 |
Hunter Lab | 45.5088 | 73.0928 | -93.9354 |
CIE-Lab | 52.6312 | 75.5292 | -73.8165 |
#b540ff color RGB value is (181,64,255).
#b540ff hex color red value is 181, green value is 64 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b540ff hue: 0.77 , saturation: 1.00 and the lightness value of b540ff is 0.63.
The process color (four color CMYK) of #b540ff color hex is 0.29, 0.75, 0.00, 0.00. Web safe color of #b540ff is #cc33ff. Color #b540ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01000000 | 11111111 |
Octal | 265 | 100 | 377 |
Decimal | 181 | 64 | 255 |
Hex | B5 | 40 | FF |
Shades of #b540ff
Tints of #b540ff
RGB Percentages of Color #b540ff
CMYK Percentages of Color #b540ff
Complementary Color
#b540ff | #8aff40 |
#b540ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b540ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b540ff Color CSS Codes
.mybgcolor {background-color:#b540ff; } .myforecolor {color:#b540ff; } .mybordercolor {border:3px solid #b540ff; }
#b540ff Text Font Color
<p style="color:#b540ff">Text here</p>
This sample text font color is #b540ff
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.
#b540ff Background Color
<div style="background-color:#b540ff">
Div content here</div>
This div background color is #b540ff
#b540ff Border Color
<div style="border:3px solid #b540ff">
Div here</div>
This div border color is #b540ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,64,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b540ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b540ff; -webkit-box-shadow: 1px 1px 3px 2px #b540ff; box-shadow: 1px 1px 3px 2px #b540ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,64,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b540ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b540ff; -webkit-box-shadow: 1px 1px 3px 2px #b540ff; box-shadow: 1px 1px 3px 2px #b540ff;">
Div content here</div>
This div box has shadow with color #b540ff
Comments
No comments written yet.
Please login to write comment.