Color spaces of #ba285b
RGB | 186 | 40 | 91 |
---|---|---|---|
HSL | 0.94 | 0.65 | 0.44 |
HSV | 339° | 78° | 73° |
CMYK | 0.00 | 0.78 | 0.51 0.27 |
XYZ | 22.8968 | 12.7120 | 11.1444 |
Yxy | 12.7120 | 0.4897 | 0.2719 |
Hunter Lab | 35.6539 | 52.2377 | 6.4253 |
CIE-Lab | 42.3261 | 59.7057 | 7.0082 |
#ba285b color RGB value is (186,40,91).
#ba285b hex color red value is 186, green value is 40 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ba285b hue: 0.94 , saturation: 0.65 and the lightness value of ba285b is 0.44.
The process color (four color CMYK) of #ba285b color hex is 0.00, 0.78, 0.51, 0.27. Web safe color of #ba285b is #cc3366. Color #ba285b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00101000 | 01011011 |
Octal | 272 | 50 | 133 |
Decimal | 186 | 40 | 91 |
Hex | BA | 28 | 5B |
Shades of #ba285b
Tints of #ba285b
RGB Percentages of Color #ba285b
CMYK Percentages of Color #ba285b
Complementary Color
#ba285b | #28ba87 |
#ba285b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba285b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba285b Color CSS Codes
.mybgcolor {background-color:#ba285b; } .myforecolor {color:#ba285b; } .mybordercolor {border:3px solid #ba285b; }
#ba285b Text Font Color
<p style="color:#ba285b">Text here</p>
This sample text font color is #ba285b
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.
#ba285b Background Color
<div style="background-color:#ba285b">
Div content here</div>
This div background color is #ba285b
#ba285b Border Color
<div style="border:3px solid #ba285b">
Div here</div>
This div border color is #ba285b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,40,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba285b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba285b; -webkit-box-shadow: 1px 1px 3px 2px #ba285b; box-shadow: 1px 1px 3px 2px #ba285b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,40,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba285b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba285b; -webkit-box-shadow: 1px 1px 3px 2px #ba285b; box-shadow: 1px 1px 3px 2px #ba285b;">
Div content here</div>
This div box has shadow with color #ba285b
Comments
No comments written yet.
Please login to write comment.