Color spaces of #ba52af
RGB | 186 | 82 | 175 |
---|---|---|---|
HSL | 0.85 | 0.43 | 0.53 |
HSV | 306° | 56° | 73° |
CMYK | 0.00 | 0.56 | 0.06 0.27 |
XYZ | 31.0049 | 19.5688 | 42.7005 |
Yxy | 19.5688 | 0.3324 | 0.2098 |
Hunter Lab | 44.2366 | 47.6943 | -26.2655 |
CIE-Lab | 51.3461 | 53.9068 | -30.2792 |
#ba52af color RGB value is (186,82,175).
#ba52af hex color red value is 186, green value is 82 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba52af hue: 0.85 , saturation: 0.43 and the lightness value of ba52af is 0.53.
The process color (four color CMYK) of #ba52af color hex is 0.00, 0.56, 0.06, 0.27. Web safe color of #ba52af is #cc6699. Color #ba52af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01010010 | 10101111 |
Octal | 272 | 122 | 257 |
Decimal | 186 | 82 | 175 |
Hex | BA | 52 | AF |
Shades of #ba52af
Tints of #ba52af
RGB Percentages of Color #ba52af
CMYK Percentages of Color #ba52af
Complementary Color
#ba52af | #52ba5d |
#ba52af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba52af Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba52af Color CSS Codes
.mybgcolor {background-color:#ba52af; } .myforecolor {color:#ba52af; } .mybordercolor {border:3px solid #ba52af; }
#ba52af Text Font Color
<p style="color:#ba52af">Text here</p>
This sample text font color is #ba52af
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.
#ba52af Background Color
<div style="background-color:#ba52af">
Div content here</div>
This div background color is #ba52af
#ba52af Border Color
<div style="border:3px solid #ba52af">
Div here</div>
This div border color is #ba52af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,82,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba52af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba52af; -webkit-box-shadow: 1px 1px 3px 2px #ba52af; box-shadow: 1px 1px 3px 2px #ba52af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,82,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba52af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba52af; -webkit-box-shadow: 1px 1px 3px 2px #ba52af; box-shadow: 1px 1px 3px 2px #ba52af;">
Div content here</div>
This div box has shadow with color #ba52af
Comments
No comments written yet.
Please login to write comment.