Color spaces of #ba3483
RGB | 186 | 52 | 131 |
---|---|---|---|
HSL | 0.90 | 0.56 | 0.47 |
HSV | 325° | 72° | 73° |
CMYK | 0.00 | 0.72 | 0.30 0.27 |
XYZ | 25.5744 | 14.5338 | 22.9301 |
Yxy | 14.5338 | 0.4057 | 0.2306 |
Hunter Lab | 38.1232 | 53.0285 | -8.9751 |
CIE-Lab | 44.9889 | 59.9108 | -13.8371 |
#ba3483 color RGB value is (186,52,131).
#ba3483 hex color red value is 186, green value is 52 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ba3483 hue: 0.90 , saturation: 0.56 and the lightness value of ba3483 is 0.47.
The process color (four color CMYK) of #ba3483 color hex is 0.00, 0.72, 0.30, 0.27. Web safe color of #ba3483 is #cc3399. Color #ba3483 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00110100 | 10000011 |
Octal | 272 | 64 | 203 |
Decimal | 186 | 52 | 131 |
Hex | BA | 34 | 83 |
Shades of #ba3483
Tints of #ba3483
RGB Percentages of Color #ba3483
CMYK Percentages of Color #ba3483
Complementary Color
#ba3483 | #34ba6b |
#ba3483 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba3483 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba3483 Color CSS Codes
.mybgcolor {background-color:#ba3483; } .myforecolor {color:#ba3483; } .mybordercolor {border:3px solid #ba3483; }
#ba3483 Text Font Color
<p style="color:#ba3483">Text here</p>
This sample text font color is #ba3483
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.
#ba3483 Background Color
<div style="background-color:#ba3483">
Div content here</div>
This div background color is #ba3483
#ba3483 Border Color
<div style="border:3px solid #ba3483">
Div here</div>
This div border color is #ba3483
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,52,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba3483; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba3483; -webkit-box-shadow: 1px 1px 3px 2px #ba3483; box-shadow: 1px 1px 3px 2px #ba3483; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,52,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba3483">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba3483; -webkit-box-shadow: 1px 1px 3px 2px #ba3483; box-shadow: 1px 1px 3px 2px #ba3483;">
Div content here</div>
This div box has shadow with color #ba3483
Comments
No comments written yet.
Please login to write comment.