Color spaces of #b97cbd
RGB | 185 | 124 | 189 |
---|---|---|---|
HSL | 0.82 | 0.33 | 0.61 |
HSV | 296° | 34° | 74° |
CMYK | 0.02 | 0.34 | 0.00 0.26 |
XYZ | 36.4005 | 28.4037 | 51.7081 |
Yxy | 28.4037 | 0.3124 | 0.2438 |
Hunter Lab | 53.2951 | 28.6488 | -20.2179 |
CIE-Lab | 60.2517 | 34.4289 | -24.5692 |
#b97cbd color RGB value is (185,124,189).
#b97cbd hex color red value is 185, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b97cbd hue: 0.82 , saturation: 0.33 and the lightness value of b97cbd is 0.61.
The process color (four color CMYK) of #b97cbd color hex is 0.02, 0.34, 0.00, 0.26. Web safe color of #b97cbd is #cc66cc. Color #b97cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111100 | 10111101 |
Octal | 271 | 174 | 275 |
Decimal | 185 | 124 | 189 |
Hex | B9 | 7C | BD |
Shades of #b97cbd
Tints of #b97cbd
RGB Percentages of Color #b97cbd
CMYK Percentages of Color #b97cbd
Complementary Color
#b97cbd | #80bd7c |
#b97cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b97cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b97cbd Color CSS Codes
.mybgcolor {background-color:#b97cbd; } .myforecolor {color:#b97cbd; } .mybordercolor {border:3px solid #b97cbd; }
#b97cbd Text Font Color
<p style="color:#b97cbd">Text here</p>
This sample text font color is #b97cbd
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.
#b97cbd Background Color
<div style="background-color:#b97cbd">
Div content here</div>
This div background color is #b97cbd
#b97cbd Border Color
<div style="border:3px solid #b97cbd">
Div here</div>
This div border color is #b97cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,124,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b97cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b97cbd; -webkit-box-shadow: 1px 1px 3px 2px #b97cbd; box-shadow: 1px 1px 3px 2px #b97cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,124,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b97cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b97cbd; -webkit-box-shadow: 1px 1px 3px 2px #b97cbd; box-shadow: 1px 1px 3px 2px #b97cbd;">
Div content here</div>
This div box has shadow with color #b97cbd
Comments
No comments written yet.
Please login to write comment.