Color spaces of #ba83db
RGB | 186 | 131 | 219 |
---|---|---|---|
HSL | 0.77 | 0.55 | 0.69 |
HSV | 278° | 40° | 86° |
CMYK | 0.15 | 0.40 | 0.00 0.14 |
XYZ | 41.1522 | 31.7862 | 70.9842 |
Yxy | 31.7862 | 0.2859 | 0.2209 |
Hunter Lab | 56.3793 | 31.6266 | -35.1835 |
CIE-Lab | 63.1658 | 37.0262 | -36.9265 |
#ba83db color RGB value is (186,131,219).
#ba83db hex color red value is 186, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba83db hue: 0.77 , saturation: 0.55 and the lightness value of ba83db is 0.69.
The process color (four color CMYK) of #ba83db color hex is 0.15, 0.40, 0.00, 0.14. Web safe color of #ba83db is #cc99cc. Color #ba83db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10000011 | 11011011 |
Octal | 272 | 203 | 333 |
Decimal | 186 | 131 | 219 |
Hex | BA | 83 | DB |
Shades of #ba83db
Tints of #ba83db
RGB Percentages of Color #ba83db
CMYK Percentages of Color #ba83db
Complementary Color
#ba83db | #a4db83 |
#ba83db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba83db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba83db Color CSS Codes
.mybgcolor {background-color:#ba83db; } .myforecolor {color:#ba83db; } .mybordercolor {border:3px solid #ba83db; }
#ba83db Text Font Color
<p style="color:#ba83db">Text here</p>
This sample text font color is #ba83db
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.
#ba83db Background Color
<div style="background-color:#ba83db">
Div content here</div>
This div background color is #ba83db
#ba83db Border Color
<div style="border:3px solid #ba83db">
Div here</div>
This div border color is #ba83db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,131,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba83db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba83db; -webkit-box-shadow: 1px 1px 3px 2px #ba83db; box-shadow: 1px 1px 3px 2px #ba83db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,131,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba83db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba83db; -webkit-box-shadow: 1px 1px 3px 2px #ba83db; box-shadow: 1px 1px 3px 2px #ba83db;">
Div content here</div>
This div box has shadow with color #ba83db
Comments
No comments written yet.
Please login to write comment.