Color spaces of #ba30bc
RGB | 186 | 48 | 188 |
---|---|---|---|
HSL | 0.83 | 0.59 | 0.46 |
HSV | 299° | 74° | 74° |
CMYK | 0.01 | 0.74 | 0.00 0.26 |
XYZ | 30.3838 | 16.1838 | 49.0993 |
Yxy | 16.1838 | 0.3176 | 0.1692 |
Hunter Lab | 40.2291 | 64.4147 | -44.2026 |
CIE-Lab | 47.2147 | 69.4009 | -44.3772 |
#ba30bc color RGB value is (186,48,188).
#ba30bc hex color red value is 186, green value is 48 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba30bc hue: 0.83 , saturation: 0.59 and the lightness value of ba30bc is 0.46.
The process color (four color CMYK) of #ba30bc color hex is 0.01, 0.74, 0.00, 0.26. Web safe color of #ba30bc is #cc33cc. Color #ba30bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00110000 | 10111100 |
Octal | 272 | 60 | 274 |
Decimal | 186 | 48 | 188 |
Hex | BA | 30 | BC |
Shades of #ba30bc
Tints of #ba30bc
RGB Percentages of Color #ba30bc
CMYK Percentages of Color #ba30bc
Complementary Color
#ba30bc | #32bc30 |
#ba30bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba30bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba30bc Color CSS Codes
.mybgcolor {background-color:#ba30bc; } .myforecolor {color:#ba30bc; } .mybordercolor {border:3px solid #ba30bc; }
#ba30bc Text Font Color
<p style="color:#ba30bc">Text here</p>
This sample text font color is #ba30bc
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.
#ba30bc Background Color
<div style="background-color:#ba30bc">
Div content here</div>
This div background color is #ba30bc
#ba30bc Border Color
<div style="border:3px solid #ba30bc">
Div here</div>
This div border color is #ba30bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,48,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba30bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba30bc; -webkit-box-shadow: 1px 1px 3px 2px #ba30bc; box-shadow: 1px 1px 3px 2px #ba30bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,48,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 #ba30bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba30bc; -webkit-box-shadow: 1px 1px 3px 2px #ba30bc; box-shadow: 1px 1px 3px 2px #ba30bc;">
Div content here</div>
This div box has shadow with color #ba30bc
Comments
No comments written yet.
Please login to write comment.