Color spaces of #ba59ad
RGB | 186 | 89 | 173 |
---|---|---|---|
HSL | 0.86 | 0.41 | 0.54 |
HSV | 308° | 52° | 73° |
CMYK | 0.00 | 0.52 | 0.07 0.27 |
XYZ | 31.3649 | 20.6010 | 41.8584 |
Yxy | 20.6010 | 0.3343 | 0.2196 |
Hunter Lab | 45.3883 | 43.9201 | -22.9071 |
CIE-Lab | 52.5100 | 50.2171 | -27.3038 |
#ba59ad color RGB value is (186,89,173).
#ba59ad hex color red value is 186, green value is 89 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba59ad hue: 0.86 , saturation: 0.41 and the lightness value of ba59ad is 0.54.
The process color (four color CMYK) of #ba59ad color hex is 0.00, 0.52, 0.07, 0.27. Web safe color of #ba59ad is #cc6699. Color #ba59ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01011001 | 10101101 |
Octal | 272 | 131 | 255 |
Decimal | 186 | 89 | 173 |
Hex | BA | 59 | AD |
Shades of #ba59ad
Tints of #ba59ad
RGB Percentages of Color #ba59ad
CMYK Percentages of Color #ba59ad
Complementary Color
#ba59ad | #59ba66 |
#ba59ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba59ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba59ad Color CSS Codes
.mybgcolor {background-color:#ba59ad; } .myforecolor {color:#ba59ad; } .mybordercolor {border:3px solid #ba59ad; }
#ba59ad Text Font Color
<p style="color:#ba59ad">Text here</p>
This sample text font color is #ba59ad
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.
#ba59ad Background Color
<div style="background-color:#ba59ad">
Div content here</div>
This div background color is #ba59ad
#ba59ad Border Color
<div style="border:3px solid #ba59ad">
Div here</div>
This div border color is #ba59ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,89,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba59ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba59ad; -webkit-box-shadow: 1px 1px 3px 2px #ba59ad; box-shadow: 1px 1px 3px 2px #ba59ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,89,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 #ba59ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba59ad; -webkit-box-shadow: 1px 1px 3px 2px #ba59ad; box-shadow: 1px 1px 3px 2px #ba59ad;">
Div content here</div>
This div box has shadow with color #ba59ad
Comments
No comments written yet.
Please login to write comment.