Color spaces of #b28dbb
RGB | 178 | 141 | 187 |
---|---|---|---|
HSL | 0.80 | 0.25 | 0.64 |
HSV | 288° | 25° | 73° |
CMYK | 0.05 | 0.25 | 0.00 0.27 |
XYZ | 36.8546 | 32.1026 | 51.2677 |
Yxy | 32.1026 | 0.3065 | 0.2670 |
Hunter Lab | 56.6592 | 16.9539 | -13.9868 |
CIE-Lab | 63.4276 | 22.2434 | -18.6493 |
#b28dbb color RGB value is (178,141,187).
#b28dbb hex color red value is 178, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b28dbb hue: 0.80 , saturation: 0.25 and the lightness value of b28dbb is 0.64.
The process color (four color CMYK) of #b28dbb color hex is 0.05, 0.25, 0.00, 0.27. Web safe color of #b28dbb is #9999cc. Color #b28dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10001101 | 10111011 |
Octal | 262 | 215 | 273 |
Decimal | 178 | 141 | 187 |
Hex | B2 | 8D | BB |
Shades of #b28dbb
Tints of #b28dbb
RGB Percentages of Color #b28dbb
CMYK Percentages of Color #b28dbb
Complementary Color
#b28dbb | #96bb8d |
#b28dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b28dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b28dbb Color CSS Codes
.mybgcolor {background-color:#b28dbb; } .myforecolor {color:#b28dbb; } .mybordercolor {border:3px solid #b28dbb; }
#b28dbb Text Font Color
<p style="color:#b28dbb">Text here</p>
This sample text font color is #b28dbb
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.
#b28dbb Background Color
<div style="background-color:#b28dbb">
Div content here</div>
This div background color is #b28dbb
#b28dbb Border Color
<div style="border:3px solid #b28dbb">
Div here</div>
This div border color is #b28dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,141,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b28dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b28dbb; -webkit-box-shadow: 1px 1px 3px 2px #b28dbb; box-shadow: 1px 1px 3px 2px #b28dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,141,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 #b28dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b28dbb; -webkit-box-shadow: 1px 1px 3px 2px #b28dbb; box-shadow: 1px 1px 3px 2px #b28dbb;">
Div content here</div>
This div box has shadow with color #b28dbb
Comments
No comments written yet.
Please login to write comment.