Color spaces of #ba1360
RGB | 186 | 19 | 96 |
---|---|---|---|
HSL | 0.92 | 0.81 | 0.40 |
HSV | 332° | 90° | 73° |
CMYK | 0.00 | 0.90 | 0.48 0.27 |
XYZ | 22.5939 | 11.7494 | 12.1434 |
Yxy | 11.7494 | 0.4860 | 0.2527 |
Hunter Lab | 34.2774 | 57.6726 | 2.9896 |
CIE-Lab | 40.8150 | 64.8407 | 1.6871 |
#ba1360 color RGB value is (186,19,96).
#ba1360 hex color red value is 186, green value is 19 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ba1360 hue: 0.92 , saturation: 0.81 and the lightness value of ba1360 is 0.40.
The process color (four color CMYK) of #ba1360 color hex is 0.00, 0.90, 0.48, 0.27. Web safe color of #ba1360 is #cc0066. Color #ba1360 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00010011 | 01100000 |
Octal | 272 | 23 | 140 |
Decimal | 186 | 19 | 96 |
Hex | BA | 13 | 60 |
Shades of #ba1360
Tints of #ba1360
RGB Percentages of Color #ba1360
CMYK Percentages of Color #ba1360
Complementary Color
#ba1360 | #13ba6d |
#ba1360 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba1360 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba1360 Color CSS Codes
.mybgcolor {background-color:#ba1360; } .myforecolor {color:#ba1360; } .mybordercolor {border:3px solid #ba1360; }
#ba1360 Text Font Color
<p style="color:#ba1360">Text here</p>
This sample text font color is #ba1360
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.
#ba1360 Background Color
<div style="background-color:#ba1360">
Div content here</div>
This div background color is #ba1360
#ba1360 Border Color
<div style="border:3px solid #ba1360">
Div here</div>
This div border color is #ba1360
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,19,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba1360; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba1360; -webkit-box-shadow: 1px 1px 3px 2px #ba1360; box-shadow: 1px 1px 3px 2px #ba1360; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,19,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba1360">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba1360; -webkit-box-shadow: 1px 1px 3px 2px #ba1360; box-shadow: 1px 1px 3px 2px #ba1360;">
Div content here</div>
This div box has shadow with color #ba1360
Comments
No comments written yet.
Please login to write comment.