Color spaces of #ba487a
RGB | 186 | 72 | 122 |
---|---|---|---|
HSL | 0.93 | 0.45 | 0.51 |
HSV | 334° | 61° | 73° |
CMYK | 0.00 | 0.61 | 0.34 0.27 |
XYZ | 26.0799 | 16.4790 | 20.2185 |
Yxy | 16.4790 | 0.4154 | 0.2625 |
Hunter Lab | 40.5943 | 43.6375 | -1.1141 |
CIE-Lab | 47.5968 | 50.7831 | -4.4523 |
#ba487a color RGB value is (186,72,122).
#ba487a hex color red value is 186, green value is 72 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba487a hue: 0.93 , saturation: 0.45 and the lightness value of ba487a is 0.51.
The process color (four color CMYK) of #ba487a color hex is 0.00, 0.61, 0.34, 0.27. Web safe color of #ba487a is #cc3366. Color #ba487a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01001000 | 01111010 |
Octal | 272 | 110 | 172 |
Decimal | 186 | 72 | 122 |
Hex | BA | 48 | 7A |
Shades of #ba487a
Tints of #ba487a
RGB Percentages of Color #ba487a
CMYK Percentages of Color #ba487a
Complementary Color
#ba487a | #48ba88 |
#ba487a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba487a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba487a Color CSS Codes
.mybgcolor {background-color:#ba487a; } .myforecolor {color:#ba487a; } .mybordercolor {border:3px solid #ba487a; }
#ba487a Text Font Color
<p style="color:#ba487a">Text here</p>
This sample text font color is #ba487a
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.
#ba487a Background Color
<div style="background-color:#ba487a">
Div content here</div>
This div background color is #ba487a
#ba487a Border Color
<div style="border:3px solid #ba487a">
Div here</div>
This div border color is #ba487a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,72,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba487a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba487a; -webkit-box-shadow: 1px 1px 3px 2px #ba487a; box-shadow: 1px 1px 3px 2px #ba487a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,72,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba487a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba487a; -webkit-box-shadow: 1px 1px 3px 2px #ba487a; box-shadow: 1px 1px 3px 2px #ba487a;">
Div content here</div>
This div box has shadow with color #ba487a
Comments
No comments written yet.
Please login to write comment.