Color spaces of #b17bea
RGB | 177 | 123 | 234 |
---|---|---|---|
HSL | 0.75 | 0.73 | 0.70 |
HSV | 269° | 47° | 92° |
CMYK | 0.24 | 0.47 | 0.00 0.08 |
XYZ | 40.0657 | 29.4535 | 81.4153 |
Yxy | 29.4535 | 0.2655 | 0.1951 |
Hunter Lab | 54.2711 | 36.8035 | -50.9547 |
CIE-Lab | 61.1798 | 42.2279 | -48.4601 |
#b17bea color RGB value is (177,123,234).
#b17bea hex color red value is 177, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b17bea hue: 0.75 , saturation: 0.73 and the lightness value of b17bea is 0.70.
The process color (four color CMYK) of #b17bea color hex is 0.24, 0.47, 0.00, 0.08. Web safe color of #b17bea is #9966ff. Color #b17bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01111011 | 11101010 |
Octal | 261 | 173 | 352 |
Decimal | 177 | 123 | 234 |
Hex | B1 | 7B | EA |
Shades of #b17bea
Tints of #b17bea
RGB Percentages of Color #b17bea
CMYK Percentages of Color #b17bea
Complementary Color
#b17bea | #b4ea7b |
#b17bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b17bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b17bea Color CSS Codes
.mybgcolor {background-color:#b17bea; } .myforecolor {color:#b17bea; } .mybordercolor {border:3px solid #b17bea; }
#b17bea Text Font Color
<p style="color:#b17bea">Text here</p>
This sample text font color is #b17bea
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.
#b17bea Background Color
<div style="background-color:#b17bea">
Div content here</div>
This div background color is #b17bea
#b17bea Border Color
<div style="border:3px solid #b17bea">
Div here</div>
This div border color is #b17bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,123,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b17bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b17bea; -webkit-box-shadow: 1px 1px 3px 2px #b17bea; box-shadow: 1px 1px 3px 2px #b17bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,123,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b17bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b17bea; -webkit-box-shadow: 1px 1px 3px 2px #b17bea; box-shadow: 1px 1px 3px 2px #b17bea;">
Div content here</div>
This div box has shadow with color #b17bea
Comments
No comments written yet.
Please login to write comment.