Color spaces of #ba09bd
RGB | 186 | 9 | 189 |
---|---|---|---|
HSL | 0.83 | 0.91 | 0.39 |
HSV | 299° | 95° | 74° |
CMYK | 0.02 | 0.95 | 0.00 0.26 |
XYZ | 29.5327 | 14.3086 | 49.3494 |
Yxy | 14.3086 | 0.3169 | 0.1535 |
Hunter Lab | 37.8267 | 73.1648 | -50.8721 |
CIE-Lab | 44.6723 | 77.1371 | -49.0207 |
#ba09bd color RGB value is (186,9,189).
#ba09bd hex color red value is 186, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba09bd hue: 0.83 , saturation: 0.91 and the lightness value of ba09bd is 0.39.
The process color (four color CMYK) of #ba09bd color hex is 0.02, 0.95, 0.00, 0.26. Web safe color of #ba09bd is #cc00cc. Color #ba09bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00001001 | 10111101 |
Octal | 272 | 11 | 275 |
Decimal | 186 | 9 | 189 |
Hex | BA | 9 | BD |
Shades of #ba09bd
Tints of #ba09bd
RGB Percentages of Color #ba09bd
CMYK Percentages of Color #ba09bd
Complementary Color
#ba09bd | #0cbd09 |
#ba09bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba09bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba09bd Color CSS Codes
.mybgcolor {background-color:#ba09bd; } .myforecolor {color:#ba09bd; } .mybordercolor {border:3px solid #ba09bd; }
#ba09bd Text Font Color
<p style="color:#ba09bd">Text here</p>
This sample text font color is #ba09bd
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.
#ba09bd Background Color
<div style="background-color:#ba09bd">
Div content here</div>
This div background color is #ba09bd
#ba09bd Border Color
<div style="border:3px solid #ba09bd">
Div here</div>
This div border color is #ba09bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,9,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba09bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba09bd; -webkit-box-shadow: 1px 1px 3px 2px #ba09bd; box-shadow: 1px 1px 3px 2px #ba09bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,9,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba09bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba09bd; -webkit-box-shadow: 1px 1px 3px 2px #ba09bd; box-shadow: 1px 1px 3px 2px #ba09bd;">
Div content here</div>
This div box has shadow with color #ba09bd
Comments
No comments written yet.
Please login to write comment.