Color spaces of #b47ebe
RGB | 180 | 126 | 190 |
---|---|---|---|
HSL | 0.81 | 0.33 | 0.62 |
HSV | 291° | 34° | 75° |
CMYK | 0.05 | 0.34 | 0.00 0.25 |
XYZ | 35.5775 | 28.3427 | 52.3107 |
Yxy | 28.3427 | 0.3061 | 0.2438 |
Hunter Lab | 53.2379 | 26.1207 | -20.9909 |
CIE-Lab | 60.1971 | 31.9069 | -25.2672 |
#b47ebe color RGB value is (180,126,190).
#b47ebe hex color red value is 180, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b47ebe hue: 0.81 , saturation: 0.33 and the lightness value of b47ebe is 0.62.
The process color (four color CMYK) of #b47ebe color hex is 0.05, 0.34, 0.00, 0.25. Web safe color of #b47ebe is #cc66cc. Color #b47ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01111110 | 10111110 |
Octal | 264 | 176 | 276 |
Decimal | 180 | 126 | 190 |
Hex | B4 | 7E | BE |
Shades of #b47ebe
Tints of #b47ebe
RGB Percentages of Color #b47ebe
CMYK Percentages of Color #b47ebe
Complementary Color
#b47ebe | #88be7e |
#b47ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b47ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b47ebe Color CSS Codes
.mybgcolor {background-color:#b47ebe; } .myforecolor {color:#b47ebe; } .mybordercolor {border:3px solid #b47ebe; }
#b47ebe Text Font Color
<p style="color:#b47ebe">Text here</p>
This sample text font color is #b47ebe
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.
#b47ebe Background Color
<div style="background-color:#b47ebe">
Div content here</div>
This div background color is #b47ebe
#b47ebe Border Color
<div style="border:3px solid #b47ebe">
Div here</div>
This div border color is #b47ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,126,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b47ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b47ebe; -webkit-box-shadow: 1px 1px 3px 2px #b47ebe; box-shadow: 1px 1px 3px 2px #b47ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,126,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b47ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b47ebe; -webkit-box-shadow: 1px 1px 3px 2px #b47ebe; box-shadow: 1px 1px 3px 2px #b47ebe;">
Div content here</div>
This div box has shadow with color #b47ebe
Comments
No comments written yet.
Please login to write comment.