Color spaces of #ba1bca
RGB | 186 | 27 | 202 |
---|---|---|---|
HSL | 0.82 | 0.76 | 0.45 |
HSV | 295° | 87° | 79° |
CMYK | 0.08 | 0.87 | 0.00 0.21 |
XYZ | 31.3023 | 15.4872 | 57.2166 |
Yxy | 15.4872 | 0.3010 | 0.1489 |
Hunter Lab | 39.3538 | 73.1112 | -58.6543 |
CIE-Lab | 46.2944 | 76.7786 | -53.9886 |
#ba1bca color RGB value is (186,27,202).
#ba1bca hex color red value is 186, green value is 27 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba1bca hue: 0.82 , saturation: 0.76 and the lightness value of ba1bca is 0.45.
The process color (four color CMYK) of #ba1bca color hex is 0.08, 0.87, 0.00, 0.21. Web safe color of #ba1bca is #cc33cc. Color #ba1bca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00011011 | 11001010 |
Octal | 272 | 33 | 312 |
Decimal | 186 | 27 | 202 |
Hex | BA | 1B | CA |
Shades of #ba1bca
Tints of #ba1bca
RGB Percentages of Color #ba1bca
CMYK Percentages of Color #ba1bca
Complementary Color
#ba1bca | #2bca1b |
#ba1bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba1bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba1bca Color CSS Codes
.mybgcolor {background-color:#ba1bca; } .myforecolor {color:#ba1bca; } .mybordercolor {border:3px solid #ba1bca; }
#ba1bca Text Font Color
<p style="color:#ba1bca">Text here</p>
This sample text font color is #ba1bca
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.
#ba1bca Background Color
<div style="background-color:#ba1bca">
Div content here</div>
This div background color is #ba1bca
#ba1bca Border Color
<div style="border:3px solid #ba1bca">
Div here</div>
This div border color is #ba1bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,27,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba1bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba1bca; -webkit-box-shadow: 1px 1px 3px 2px #ba1bca; box-shadow: 1px 1px 3px 2px #ba1bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,27,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba1bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba1bca; -webkit-box-shadow: 1px 1px 3px 2px #ba1bca; box-shadow: 1px 1px 3px 2px #ba1bca;">
Div content here</div>
This div box has shadow with color #ba1bca
Comments
No comments written yet.
Please login to write comment.