Color spaces of #ba83be
RGB | 186 | 131 | 190 |
---|---|---|---|
HSL | 0.82 | 0.31 | 0.63 |
HSV | 296° | 31° | 75° |
CMYK | 0.02 | 0.31 | 0.00 0.25 |
XYZ | 37.6603 | 30.3894 | 52.5960 |
Yxy | 30.3894 | 0.3122 | 0.2519 |
Hunter Lab | 55.1266 | 25.4726 | -17.9797 |
CIE-Lab | 61.9888 | 31.0831 | -22.4624 |
#ba83be color RGB value is (186,131,190).
#ba83be hex color red value is 186, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba83be hue: 0.82 , saturation: 0.31 and the lightness value of ba83be is 0.63.
The process color (four color CMYK) of #ba83be color hex is 0.02, 0.31, 0.00, 0.25. Web safe color of #ba83be is #cc99cc. Color #ba83be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10000011 | 10111110 |
Octal | 272 | 203 | 276 |
Decimal | 186 | 131 | 190 |
Hex | BA | 83 | BE |
Shades of #ba83be
Tints of #ba83be
RGB Percentages of Color #ba83be
CMYK Percentages of Color #ba83be
Complementary Color
#ba83be | #87be83 |
#ba83be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba83be Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba83be Color CSS Codes
.mybgcolor {background-color:#ba83be; } .myforecolor {color:#ba83be; } .mybordercolor {border:3px solid #ba83be; }
#ba83be Text Font Color
<p style="color:#ba83be">Text here</p>
This sample text font color is #ba83be
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.
#ba83be Background Color
<div style="background-color:#ba83be">
Div content here</div>
This div background color is #ba83be
#ba83be Border Color
<div style="border:3px solid #ba83be">
Div here</div>
This div border color is #ba83be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,131,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba83be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba83be; -webkit-box-shadow: 1px 1px 3px 2px #ba83be; box-shadow: 1px 1px 3px 2px #ba83be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,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 #ba83be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba83be; -webkit-box-shadow: 1px 1px 3px 2px #ba83be; box-shadow: 1px 1px 3px 2px #ba83be;">
Div content here</div>
This div box has shadow with color #ba83be
Comments
No comments written yet.
Please login to write comment.