Color spaces of #ba288b
RGB | 186 | 40 | 139 |
---|---|---|---|
HSL | 0.89 | 0.65 | 0.44 |
HSV | 319° | 78° | 73° |
CMYK | 0.00 | 0.78 | 0.25 0.27 |
XYZ | 25.6687 | 13.8208 | 25.7409 |
Yxy | 13.8208 | 0.3935 | 0.2119 |
Hunter Lab | 37.1763 | 58.1882 | -15.0290 |
CIE-Lab | 43.9748 | 64.6782 | -20.2614 |
#ba288b color RGB value is (186,40,139).
#ba288b hex color red value is 186, green value is 40 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ba288b hue: 0.89 , saturation: 0.65 and the lightness value of ba288b is 0.44.
The process color (four color CMYK) of #ba288b color hex is 0.00, 0.78, 0.25, 0.27. Web safe color of #ba288b is #cc3399. Color #ba288b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00101000 | 10001011 |
Octal | 272 | 50 | 213 |
Decimal | 186 | 40 | 139 |
Hex | BA | 28 | 8B |
Shades of #ba288b
Tints of #ba288b
RGB Percentages of Color #ba288b
CMYK Percentages of Color #ba288b
Complementary Color
#ba288b | #28ba57 |
#ba288b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba288b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba288b Color CSS Codes
.mybgcolor {background-color:#ba288b; } .myforecolor {color:#ba288b; } .mybordercolor {border:3px solid #ba288b; }
#ba288b Text Font Color
<p style="color:#ba288b">Text here</p>
This sample text font color is #ba288b
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.
#ba288b Background Color
<div style="background-color:#ba288b">
Div content here</div>
This div background color is #ba288b
#ba288b Border Color
<div style="border:3px solid #ba288b">
Div here</div>
This div border color is #ba288b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,40,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba288b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba288b; -webkit-box-shadow: 1px 1px 3px 2px #ba288b; box-shadow: 1px 1px 3px 2px #ba288b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,40,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba288b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba288b; -webkit-box-shadow: 1px 1px 3px 2px #ba288b; box-shadow: 1px 1px 3px 2px #ba288b;">
Div content here</div>
This div box has shadow with color #ba288b
Comments
No comments written yet.
Please login to write comment.