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