Color spaces of #b97bce
RGB | 185 | 123 | 206 |
---|---|---|---|
HSL | 0.79 | 0.46 | 0.65 |
HSV | 285° | 40° | 81° |
CMYK | 0.10 | 0.40 | 0.00 0.19 |
XYZ | 38.2311 | 28.9364 | 61.9628 |
Yxy | 28.9364 | 0.2961 | 0.2241 |
Hunter Lab | 53.7926 | 32.7254 | -30.6404 |
CIE-Lab | 60.7255 | 38.3744 | -33.4520 |
#b97bce color RGB value is (185,123,206).
#b97bce hex color red value is 185, green value is 123 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b97bce hue: 0.79 , saturation: 0.46 and the lightness value of b97bce is 0.65.
The process color (four color CMYK) of #b97bce color hex is 0.10, 0.40, 0.00, 0.19. Web safe color of #b97bce is #cc66cc. Color #b97bce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111011 | 11001110 |
Octal | 271 | 173 | 316 |
Decimal | 185 | 123 | 206 |
Hex | B9 | 7B | CE |
Shades of #b97bce
Tints of #b97bce
RGB Percentages of Color #b97bce
CMYK Percentages of Color #b97bce
Complementary Color
#b97bce | #90ce7b |
#b97bce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b97bce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b97bce Color CSS Codes
.mybgcolor {background-color:#b97bce; } .myforecolor {color:#b97bce; } .mybordercolor {border:3px solid #b97bce; }
#b97bce Text Font Color
<p style="color:#b97bce">Text here</p>
This sample text font color is #b97bce
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.
#b97bce Background Color
<div style="background-color:#b97bce">
Div content here</div>
This div background color is #b97bce
#b97bce Border Color
<div style="border:3px solid #b97bce">
Div here</div>
This div border color is #b97bce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,123,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b97bce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b97bce; -webkit-box-shadow: 1px 1px 3px 2px #b97bce; box-shadow: 1px 1px 3px 2px #b97bce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,123,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b97bce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b97bce; -webkit-box-shadow: 1px 1px 3px 2px #b97bce; box-shadow: 1px 1px 3px 2px #b97bce;">
Div content here</div>
This div box has shadow with color #b97bce
Comments
No comments written yet.
Please login to write comment.