Color spaces of #b15eda
RGB | 177 | 94 | 218 |
---|---|---|---|
HSL | 0.78 | 0.63 | 0.61 |
HSV | 280° | 57° | 85° |
CMYK | 0.19 | 0.57 | 0.00 0.15 |
XYZ | 34.7891 | 22.4145 | 68.8225 |
Yxy | 22.4145 | 0.2760 | 0.1779 |
Hunter Lab | 47.3440 | 48.3128 | -53.0473 |
CIE-Lab | 54.4641 | 53.9366 | -50.1509 |
#b15eda color RGB value is (177,94,218).
#b15eda hex color red value is 177, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b15eda hue: 0.78 , saturation: 0.63 and the lightness value of b15eda is 0.61.
The process color (four color CMYK) of #b15eda color hex is 0.19, 0.57, 0.00, 0.15. Web safe color of #b15eda is #9966cc. Color #b15eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01011110 | 11011010 |
Octal | 261 | 136 | 332 |
Decimal | 177 | 94 | 218 |
Hex | B1 | 5E | DA |
Shades of #b15eda
Tints of #b15eda
RGB Percentages of Color #b15eda
CMYK Percentages of Color #b15eda
Complementary Color
#b15eda | #87da5e |
#b15eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b15eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b15eda Color CSS Codes
.mybgcolor {background-color:#b15eda; } .myforecolor {color:#b15eda; } .mybordercolor {border:3px solid #b15eda; }
#b15eda Text Font Color
<p style="color:#b15eda">Text here</p>
This sample text font color is #b15eda
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.
#b15eda Background Color
<div style="background-color:#b15eda">
Div content here</div>
This div background color is #b15eda
#b15eda Border Color
<div style="border:3px solid #b15eda">
Div here</div>
This div border color is #b15eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,94,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b15eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b15eda; -webkit-box-shadow: 1px 1px 3px 2px #b15eda; box-shadow: 1px 1px 3px 2px #b15eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,94,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b15eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b15eda; -webkit-box-shadow: 1px 1px 3px 2px #b15eda; box-shadow: 1px 1px 3px 2px #b15eda;">
Div content here</div>
This div box has shadow with color #b15eda
Comments
No comments written yet.
Please login to write comment.