Color spaces of #ba597a
RGB | 186 | 89 | 122 |
---|---|---|---|
HSL | 0.94 | 0.41 | 0.54 |
HSV | 340° | 52° | 73° |
CMYK | 0.00 | 0.52 | 0.34 0.27 |
XYZ | 27.3349 | 18.9890 | 20.6369 |
Yxy | 18.9890 | 0.4082 | 0.2836 |
Hunter Lab | 43.5764 | 35.7121 | 2.4249 |
CIE-Lab | 50.6743 | 42.6479 | 0.0721 |
#ba597a color RGB value is (186,89,122).
#ba597a hex color red value is 186, green value is 89 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba597a hue: 0.94 , saturation: 0.41 and the lightness value of ba597a is 0.54.
The process color (four color CMYK) of #ba597a color hex is 0.00, 0.52, 0.34, 0.27. Web safe color of #ba597a is #cc6666. Color #ba597a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01011001 | 01111010 |
Octal | 272 | 131 | 172 |
Decimal | 186 | 89 | 122 |
Hex | BA | 59 | 7A |
Shades of #ba597a
Tints of #ba597a
RGB Percentages of Color #ba597a
CMYK Percentages of Color #ba597a
Complementary Color
#ba597a | #59ba99 |
#ba597a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba597a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba597a Color CSS Codes
.mybgcolor {background-color:#ba597a; } .myforecolor {color:#ba597a; } .mybordercolor {border:3px solid #ba597a; }
#ba597a Text Font Color
<p style="color:#ba597a">Text here</p>
This sample text font color is #ba597a
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.
#ba597a Background Color
<div style="background-color:#ba597a">
Div content here</div>
This div background color is #ba597a
#ba597a Border Color
<div style="border:3px solid #ba597a">
Div here</div>
This div border color is #ba597a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,89,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba597a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba597a; -webkit-box-shadow: 1px 1px 3px 2px #ba597a; box-shadow: 1px 1px 3px 2px #ba597a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,89,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 #ba597a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba597a; -webkit-box-shadow: 1px 1px 3px 2px #ba597a; box-shadow: 1px 1px 3px 2px #ba597a;">
Div content here</div>
This div box has shadow with color #ba597a
Comments
No comments written yet.
Please login to write comment.