Color spaces of #ba358c
RGB | 186 | 53 | 140 |
---|---|---|---|
HSL | 0.89 | 0.56 | 0.47 |
HSV | 321° | 72° | 73° |
CMYK | 0.00 | 0.72 | 0.25 0.27 |
XYZ | 26.2564 | 14.8788 | 26.2990 |
Yxy | 14.8788 | 0.3894 | 0.2206 |
Hunter Lab | 38.5730 | 54.0009 | -13.4226 |
CIE-Lab | 45.4677 | 60.6912 | -18.5748 |
#ba358c color RGB value is (186,53,140).
#ba358c hex color red value is 186, green value is 53 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ba358c hue: 0.89 , saturation: 0.56 and the lightness value of ba358c is 0.47.
The process color (four color CMYK) of #ba358c color hex is 0.00, 0.72, 0.25, 0.27. Web safe color of #ba358c is #cc3399. Color #ba358c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00110101 | 10001100 |
Octal | 272 | 65 | 214 |
Decimal | 186 | 53 | 140 |
Hex | BA | 35 | 8C |
Shades of #ba358c
Tints of #ba358c
RGB Percentages of Color #ba358c
CMYK Percentages of Color #ba358c
Complementary Color
#ba358c | #35ba63 |
#ba358c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba358c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba358c Color CSS Codes
.mybgcolor {background-color:#ba358c; } .myforecolor {color:#ba358c; } .mybordercolor {border:3px solid #ba358c; }
#ba358c Text Font Color
<p style="color:#ba358c">Text here</p>
This sample text font color is #ba358c
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.
#ba358c Background Color
<div style="background-color:#ba358c">
Div content here</div>
This div background color is #ba358c
#ba358c Border Color
<div style="border:3px solid #ba358c">
Div here</div>
This div border color is #ba358c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,53,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba358c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba358c; -webkit-box-shadow: 1px 1px 3px 2px #ba358c; box-shadow: 1px 1px 3px 2px #ba358c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,53,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba358c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba358c; -webkit-box-shadow: 1px 1px 3px 2px #ba358c; box-shadow: 1px 1px 3px 2px #ba358c;">
Div content here</div>
This div box has shadow with color #ba358c
Comments
No comments written yet.
Please login to write comment.