Color spaces of #ba476f
RGB | 186 | 71 | 111 |
---|---|---|---|
HSL | 0.94 | 0.45 | 0.50 |
HSV | 339° | 62° | 73° |
CMYK | 0.00 | 0.62 | 0.40 0.27 |
XYZ | 25.3722 | 16.0933 | 16.8080 |
Yxy | 16.0933 | 0.4354 | 0.2762 |
Hunter Lab | 40.1165 | 42.6910 | 3.2402 |
CIE-Lab | 47.0967 | 49.9729 | 1.5000 |
#ba476f color RGB value is (186,71,111).
#ba476f hex color red value is 186, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ba476f hue: 0.94 , saturation: 0.45 and the lightness value of ba476f is 0.50.
The process color (four color CMYK) of #ba476f color hex is 0.00, 0.62, 0.40, 0.27. Web safe color of #ba476f is #cc3366. Color #ba476f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01000111 | 01101111 |
Octal | 272 | 107 | 157 |
Decimal | 186 | 71 | 111 |
Hex | BA | 47 | 6F |
Shades of #ba476f
Tints of #ba476f
RGB Percentages of Color #ba476f
CMYK Percentages of Color #ba476f
Complementary Color
#ba476f | #47ba92 |
#ba476f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba476f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba476f Color CSS Codes
.mybgcolor {background-color:#ba476f; } .myforecolor {color:#ba476f; } .mybordercolor {border:3px solid #ba476f; }
#ba476f Text Font Color
<p style="color:#ba476f">Text here</p>
This sample text font color is #ba476f
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.
#ba476f Background Color
<div style="background-color:#ba476f">
Div content here</div>
This div background color is #ba476f
#ba476f Border Color
<div style="border:3px solid #ba476f">
Div here</div>
This div border color is #ba476f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,71,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba476f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba476f; -webkit-box-shadow: 1px 1px 3px 2px #ba476f; box-shadow: 1px 1px 3px 2px #ba476f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,71,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba476f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba476f; -webkit-box-shadow: 1px 1px 3px 2px #ba476f; box-shadow: 1px 1px 3px 2px #ba476f;">
Div content here</div>
This div box has shadow with color #ba476f
Comments
No comments written yet.
Please login to write comment.