Color spaces of #b06bbf
RGB | 176 | 107 | 191 |
---|---|---|---|
HSL | 0.80 | 0.40 | 0.58 |
HSV | 289° | 44° | 75° |
CMYK | 0.08 | 0.44 | 0.00 0.25 |
XYZ | 32.5662 | 23.5071 | 52.1111 |
Yxy | 23.5071 | 0.3010 | 0.2173 |
Hunter Lab | 48.4841 | 35.0491 | -29.7865 |
CIE-Lab | 55.5909 | 41.2936 | -33.0095 |
#b06bbf color RGB value is (176,107,191).
#b06bbf hex color red value is 176, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b06bbf hue: 0.80 , saturation: 0.40 and the lightness value of b06bbf is 0.58.
The process color (four color CMYK) of #b06bbf color hex is 0.08, 0.44, 0.00, 0.25. Web safe color of #b06bbf is #9966cc. Color #b06bbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01101011 | 10111111 |
Octal | 260 | 153 | 277 |
Decimal | 176 | 107 | 191 |
Hex | B0 | 6B | BF |
Shades of #b06bbf
Tints of #b06bbf
RGB Percentages of Color #b06bbf
CMYK Percentages of Color #b06bbf
Complementary Color
#b06bbf | #7abf6b |
#b06bbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b06bbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b06bbf Color CSS Codes
.mybgcolor {background-color:#b06bbf; } .myforecolor {color:#b06bbf; } .mybordercolor {border:3px solid #b06bbf; }
#b06bbf Text Font Color
<p style="color:#b06bbf">Text here</p>
This sample text font color is #b06bbf
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.
#b06bbf Background Color
<div style="background-color:#b06bbf">
Div content here</div>
This div background color is #b06bbf
#b06bbf Border Color
<div style="border:3px solid #b06bbf">
Div here</div>
This div border color is #b06bbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,107,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b06bbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b06bbf; -webkit-box-shadow: 1px 1px 3px 2px #b06bbf; box-shadow: 1px 1px 3px 2px #b06bbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,107,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b06bbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b06bbf; -webkit-box-shadow: 1px 1px 3px 2px #b06bbf; box-shadow: 1px 1px 3px 2px #b06bbf;">
Div content here</div>
This div box has shadow with color #b06bbf
Comments
No comments written yet.
Please login to write comment.