Color spaces of #ba16ad
RGB | 186 | 22 | 173 |
---|---|---|---|
HSL | 0.85 | 0.79 | 0.41 |
HSV | 305° | 88° | 73° |
CMYK | 0.00 | 0.88 | 0.07 0.27 |
XYZ | 28.0794 | 14.0301 | 40.7633 |
Yxy | 14.0301 | 0.3388 | 0.1693 |
Hunter Lab | 37.4568 | 68.2628 | -38.3041 |
CIE-Lab | 44.2761 | 73.1962 | -40.2208 |
#ba16ad color RGB value is (186,22,173).
#ba16ad hex color red value is 186, green value is 22 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba16ad hue: 0.85 , saturation: 0.79 and the lightness value of ba16ad is 0.41.
The process color (four color CMYK) of #ba16ad color hex is 0.00, 0.88, 0.07, 0.27. Web safe color of #ba16ad is #cc0099. Color #ba16ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00010110 | 10101101 |
Octal | 272 | 26 | 255 |
Decimal | 186 | 22 | 173 |
Hex | BA | 16 | AD |
Shades of #ba16ad
Tints of #ba16ad
RGB Percentages of Color #ba16ad
CMYK Percentages of Color #ba16ad
Complementary Color
#ba16ad | #16ba23 |
#ba16ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba16ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba16ad Color CSS Codes
.mybgcolor {background-color:#ba16ad; } .myforecolor {color:#ba16ad; } .mybordercolor {border:3px solid #ba16ad; }
#ba16ad Text Font Color
<p style="color:#ba16ad">Text here</p>
This sample text font color is #ba16ad
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.
#ba16ad Background Color
<div style="background-color:#ba16ad">
Div content here</div>
This div background color is #ba16ad
#ba16ad Border Color
<div style="border:3px solid #ba16ad">
Div here</div>
This div border color is #ba16ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,22,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba16ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba16ad; -webkit-box-shadow: 1px 1px 3px 2px #ba16ad; box-shadow: 1px 1px 3px 2px #ba16ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,22,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba16ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba16ad; -webkit-box-shadow: 1px 1px 3px 2px #ba16ad; box-shadow: 1px 1px 3px 2px #ba16ad;">
Div content here</div>
This div box has shadow with color #ba16ad
Comments
No comments written yet.
Please login to write comment.