Color spaces of #b989de
RGB | 185 | 137 | 222 |
---|---|---|---|
HSL | 0.76 | 0.56 | 0.70 |
HSV | 274° | 38° | 87° |
CMYK | 0.17 | 0.38 | 0.00 0.13 |
XYZ | 42.1381 | 33.4795 | 73.3485 |
Yxy | 33.4795 | 0.2829 | 0.2247 |
Hunter Lab | 57.8615 | 28.7365 | -34.6564 |
CIE-Lab | 64.5473 | 34.0683 | -36.4489 |
#b989de color RGB value is (185,137,222).
#b989de hex color red value is 185, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b989de hue: 0.76 , saturation: 0.56 and the lightness value of b989de is 0.70.
The process color (four color CMYK) of #b989de color hex is 0.17, 0.38, 0.00, 0.13. Web safe color of #b989de is #cc99cc. Color #b989de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10001001 | 11011110 |
Octal | 271 | 211 | 336 |
Decimal | 185 | 137 | 222 |
Hex | B9 | 89 | DE |
Shades of #b989de
Tints of #b989de
RGB Percentages of Color #b989de
CMYK Percentages of Color #b989de
Complementary Color
#b989de | #aede89 |
#b989de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b989de Color Preview on White Background
Lorem ipsum dolor sit amet.
#b989de Color CSS Codes
.mybgcolor {background-color:#b989de; } .myforecolor {color:#b989de; } .mybordercolor {border:3px solid #b989de; }
#b989de Text Font Color
<p style="color:#b989de">Text here</p>
This sample text font color is #b989de
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.
#b989de Background Color
<div style="background-color:#b989de">
Div content here</div>
This div background color is #b989de
#b989de Border Color
<div style="border:3px solid #b989de">
Div here</div>
This div border color is #b989de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,137,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b989de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b989de; -webkit-box-shadow: 1px 1px 3px 2px #b989de; box-shadow: 1px 1px 3px 2px #b989de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,137,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b989de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b989de; -webkit-box-shadow: 1px 1px 3px 2px #b989de; box-shadow: 1px 1px 3px 2px #b989de;">
Div content here</div>
This div box has shadow with color #b989de
Comments
No comments written yet.
Please login to write comment.