Color spaces of #ba8fab
RGB | 186 | 143 | 171 |
---|---|---|---|
HSL | 0.89 | 0.24 | 0.65 |
HSV | 321° | 23° | 73° |
CMYK | 0.00 | 0.23 | 0.08 0.27 |
XYZ | 37.4228 | 33.0243 | 42.9300 |
Yxy | 33.0243 | 0.3301 | 0.2913 |
Hunter Lab | 57.4668 | 15.6737 | -4.0653 |
CIE-Lab | 64.1806 | 20.8620 | -8.4126 |
#ba8fab color RGB value is (186,143,171).
#ba8fab hex color red value is 186, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba8fab hue: 0.89 , saturation: 0.24 and the lightness value of ba8fab is 0.65.
The process color (four color CMYK) of #ba8fab color hex is 0.00, 0.23, 0.08, 0.27. Web safe color of #ba8fab is #cc9999. Color #ba8fab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10001111 | 10101011 |
Octal | 272 | 217 | 253 |
Decimal | 186 | 143 | 171 |
Hex | BA | 8F | AB |
Shades of #ba8fab
Tints of #ba8fab
RGB Percentages of Color #ba8fab
CMYK Percentages of Color #ba8fab
Complementary Color
#ba8fab | #8fba9e |
#ba8fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba8fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba8fab Color CSS Codes
.mybgcolor {background-color:#ba8fab; } .myforecolor {color:#ba8fab; } .mybordercolor {border:3px solid #ba8fab; }
#ba8fab Text Font Color
<p style="color:#ba8fab">Text here</p>
This sample text font color is #ba8fab
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.
#ba8fab Background Color
<div style="background-color:#ba8fab">
Div content here</div>
This div background color is #ba8fab
#ba8fab Border Color
<div style="border:3px solid #ba8fab">
Div here</div>
This div border color is #ba8fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,143,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba8fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba8fab; -webkit-box-shadow: 1px 1px 3px 2px #ba8fab; box-shadow: 1px 1px 3px 2px #ba8fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,143,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba8fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba8fab; -webkit-box-shadow: 1px 1px 3px 2px #ba8fab; box-shadow: 1px 1px 3px 2px #ba8fab;">
Div content here</div>
This div box has shadow with color #ba8fab
Comments
No comments written yet.
Please login to write comment.