Color spaces of #ba748d
RGB | 186 | 116 | 141 |
---|---|---|---|
HSL | 0.94 | 0.34 | 0.59 |
HSV | 339° | 38° | 73° |
CMYK | 0.00 | 0.38 | 0.24 0.27 |
XYZ | 31.3028 | 24.8530 | 28.3466 |
Yxy | 24.8530 | 0.3704 | 0.2941 |
Hunter Lab | 49.8528 | 24.8386 | 1.1843 |
CIE-Lab | 56.9319 | 30.9291 | -1.9610 |
#ba748d color RGB value is (186,116,141).
#ba748d hex color red value is 186, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ba748d hue: 0.94 , saturation: 0.34 and the lightness value of ba748d is 0.59.
The process color (four color CMYK) of #ba748d color hex is 0.00, 0.38, 0.24, 0.27. Web safe color of #ba748d is #cc6699. Color #ba748d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01110100 | 10001101 |
Octal | 272 | 164 | 215 |
Decimal | 186 | 116 | 141 |
Hex | BA | 74 | 8D |
Shades of #ba748d
Tints of #ba748d
RGB Percentages of Color #ba748d
CMYK Percentages of Color #ba748d
Complementary Color
#ba748d | #74baa1 |
#ba748d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba748d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba748d Color CSS Codes
.mybgcolor {background-color:#ba748d; } .myforecolor {color:#ba748d; } .mybordercolor {border:3px solid #ba748d; }
#ba748d Text Font Color
<p style="color:#ba748d">Text here</p>
This sample text font color is #ba748d
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.
#ba748d Background Color
<div style="background-color:#ba748d">
Div content here</div>
This div background color is #ba748d
#ba748d Border Color
<div style="border:3px solid #ba748d">
Div here</div>
This div border color is #ba748d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,116,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba748d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba748d; -webkit-box-shadow: 1px 1px 3px 2px #ba748d; box-shadow: 1px 1px 3px 2px #ba748d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,116,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba748d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba748d; -webkit-box-shadow: 1px 1px 3px 2px #ba748d; box-shadow: 1px 1px 3px 2px #ba748d;">
Div content here</div>
This div box has shadow with color #ba748d
Comments
No comments written yet.
Please login to write comment.