Color spaces of #ba669f
RGB | 186 | 102 | 159 |
---|---|---|---|
HSL | 0.89 | 0.38 | 0.56 |
HSV | 319° | 45° | 73° |
CMYK | 0.00 | 0.45 | 0.15 0.27 |
XYZ | 31.2591 | 22.4450 | 35.4857 |
Yxy | 22.4450 | 0.3505 | 0.2517 |
Hunter Lab | 47.3762 | 34.8672 | -11.2461 |
CIE-Lab | 54.4960 | 41.2679 | -16.0898 |
#ba669f color RGB value is (186,102,159).
#ba669f hex color red value is 186, green value is 102 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ba669f hue: 0.89 , saturation: 0.38 and the lightness value of ba669f is 0.56.
The process color (four color CMYK) of #ba669f color hex is 0.00, 0.45, 0.15, 0.27. Web safe color of #ba669f is #cc6699. Color #ba669f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01100110 | 10011111 |
Octal | 272 | 146 | 237 |
Decimal | 186 | 102 | 159 |
Hex | BA | 66 | 9F |
Shades of #ba669f
Tints of #ba669f
RGB Percentages of Color #ba669f
CMYK Percentages of Color #ba669f
Complementary Color
#ba669f | #66ba81 |
#ba669f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba669f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba669f Color CSS Codes
.mybgcolor {background-color:#ba669f; } .myforecolor {color:#ba669f; } .mybordercolor {border:3px solid #ba669f; }
#ba669f Text Font Color
<p style="color:#ba669f">Text here</p>
This sample text font color is #ba669f
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.
#ba669f Background Color
<div style="background-color:#ba669f">
Div content here</div>
This div background color is #ba669f
#ba669f Border Color
<div style="border:3px solid #ba669f">
Div here</div>
This div border color is #ba669f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,102,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba669f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba669f; -webkit-box-shadow: 1px 1px 3px 2px #ba669f; box-shadow: 1px 1px 3px 2px #ba669f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,102,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 #ba669f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba669f; -webkit-box-shadow: 1px 1px 3px 2px #ba669f; box-shadow: 1px 1px 3px 2px #ba669f;">
Div content here</div>
This div box has shadow with color #ba669f
Comments
No comments written yet.
Please login to write comment.