Color spaces of #953993
RGB | 149 | 57 | 147 |
---|---|---|---|
HSL | 0.84 | 0.45 | 0.40 |
HSV | 301° | 62° | 58° |
CMYK | 0.00 | 0.62 | 0.01 0.42 |
XYZ | 19.1240 | 11.4224 | 28.8006 |
Yxy | 11.4224 | 0.3222 | 0.1925 |
Hunter Lab | 33.7970 | 41.8591 | -26.8668 |
CIE-Lab | 40.2830 | 50.3891 | -31.3442 |
#953993 color RGB value is (149,57,147).
#953993 hex color red value is 149, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #953993 hue: 0.84 , saturation: 0.45 and the lightness value of 953993 is 0.40.
The process color (four color CMYK) of #953993 color hex is 0.00, 0.62, 0.01, 0.42. Web safe color of #953993 is #993399. Color #953993 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00111001 | 10010011 |
Octal | 225 | 71 | 223 |
Decimal | 149 | 57 | 147 |
Hex | 95 | 39 | 93 |
Shades of #953993
Tints of #953993
RGB Percentages of Color #953993
CMYK Percentages of Color #953993
Complementary Color
#953993 | #39953b |
#953993 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#953993 Color Preview on White Background
Lorem ipsum dolor sit amet.
#953993 Color CSS Codes
.mybgcolor {background-color:#953993; } .myforecolor {color:#953993; } .mybordercolor {border:3px solid #953993; }
#953993 Text Font Color
<p style="color:#953993">Text here</p>
This sample text font color is #953993
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.
#953993 Background Color
<div style="background-color:#953993">
Div content here</div>
This div background color is #953993
#953993 Border Color
<div style="border:3px solid #953993">
Div here</div>
This div border color is #953993
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,57,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #953993; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #953993; -webkit-box-shadow: 1px 1px 3px 2px #953993; box-shadow: 1px 1px 3px 2px #953993; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,57,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #953993">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #953993; -webkit-box-shadow: 1px 1px 3px 2px #953993; box-shadow: 1px 1px 3px 2px #953993;">
Div content here</div>
This div box has shadow with color #953993
Comments
No comments written yet.
Please login to write comment.