Color spaces of #b15ecd
RGB | 177 | 94 | 205 |
---|---|---|---|
HSL | 0.79 | 0.53 | 0.59 |
HSV | 285° | 54° | 80° |
CMYK | 0.14 | 0.54 | 0.00 0.20 |
XYZ | 33.1536 | 21.7603 | 60.2104 |
Yxy | 21.7603 | 0.2880 | 0.1890 |
Hunter Lab | 46.6479 | 45.2295 | -43.8745 |
CIE-Lab | 53.7717 | 51.2257 | -43.8638 |
#b15ecd color RGB value is (177,94,205).
#b15ecd hex color red value is 177, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b15ecd hue: 0.79 , saturation: 0.53 and the lightness value of b15ecd is 0.59.
The process color (four color CMYK) of #b15ecd color hex is 0.14, 0.54, 0.00, 0.20. Web safe color of #b15ecd is #9966cc. Color #b15ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01011110 | 11001101 |
Octal | 261 | 136 | 315 |
Decimal | 177 | 94 | 205 |
Hex | B1 | 5E | CD |
Shades of #b15ecd
Tints of #b15ecd
RGB Percentages of Color #b15ecd
CMYK Percentages of Color #b15ecd
Complementary Color
#b15ecd | #7acd5e |
#b15ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b15ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b15ecd Color CSS Codes
.mybgcolor {background-color:#b15ecd; } .myforecolor {color:#b15ecd; } .mybordercolor {border:3px solid #b15ecd; }
#b15ecd Text Font Color
<p style="color:#b15ecd">Text here</p>
This sample text font color is #b15ecd
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.
#b15ecd Background Color
<div style="background-color:#b15ecd">
Div content here</div>
This div background color is #b15ecd
#b15ecd Border Color
<div style="border:3px solid #b15ecd">
Div here</div>
This div border color is #b15ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,94,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b15ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b15ecd; -webkit-box-shadow: 1px 1px 3px 2px #b15ecd; box-shadow: 1px 1px 3px 2px #b15ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,94,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b15ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b15ecd; -webkit-box-shadow: 1px 1px 3px 2px #b15ecd; box-shadow: 1px 1px 3px 2px #b15ecd;">
Div content here</div>
This div box has shadow with color #b15ecd
Comments
No comments written yet.
Please login to write comment.