Color spaces of #ba40bc
RGB | 186 | 64 | 188 |
---|---|---|---|
HSL | 0.83 | 0.49 | 0.49 |
HSV | 299° | 66° | 74° |
CMYK | 0.01 | 0.66 | 0.00 0.26 |
XYZ | 31.1602 | 17.7367 | 49.3582 |
Yxy | 17.7367 | 0.3171 | 0.1805 |
Hunter Lab | 42.1150 | 58.3682 | -40.0067 |
CIE-Lab | 49.1752 | 63.8381 | -41.2662 |
#ba40bc color RGB value is (186,64,188).
#ba40bc hex color red value is 186, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba40bc hue: 0.83 , saturation: 0.49 and the lightness value of ba40bc is 0.49.
The process color (four color CMYK) of #ba40bc color hex is 0.01, 0.66, 0.00, 0.26. Web safe color of #ba40bc is #cc33cc. Color #ba40bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01000000 | 10111100 |
Octal | 272 | 100 | 274 |
Decimal | 186 | 64 | 188 |
Hex | BA | 40 | BC |
Shades of #ba40bc
Tints of #ba40bc
RGB Percentages of Color #ba40bc
CMYK Percentages of Color #ba40bc
Complementary Color
#ba40bc | #42bc40 |
#ba40bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba40bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba40bc Color CSS Codes
.mybgcolor {background-color:#ba40bc; } .myforecolor {color:#ba40bc; } .mybordercolor {border:3px solid #ba40bc; }
#ba40bc Text Font Color
<p style="color:#ba40bc">Text here</p>
This sample text font color is #ba40bc
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.
#ba40bc Background Color
<div style="background-color:#ba40bc">
Div content here</div>
This div background color is #ba40bc
#ba40bc Border Color
<div style="border:3px solid #ba40bc">
Div here</div>
This div border color is #ba40bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,64,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba40bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba40bc; -webkit-box-shadow: 1px 1px 3px 2px #ba40bc; box-shadow: 1px 1px 3px 2px #ba40bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,64,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba40bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba40bc; -webkit-box-shadow: 1px 1px 3px 2px #ba40bc; box-shadow: 1px 1px 3px 2px #ba40bc;">
Div content here</div>
This div box has shadow with color #ba40bc
Comments
No comments written yet.
Please login to write comment.