Color spaces of #ba486a
RGB | 186 | 72 | 106 |
---|---|---|---|
HSL | 0.95 | 0.45 | 0.51 |
HSV | 342° | 61° | 73° |
CMYK | 0.00 | 0.61 | 0.43 0.27 |
XYZ | 25.1686 | 16.1144 | 15.4195 |
Yxy | 16.1144 | 0.4439 | 0.2842 |
Hunter Lab | 40.1427 | 41.6657 | 5.3256 |
CIE-Lab | 47.1242 | 48.9906 | 4.5871 |
#ba486a color RGB value is (186,72,106).
#ba486a hex color red value is 186, green value is 72 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba486a hue: 0.95 , saturation: 0.45 and the lightness value of ba486a is 0.51.
The process color (four color CMYK) of #ba486a color hex is 0.00, 0.61, 0.43, 0.27. Web safe color of #ba486a is #cc3366. Color #ba486a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01001000 | 01101010 |
Octal | 272 | 110 | 152 |
Decimal | 186 | 72 | 106 |
Hex | BA | 48 | 6A |
Shades of #ba486a
Tints of #ba486a
RGB Percentages of Color #ba486a
CMYK Percentages of Color #ba486a
Complementary Color
#ba486a | #48ba98 |
#ba486a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba486a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba486a Color CSS Codes
.mybgcolor {background-color:#ba486a; } .myforecolor {color:#ba486a; } .mybordercolor {border:3px solid #ba486a; }
#ba486a Text Font Color
<p style="color:#ba486a">Text here</p>
This sample text font color is #ba486a
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.
#ba486a Background Color
<div style="background-color:#ba486a">
Div content here</div>
This div background color is #ba486a
#ba486a Border Color
<div style="border:3px solid #ba486a">
Div here</div>
This div border color is #ba486a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,72,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba486a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba486a; -webkit-box-shadow: 1px 1px 3px 2px #ba486a; box-shadow: 1px 1px 3px 2px #ba486a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,72,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba486a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba486a; -webkit-box-shadow: 1px 1px 3px 2px #ba486a; box-shadow: 1px 1px 3px 2px #ba486a;">
Div content here</div>
This div box has shadow with color #ba486a
Comments
No comments written yet.
Please login to write comment.