Color spaces of #b89ebf
RGB | 184 | 158 | 191 |
---|---|---|---|
HSL | 0.80 | 0.20 | 0.68 |
HSV | 287° | 17° | 75° |
CMYK | 0.04 | 0.17 | 0.00 0.25 |
XYZ | 41.3980 | 38.4057 | 54.5213 |
Yxy | 38.4057 | 0.3082 | 0.2859 |
Hunter Lab | 61.9723 | 10.7878 | -8.7808 |
CIE-Lab | 68.3186 | 15.5676 | -13.4408 |
#b89ebf color RGB value is (184,158,191).
#b89ebf hex color red value is 184, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b89ebf hue: 0.80 , saturation: 0.20 and the lightness value of b89ebf is 0.68.
The process color (four color CMYK) of #b89ebf color hex is 0.04, 0.17, 0.00, 0.25. Web safe color of #b89ebf is #cc99cc. Color #b89ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10011110 | 10111111 |
Octal | 270 | 236 | 277 |
Decimal | 184 | 158 | 191 |
Hex | B8 | 9E | BF |
Shades of #b89ebf
Tints of #b89ebf
RGB Percentages of Color #b89ebf
CMYK Percentages of Color #b89ebf
Complementary Color
#b89ebf | #a5bf9e |
#b89ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b89ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b89ebf Color CSS Codes
.mybgcolor {background-color:#b89ebf; } .myforecolor {color:#b89ebf; } .mybordercolor {border:3px solid #b89ebf; }
#b89ebf Text Font Color
<p style="color:#b89ebf">Text here</p>
This sample text font color is #b89ebf
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.
#b89ebf Background Color
<div style="background-color:#b89ebf">
Div content here</div>
This div background color is #b89ebf
#b89ebf Border Color
<div style="border:3px solid #b89ebf">
Div here</div>
This div border color is #b89ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,158,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b89ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b89ebf; -webkit-box-shadow: 1px 1px 3px 2px #b89ebf; box-shadow: 1px 1px 3px 2px #b89ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,158,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 #b89ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b89ebf; -webkit-box-shadow: 1px 1px 3px 2px #b89ebf; box-shadow: 1px 1px 3px 2px #b89ebf;">
Div content here</div>
This div box has shadow with color #b89ebf
Comments
No comments written yet.
Please login to write comment.