Color spaces of #ba8fbd
RGB | 186 | 143 | 189 |
---|---|---|---|
HSL | 0.82 | 0.26 | 0.65 |
HSV | 296° | 24° | 74° |
CMYK | 0.02 | 0.24 | 0.00 0.26 |
XYZ | 39.2575 | 33.7581 | 52.5910 |
Yxy | 33.7581 | 0.3125 | 0.2688 |
Hunter Lab | 58.1017 | 18.9288 | -12.9954 |
CIE-Lab | 64.7701 | 24.2145 | -17.6620 |
#ba8fbd color RGB value is (186,143,189).
#ba8fbd hex color red value is 186, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba8fbd hue: 0.82 , saturation: 0.26 and the lightness value of ba8fbd is 0.65.
The process color (four color CMYK) of #ba8fbd color hex is 0.02, 0.24, 0.00, 0.26. Web safe color of #ba8fbd is #cc99cc. Color #ba8fbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10001111 | 10111101 |
Octal | 272 | 217 | 275 |
Decimal | 186 | 143 | 189 |
Hex | BA | 8F | BD |
Shades of #ba8fbd
Tints of #ba8fbd
RGB Percentages of Color #ba8fbd
CMYK Percentages of Color #ba8fbd
Complementary Color
#ba8fbd | #92bd8f |
#ba8fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba8fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba8fbd Color CSS Codes
.mybgcolor {background-color:#ba8fbd; } .myforecolor {color:#ba8fbd; } .mybordercolor {border:3px solid #ba8fbd; }
#ba8fbd Text Font Color
<p style="color:#ba8fbd">Text here</p>
This sample text font color is #ba8fbd
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.
#ba8fbd Background Color
<div style="background-color:#ba8fbd">
Div content here</div>
This div background color is #ba8fbd
#ba8fbd Border Color
<div style="border:3px solid #ba8fbd">
Div here</div>
This div border color is #ba8fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,143,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba8fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba8fbd; -webkit-box-shadow: 1px 1px 3px 2px #ba8fbd; box-shadow: 1px 1px 3px 2px #ba8fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,143,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba8fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba8fbd; -webkit-box-shadow: 1px 1px 3px 2px #ba8fbd; box-shadow: 1px 1px 3px 2px #ba8fbd;">
Div content here</div>
This div box has shadow with color #ba8fbd
Comments
No comments written yet.
Please login to write comment.