Color spaces of #ba585d
RGB | 186 | 88 | 93 |
---|---|---|---|
HSL | 0.99 | 0.42 | 0.54 |
HSV | 357° | 53° | 73° |
CMYK | 0.00 | 0.53 | 0.50 0.27 |
XYZ | 25.7152 | 18.2089 | 12.5152 |
Yxy | 18.2089 | 0.4556 | 0.3226 |
Hunter Lab | 42.6719 | 32.8930 | 12.4812 |
CIE-Lab | 49.7485 | 39.9867 | 16.1170 |
#ba585d color RGB value is (186,88,93).
#ba585d hex color red value is 186, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ba585d hue: 0.99 , saturation: 0.42 and the lightness value of ba585d is 0.54.
The process color (four color CMYK) of #ba585d color hex is 0.00, 0.53, 0.50, 0.27. Web safe color of #ba585d is #cc6666. Color #ba585d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01011000 | 01011101 |
Octal | 272 | 130 | 135 |
Decimal | 186 | 88 | 93 |
Hex | BA | 58 | 5D |
Shades of #ba585d
Tints of #ba585d
RGB Percentages of Color #ba585d
CMYK Percentages of Color #ba585d
Complementary Color
#ba585d | #58bab5 |
#ba585d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba585d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba585d Color CSS Codes
.mybgcolor {background-color:#ba585d; } .myforecolor {color:#ba585d; } .mybordercolor {border:3px solid #ba585d; }
#ba585d Text Font Color
<p style="color:#ba585d">Text here</p>
This sample text font color is #ba585d
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.
#ba585d Background Color
<div style="background-color:#ba585d">
Div content here</div>
This div background color is #ba585d
#ba585d Border Color
<div style="border:3px solid #ba585d">
Div here</div>
This div border color is #ba585d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,88,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba585d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba585d; -webkit-box-shadow: 1px 1px 3px 2px #ba585d; box-shadow: 1px 1px 3px 2px #ba585d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,88,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba585d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba585d; -webkit-box-shadow: 1px 1px 3px 2px #ba585d; box-shadow: 1px 1px 3px 2px #ba585d;">
Div content here</div>
This div box has shadow with color #ba585d
Comments
No comments written yet.
Please login to write comment.