Color spaces of #b15aeb
RGB | 177 | 90 | 235 |
---|---|---|---|
HSL | 0.77 | 0.78 | 0.64 |
HSV | 276° | 62° | 92° |
CMYK | 0.25 | 0.62 | 0.00 0.08 |
XYZ | 36.7830 | 22.6576 | 81.0319 |
Yxy | 22.6576 | 0.2619 | 0.1613 |
Hunter Lab | 47.6000 | 54.6363 | -67.6124 |
CIE-Lab | 54.7179 | 59.5490 | -59.3159 |
#b15aeb color RGB value is (177,90,235).
#b15aeb hex color red value is 177, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b15aeb hue: 0.77 , saturation: 0.78 and the lightness value of b15aeb is 0.64.
The process color (four color CMYK) of #b15aeb color hex is 0.25, 0.62, 0.00, 0.08. Web safe color of #b15aeb is #9966ff. Color #b15aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01011010 | 11101011 |
Octal | 261 | 132 | 353 |
Decimal | 177 | 90 | 235 |
Hex | B1 | 5A | EB |
Shades of #b15aeb
Tints of #b15aeb
RGB Percentages of Color #b15aeb
CMYK Percentages of Color #b15aeb
Complementary Color
#b15aeb | #94eb5a |
#b15aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b15aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b15aeb Color CSS Codes
.mybgcolor {background-color:#b15aeb; } .myforecolor {color:#b15aeb; } .mybordercolor {border:3px solid #b15aeb; }
#b15aeb Text Font Color
<p style="color:#b15aeb">Text here</p>
This sample text font color is #b15aeb
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.
#b15aeb Background Color
<div style="background-color:#b15aeb">
Div content here</div>
This div background color is #b15aeb
#b15aeb Border Color
<div style="border:3px solid #b15aeb">
Div here</div>
This div border color is #b15aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,90,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b15aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b15aeb; -webkit-box-shadow: 1px 1px 3px 2px #b15aeb; box-shadow: 1px 1px 3px 2px #b15aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,90,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b15aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b15aeb; -webkit-box-shadow: 1px 1px 3px 2px #b15aeb; box-shadow: 1px 1px 3px 2px #b15aeb;">
Div content here</div>
This div box has shadow with color #b15aeb
Comments
No comments written yet.
Please login to write comment.