Color spaces of #b557ff
RGB | 181 | 87 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.67 |
HSV | 274° | 66° | 100° |
CMYK | 0.29 | 0.66 | 0.00 0.00 |
XYZ | 40.5143 | 23.8601 | 97.0779 |
Yxy | 23.8601 | 0.2509 | 0.1478 |
Hunter Lab | 48.8468 | 62.5688 | -83.6399 |
CIE-Lab | 55.9475 | 66.1751 | -68.4465 |
#b557ff color RGB value is (181,87,255).
#b557ff hex color red value is 181, green value is 87 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b557ff hue: 0.76 , saturation: 1.00 and the lightness value of b557ff is 0.67.
The process color (four color CMYK) of #b557ff color hex is 0.29, 0.66, 0.00, 0.00. Web safe color of #b557ff is #cc66ff. Color #b557ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01010111 | 11111111 |
Octal | 265 | 127 | 377 |
Decimal | 181 | 87 | 255 |
Hex | B5 | 57 | FF |
Shades of #b557ff
Tints of #b557ff
RGB Percentages of Color #b557ff
CMYK Percentages of Color #b557ff
Complementary Color
#b557ff | #a1ff57 |
#b557ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b557ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b557ff Color CSS Codes
.mybgcolor {background-color:#b557ff; } .myforecolor {color:#b557ff; } .mybordercolor {border:3px solid #b557ff; }
#b557ff Text Font Color
<p style="color:#b557ff">Text here</p>
This sample text font color is #b557ff
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.
#b557ff Background Color
<div style="background-color:#b557ff">
Div content here</div>
This div background color is #b557ff
#b557ff Border Color
<div style="border:3px solid #b557ff">
Div here</div>
This div border color is #b557ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,87,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b557ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b557ff; -webkit-box-shadow: 1px 1px 3px 2px #b557ff; box-shadow: 1px 1px 3px 2px #b557ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,87,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 #b557ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b557ff; -webkit-box-shadow: 1px 1px 3px 2px #b557ff; box-shadow: 1px 1px 3px 2px #b557ff;">
Div content here</div>
This div box has shadow with color #b557ff
Comments
No comments written yet.
Please login to write comment.