Color spaces of #ba237e
RGB | 186 | 35 | 126 |
---|---|---|---|
HSL | 0.90 | 0.68 | 0.43 |
HSV | 324° | 81° | 73° |
CMYK | 0.00 | 0.81 | 0.32 0.27 |
XYZ | 24.6166 | 13.1475 | 20.9789 |
Yxy | 13.1475 | 0.4191 | 0.2238 |
Hunter Lab | 36.2595 | 57.7297 | -8.9222 |
CIE-Lab | 42.9847 | 64.4689 | -13.8171 |
#ba237e color RGB value is (186,35,126).
#ba237e hex color red value is 186, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba237e hue: 0.90 , saturation: 0.68 and the lightness value of ba237e is 0.43.
The process color (four color CMYK) of #ba237e color hex is 0.00, 0.81, 0.32, 0.27. Web safe color of #ba237e is #cc3366. Color #ba237e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00100011 | 01111110 |
Octal | 272 | 43 | 176 |
Decimal | 186 | 35 | 126 |
Hex | BA | 23 | 7E |
Shades of #ba237e
Tints of #ba237e
RGB Percentages of Color #ba237e
CMYK Percentages of Color #ba237e
Complementary Color
#ba237e | #23ba5f |
#ba237e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba237e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba237e Color CSS Codes
.mybgcolor {background-color:#ba237e; } .myforecolor {color:#ba237e; } .mybordercolor {border:3px solid #ba237e; }
#ba237e Text Font Color
<p style="color:#ba237e">Text here</p>
This sample text font color is #ba237e
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.
#ba237e Background Color
<div style="background-color:#ba237e">
Div content here</div>
This div background color is #ba237e
#ba237e Border Color
<div style="border:3px solid #ba237e">
Div here</div>
This div border color is #ba237e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,35,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba237e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba237e; -webkit-box-shadow: 1px 1px 3px 2px #ba237e; box-shadow: 1px 1px 3px 2px #ba237e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,35,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 #ba237e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba237e; -webkit-box-shadow: 1px 1px 3px 2px #ba237e; box-shadow: 1px 1px 3px 2px #ba237e;">
Div content here</div>
This div box has shadow with color #ba237e
Comments
No comments written yet.
Please login to write comment.