Color spaces of #ba30ae
RGB | 186 | 48 | 174 |
---|---|---|---|
HSL | 0.85 | 0.59 | 0.46 |
HSV | 305° | 74° | 73° |
CMYK | 0.00 | 0.74 | 0.06 0.27 |
XYZ | 28.9466 | 15.6090 | 41.5316 |
Yxy | 15.6090 | 0.3362 | 0.1813 |
Hunter Lab | 39.5082 | 61.6427 | -34.6707 |
CIE-Lab | 46.4573 | 67.1879 | -37.3601 |
#ba30ae color RGB value is (186,48,174).
#ba30ae hex color red value is 186, green value is 48 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba30ae hue: 0.85 , saturation: 0.59 and the lightness value of ba30ae is 0.46.
The process color (four color CMYK) of #ba30ae color hex is 0.00, 0.74, 0.06, 0.27. Web safe color of #ba30ae is #cc3399. Color #ba30ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00110000 | 10101110 |
Octal | 272 | 60 | 256 |
Decimal | 186 | 48 | 174 |
Hex | BA | 30 | AE |
Shades of #ba30ae
Tints of #ba30ae
RGB Percentages of Color #ba30ae
CMYK Percentages of Color #ba30ae
Complementary Color
#ba30ae | #30ba3c |
#ba30ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba30ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba30ae Color CSS Codes
.mybgcolor {background-color:#ba30ae; } .myforecolor {color:#ba30ae; } .mybordercolor {border:3px solid #ba30ae; }
#ba30ae Text Font Color
<p style="color:#ba30ae">Text here</p>
This sample text font color is #ba30ae
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.
#ba30ae Background Color
<div style="background-color:#ba30ae">
Div content here</div>
This div background color is #ba30ae
#ba30ae Border Color
<div style="border:3px solid #ba30ae">
Div here</div>
This div border color is #ba30ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,48,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba30ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba30ae; -webkit-box-shadow: 1px 1px 3px 2px #ba30ae; box-shadow: 1px 1px 3px 2px #ba30ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,48,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba30ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba30ae; -webkit-box-shadow: 1px 1px 3px 2px #ba30ae; box-shadow: 1px 1px 3px 2px #ba30ae;">
Div content here</div>
This div box has shadow with color #ba30ae
Comments
No comments written yet.
Please login to write comment.