Color spaces of #ba268e
RGB | 186 | 38 | 142 |
---|---|---|---|
HSL | 0.88 | 0.66 | 0.44 |
HSV | 318° | 80° | 73° |
CMYK | 0.00 | 0.80 | 0.24 0.27 |
XYZ | 25.8253 | 13.7783 | 26.8895 |
Yxy | 13.7783 | 0.3884 | 0.2072 |
Hunter Lab | 37.1191 | 59.2313 | -16.9669 |
CIE-Lab | 43.9133 | 65.5994 | -22.1802 |
#ba268e color RGB value is (186,38,142).
#ba268e hex color red value is 186, green value is 38 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ba268e hue: 0.88 , saturation: 0.66 and the lightness value of ba268e is 0.44.
The process color (four color CMYK) of #ba268e color hex is 0.00, 0.80, 0.24, 0.27. Web safe color of #ba268e is #cc3399. Color #ba268e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 00100110 | 10001110 |
Octal | 272 | 46 | 216 |
Decimal | 186 | 38 | 142 |
Hex | BA | 26 | 8E |
Shades of #ba268e
Tints of #ba268e
RGB Percentages of Color #ba268e
CMYK Percentages of Color #ba268e
Complementary Color
#ba268e | #26ba52 |
#ba268e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba268e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba268e Color CSS Codes
.mybgcolor {background-color:#ba268e; } .myforecolor {color:#ba268e; } .mybordercolor {border:3px solid #ba268e; }
#ba268e Text Font Color
<p style="color:#ba268e">Text here</p>
This sample text font color is #ba268e
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.
#ba268e Background Color
<div style="background-color:#ba268e">
Div content here</div>
This div background color is #ba268e
#ba268e Border Color
<div style="border:3px solid #ba268e">
Div here</div>
This div border color is #ba268e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,38,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba268e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba268e; -webkit-box-shadow: 1px 1px 3px 2px #ba268e; box-shadow: 1px 1px 3px 2px #ba268e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,38,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba268e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba268e; -webkit-box-shadow: 1px 1px 3px 2px #ba268e; box-shadow: 1px 1px 3px 2px #ba268e;">
Div content here</div>
This div box has shadow with color #ba268e
Comments
No comments written yet.
Please login to write comment.