Color spaces of #b39bbc
RGB | 179 | 155 | 188 |
---|---|---|---|
HSL | 0.79 | 0.20 | 0.67 |
HSV | 284° | 18° | 74° |
CMYK | 0.05 | 0.18 | 0.00 0.26 |
XYZ | 39.3889 | 36.6572 | 52.5765 |
Yxy | 36.6572 | 0.3062 | 0.2850 |
Hunter Lab | 60.5452 | 10.1727 | -9.1049 |
CIE-Lab | 67.0190 | 14.9357 | -13.7701 |
#b39bbc color RGB value is (179,155,188).
#b39bbc hex color red value is 179, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b39bbc hue: 0.79 , saturation: 0.20 and the lightness value of b39bbc is 0.67.
The process color (four color CMYK) of #b39bbc color hex is 0.05, 0.18, 0.00, 0.26. Web safe color of #b39bbc is #cc99cc. Color #b39bbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10011011 | 10111100 |
Octal | 263 | 233 | 274 |
Decimal | 179 | 155 | 188 |
Hex | B3 | 9B | BC |
Shades of #b39bbc
Tints of #b39bbc
RGB Percentages of Color #b39bbc
CMYK Percentages of Color #b39bbc
Complementary Color
#b39bbc | #a4bc9b |
#b39bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b39bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b39bbc Color CSS Codes
.mybgcolor {background-color:#b39bbc; } .myforecolor {color:#b39bbc; } .mybordercolor {border:3px solid #b39bbc; }
#b39bbc Text Font Color
<p style="color:#b39bbc">Text here</p>
This sample text font color is #b39bbc
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.
#b39bbc Background Color
<div style="background-color:#b39bbc">
Div content here</div>
This div background color is #b39bbc
#b39bbc Border Color
<div style="border:3px solid #b39bbc">
Div here</div>
This div border color is #b39bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,155,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b39bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b39bbc; -webkit-box-shadow: 1px 1px 3px 2px #b39bbc; box-shadow: 1px 1px 3px 2px #b39bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,155,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b39bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b39bbc; -webkit-box-shadow: 1px 1px 3px 2px #b39bbc; box-shadow: 1px 1px 3px 2px #b39bbc;">
Div content here</div>
This div box has shadow with color #b39bbc
Comments
No comments written yet.
Please login to write comment.