Color spaces of #ba357e
RGB | 186 | 53 | 126 |
---|---|---|---|
HSL | 0.91 | 0.56 | 0.47 |
HSV | 327° | 72° | 73° |
CMYK | 0.00 | 0.72 | 0.32 0.27 |
XYZ | 25.2887 | 14.4917 | 21.2030 |
Yxy | 14.4917 | 0.4147 | 0.2376 |
Hunter Lab | 38.0680 | 51.9593 | -6.3756 |
CIE-Lab | 44.9300 | 58.9584 | -10.8729 |
#ba357e color RGB value is (186,53,126).
#ba357e hex color red value is 186, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba357e hue: 0.91 , saturation: 0.56 and the lightness value of ba357e is 0.47.
The process color (four color CMYK) of #ba357e color hex is 0.00, 0.72, 0.32, 0.27. Web safe color of #ba357e is #cc3366. Color #ba357e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00110101 | 01111110 |
Octal | 272 | 65 | 176 |
Decimal | 186 | 53 | 126 |
Hex | BA | 35 | 7E |
Shades of #ba357e
Tints of #ba357e
RGB Percentages of Color #ba357e
CMYK Percentages of Color #ba357e
Complementary Color
#ba357e | #35ba71 |
#ba357e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba357e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba357e Color CSS Codes
.mybgcolor {background-color:#ba357e; } .myforecolor {color:#ba357e; } .mybordercolor {border:3px solid #ba357e; }
#ba357e Text Font Color
<p style="color:#ba357e">Text here</p>
This sample text font color is #ba357e
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.
#ba357e Background Color
<div style="background-color:#ba357e">
Div content here</div>
This div background color is #ba357e
#ba357e Border Color
<div style="border:3px solid #ba357e">
Div here</div>
This div border color is #ba357e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,53,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba357e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba357e; -webkit-box-shadow: 1px 1px 3px 2px #ba357e; box-shadow: 1px 1px 3px 2px #ba357e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,53,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba357e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba357e; -webkit-box-shadow: 1px 1px 3px 2px #ba357e; box-shadow: 1px 1px 3px 2px #ba357e;">
Div content here</div>
This div box has shadow with color #ba357e
Comments
No comments written yet.
Please login to write comment.