Color spaces of #b983be
RGB | 185 | 131 | 190 |
---|---|---|---|
HSL | 0.82 | 0.31 | 0.63 |
HSV | 295° | 31° | 75° |
CMYK | 0.03 | 0.31 | 0.00 0.25 |
XYZ | 37.4181 | 30.2646 | 52.5847 |
Yxy | 30.2646 | 0.3111 | 0.2516 |
Hunter Lab | 55.0133 | 25.1362 | -18.1633 |
CIE-Lab | 61.8819 | 30.7549 | -22.6354 |
#b983be color RGB value is (185,131,190).
#b983be hex color red value is 185, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b983be hue: 0.82 , saturation: 0.31 and the lightness value of b983be is 0.63.
The process color (four color CMYK) of #b983be color hex is 0.03, 0.31, 0.00, 0.25. Web safe color of #b983be is #cc99cc. Color #b983be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10000011 | 10111110 |
Octal | 271 | 203 | 276 |
Decimal | 185 | 131 | 190 |
Hex | B9 | 83 | BE |
Shades of #b983be
Tints of #b983be
RGB Percentages of Color #b983be
CMYK Percentages of Color #b983be
Complementary Color
#b983be | #88be83 |
#b983be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b983be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b983be Color CSS Codes
.mybgcolor {background-color:#b983be; } .myforecolor {color:#b983be; } .mybordercolor {border:3px solid #b983be; }
#b983be Text Font Color
<p style="color:#b983be">Text here</p>
This sample text font color is #b983be
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.
#b983be Background Color
<div style="background-color:#b983be">
Div content here</div>
This div background color is #b983be
#b983be Border Color
<div style="border:3px solid #b983be">
Div here</div>
This div border color is #b983be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,131,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b983be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b983be; -webkit-box-shadow: 1px 1px 3px 2px #b983be; box-shadow: 1px 1px 3px 2px #b983be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,131,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b983be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b983be; -webkit-box-shadow: 1px 1px 3px 2px #b983be; box-shadow: 1px 1px 3px 2px #b983be;">
Div content here</div>
This div box has shadow with color #b983be
Comments
No comments written yet.
Please login to write comment.