Color spaces of #b895bb
RGB | 184 | 149 | 187 |
---|---|---|---|
HSL | 0.82 | 0.22 | 0.66 |
HSV | 295° | 20° | 73° |
CMYK | 0.02 | 0.20 | 0.00 0.27 |
XYZ | 39.4843 | 35.2731 | 51.7411 |
Yxy | 35.2731 | 0.3121 | 0.2788 |
Hunter Lab | 59.3912 | 14.7354 | -10.0792 |
CIE-Lab | 65.9607 | 19.7981 | -14.7593 |
#b895bb color RGB value is (184,149,187).
#b895bb hex color red value is 184, green value is 149 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b895bb hue: 0.82 , saturation: 0.22 and the lightness value of b895bb is 0.66.
The process color (four color CMYK) of #b895bb color hex is 0.02, 0.20, 0.00, 0.27. Web safe color of #b895bb is #cc99cc. Color #b895bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10010101 | 10111011 |
Octal | 270 | 225 | 273 |
Decimal | 184 | 149 | 187 |
Hex | B8 | 95 | BB |
Shades of #b895bb
Tints of #b895bb
RGB Percentages of Color #b895bb
CMYK Percentages of Color #b895bb
Complementary Color
#b895bb | #98bb95 |
#b895bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b895bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b895bb Color CSS Codes
.mybgcolor {background-color:#b895bb; } .myforecolor {color:#b895bb; } .mybordercolor {border:3px solid #b895bb; }
#b895bb Text Font Color
<p style="color:#b895bb">Text here</p>
This sample text font color is #b895bb
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.
#b895bb Background Color
<div style="background-color:#b895bb">
Div content here</div>
This div background color is #b895bb
#b895bb Border Color
<div style="border:3px solid #b895bb">
Div here</div>
This div border color is #b895bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,149,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b895bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b895bb; -webkit-box-shadow: 1px 1px 3px 2px #b895bb; box-shadow: 1px 1px 3px 2px #b895bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,149,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b895bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b895bb; -webkit-box-shadow: 1px 1px 3px 2px #b895bb; box-shadow: 1px 1px 3px 2px #b895bb;">
Div content here</div>
This div box has shadow with color #b895bb
Comments
No comments written yet.
Please login to write comment.