Color spaces of #ba109d
RGB | 186 | 16 | 157 |
---|---|---|---|
HSL | 0.86 | 0.84 | 0.40 |
HSV | 310° | 91° | 73° |
CMYK | 0.00 | 0.91 | 0.16 0.27 |
XYZ | 26.5208 | 13.2440 | 33.0568 |
Yxy | 13.2440 | 0.3642 | 0.1819 |
Hunter Lab | 36.3923 | 66.3949 | -28.3812 |
CIE-Lab | 43.1286 | 71.8631 | -32.4740 |
#ba109d color RGB value is (186,16,157).
#ba109d hex color red value is 186, green value is 16 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ba109d hue: 0.86 , saturation: 0.84 and the lightness value of ba109d is 0.40.
The process color (four color CMYK) of #ba109d color hex is 0.00, 0.91, 0.16, 0.27. Web safe color of #ba109d is #cc0099. Color #ba109d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00010000 | 10011101 |
Octal | 272 | 20 | 235 |
Decimal | 186 | 16 | 157 |
Hex | BA | 10 | 9D |
Shades of #ba109d
Tints of #ba109d
RGB Percentages of Color #ba109d
CMYK Percentages of Color #ba109d
Complementary Color
#ba109d | #10ba2d |
#ba109d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba109d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba109d Color CSS Codes
.mybgcolor {background-color:#ba109d; } .myforecolor {color:#ba109d; } .mybordercolor {border:3px solid #ba109d; }
#ba109d Text Font Color
<p style="color:#ba109d">Text here</p>
This sample text font color is #ba109d
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.
#ba109d Background Color
<div style="background-color:#ba109d">
Div content here</div>
This div background color is #ba109d
#ba109d Border Color
<div style="border:3px solid #ba109d">
Div here</div>
This div border color is #ba109d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,16,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba109d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba109d; -webkit-box-shadow: 1px 1px 3px 2px #ba109d; box-shadow: 1px 1px 3px 2px #ba109d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,16,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba109d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba109d; -webkit-box-shadow: 1px 1px 3px 2px #ba109d; box-shadow: 1px 1px 3px 2px #ba109d;">
Div content here</div>
This div box has shadow with color #ba109d
Comments
No comments written yet.
Please login to write comment.