Color spaces of #ba0aab
RGB | 186 | 10 | 171 |
---|---|---|---|
HSL | 0.85 | 0.90 | 0.38 |
HSV | 305° | 95° | 73° |
CMYK | 0.00 | 0.95 | 0.08 0.27 |
XYZ | 27.7089 | 13.5965 | 39.6920 |
Yxy | 13.5965 | 0.3421 | 0.1679 |
Hunter Lab | 36.8734 | 69.6071 | -38.0107 |
CIE-Lab | 43.6486 | 74.4296 | -40.0286 |
#ba0aab color RGB value is (186,10,171).
#ba0aab hex color red value is 186, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba0aab hue: 0.85 , saturation: 0.90 and the lightness value of ba0aab is 0.38.
The process color (four color CMYK) of #ba0aab color hex is 0.00, 0.95, 0.08, 0.27. Web safe color of #ba0aab is #cc0099. Color #ba0aab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00001010 | 10101011 |
Octal | 272 | 12 | 253 |
Decimal | 186 | 10 | 171 |
Hex | BA | A | AB |
Shades of #ba0aab
Tints of #ba0aab
RGB Percentages of Color #ba0aab
CMYK Percentages of Color #ba0aab
Complementary Color
#ba0aab | #0aba19 |
#ba0aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba0aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba0aab Color CSS Codes
.mybgcolor {background-color:#ba0aab; } .myforecolor {color:#ba0aab; } .mybordercolor {border:3px solid #ba0aab; }
#ba0aab Text Font Color
<p style="color:#ba0aab">Text here</p>
This sample text font color is #ba0aab
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.
#ba0aab Background Color
<div style="background-color:#ba0aab">
Div content here</div>
This div background color is #ba0aab
#ba0aab Border Color
<div style="border:3px solid #ba0aab">
Div here</div>
This div border color is #ba0aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,10,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba0aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba0aab; -webkit-box-shadow: 1px 1px 3px 2px #ba0aab; box-shadow: 1px 1px 3px 2px #ba0aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,10,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba0aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba0aab; -webkit-box-shadow: 1px 1px 3px 2px #ba0aab; box-shadow: 1px 1px 3px 2px #ba0aab;">
Div content here</div>
This div box has shadow with color #ba0aab
Comments
No comments written yet.
Please login to write comment.