Color spaces of #b89bed
RGB | 184 | 155 | 237 |
---|---|---|---|
HSL | 0.73 | 0.69 | 0.77 |
HSV | 261° | 35° | 93° |
CMYK | 0.22 | 0.35 | 0.00 0.07 |
XYZ | 46.7746 | 39.7475 | 85.3275 |
Yxy | 39.7475 | 0.2722 | 0.2313 |
Hunter Lab | 63.0456 | 22.1023 | -36.1126 |
CIE-Lab | 69.2893 | 27.1283 | -37.3404 |
#b89bed color RGB value is (184,155,237).
#b89bed hex color red value is 184, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b89bed hue: 0.73 , saturation: 0.69 and the lightness value of b89bed is 0.77.
The process color (four color CMYK) of #b89bed color hex is 0.22, 0.35, 0.00, 0.07. Web safe color of #b89bed is #cc99ff. Color #b89bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10011011 | 11101101 |
Octal | 270 | 233 | 355 |
Decimal | 184 | 155 | 237 |
Hex | B8 | 9B | ED |
Shades of #b89bed
Tints of #b89bed
RGB Percentages of Color #b89bed
CMYK Percentages of Color #b89bed
Complementary Color
#b89bed | #d0ed9b |
#b89bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b89bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b89bed Color CSS Codes
.mybgcolor {background-color:#b89bed; } .myforecolor {color:#b89bed; } .mybordercolor {border:3px solid #b89bed; }
#b89bed Text Font Color
<p style="color:#b89bed">Text here</p>
This sample text font color is #b89bed
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.
#b89bed Background Color
<div style="background-color:#b89bed">
Div content here</div>
This div background color is #b89bed
#b89bed Border Color
<div style="border:3px solid #b89bed">
Div here</div>
This div border color is #b89bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,155,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b89bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b89bed; -webkit-box-shadow: 1px 1px 3px 2px #b89bed; box-shadow: 1px 1px 3px 2px #b89bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,155,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b89bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b89bed; -webkit-box-shadow: 1px 1px 3px 2px #b89bed; box-shadow: 1px 1px 3px 2px #b89bed;">
Div content here</div>
This div box has shadow with color #b89bed
Comments
No comments written yet.
Please login to write comment.