Color spaces of #953057
RGB | 149 | 48 | 87 |
---|---|---|---|
HSL | 0.94 | 0.51 | 0.39 |
HSV | 337° | 68° | 58° |
CMYK | 0.00 | 0.68 | 0.42 0.42 |
XYZ | 15.1717 | 9.1916 | 9.9913 |
Yxy | 9.1916 | 0.4416 | 0.2676 |
Hunter Lab | 30.3177 | 36.2699 | 1.6831 |
CIE-Lab | 36.3506 | 45.5793 | 0.0505 |
#953057 color RGB value is (149,48,87).
#953057 hex color red value is 149, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #953057 hue: 0.94 , saturation: 0.51 and the lightness value of 953057 is 0.39.
The process color (four color CMYK) of #953057 color hex is 0.00, 0.68, 0.42, 0.42. Web safe color of #953057 is #993366. Color #953057 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00110000 | 01010111 |
Octal | 225 | 60 | 127 |
Decimal | 149 | 48 | 87 |
Hex | 95 | 30 | 57 |
Shades of #953057
Tints of #953057
RGB Percentages of Color #953057
CMYK Percentages of Color #953057
Complementary Color
#953057 | #30956e |
#953057 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#953057 Color Preview on White Background
Lorem ipsum dolor sit amet.
#953057 Color CSS Codes
.mybgcolor {background-color:#953057; } .myforecolor {color:#953057; } .mybordercolor {border:3px solid #953057; }
#953057 Text Font Color
<p style="color:#953057">Text here</p>
This sample text font color is #953057
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.
#953057 Background Color
<div style="background-color:#953057">
Div content here</div>
This div background color is #953057
#953057 Border Color
<div style="border:3px solid #953057">
Div here</div>
This div border color is #953057
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,48,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #953057; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #953057; -webkit-box-shadow: 1px 1px 3px 2px #953057; box-shadow: 1px 1px 3px 2px #953057; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,48,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #953057">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #953057; -webkit-box-shadow: 1px 1px 3px 2px #953057; box-shadow: 1px 1px 3px 2px #953057;">
Div content here</div>
This div box has shadow with color #953057
Comments
No comments written yet.
Please login to write comment.