Color spaces of #ba699f
RGB | 186 | 105 | 159 |
---|---|---|---|
HSL | 0.89 | 0.37 | 0.57 |
HSV | 320° | 44° | 73° |
CMYK | 0.00 | 0.44 | 0.15 0.27 |
XYZ | 31.5593 | 23.0455 | 35.5857 |
Yxy | 23.0455 | 0.3499 | 0.2555 |
Hunter Lab | 48.0057 | 33.3371 | -10.3465 |
CIE-Lab | 55.1192 | 39.6831 | -15.1445 |
#ba699f color RGB value is (186,105,159).
#ba699f hex color red value is 186, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba699f hue: 0.89 , saturation: 0.37 and the lightness value of ba699f is 0.57.
The process color (four color CMYK) of #ba699f color hex is 0.00, 0.44, 0.15, 0.27. Web safe color of #ba699f is #cc6699. Color #ba699f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01101001 | 10011111 |
Octal | 272 | 151 | 237 |
Decimal | 186 | 105 | 159 |
Hex | BA | 69 | 9F |
Shades of #ba699f
Tints of #ba699f
RGB Percentages of Color #ba699f
CMYK Percentages of Color #ba699f
Complementary Color
#ba699f | #69ba84 |
#ba699f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba699f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba699f Color CSS Codes
.mybgcolor {background-color:#ba699f; } .myforecolor {color:#ba699f; } .mybordercolor {border:3px solid #ba699f; }
#ba699f Text Font Color
<p style="color:#ba699f">Text here</p>
This sample text font color is #ba699f
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.
#ba699f Background Color
<div style="background-color:#ba699f">
Div content here</div>
This div background color is #ba699f
#ba699f Border Color
<div style="border:3px solid #ba699f">
Div here</div>
This div border color is #ba699f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,105,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba699f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba699f; -webkit-box-shadow: 1px 1px 3px 2px #ba699f; box-shadow: 1px 1px 3px 2px #ba699f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,105,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba699f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba699f; -webkit-box-shadow: 1px 1px 3px 2px #ba699f; box-shadow: 1px 1px 3px 2px #ba699f;">
Div content here</div>
This div box has shadow with color #ba699f
Comments
No comments written yet.
Please login to write comment.