Color spaces of #933590
RGB | 147 | 53 | 144 |
---|---|---|---|
HSL | 0.84 | 0.47 | 0.39 |
HSV | 302° | 64° | 58° |
CMYK | 0.00 | 0.64 | 0.02 0.42 |
XYZ | 18.3398 | 10.7629 | 27.4964 |
Yxy | 10.7629 | 0.3240 | 0.1902 |
Hunter Lab | 32.8069 | 42.3737 | -26.7279 |
CIE-Lab | 39.1782 | 51.0902 | -31.2811 |
#933590 color RGB value is (147,53,144).
#933590 hex color red value is 147, green value is 53 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #933590 hue: 0.84 , saturation: 0.47 and the lightness value of 933590 is 0.39.
The process color (four color CMYK) of #933590 color hex is 0.00, 0.64, 0.02, 0.42. Web safe color of #933590 is #993399. Color #933590 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 00110101 | 10010000 |
Octal | 223 | 65 | 220 |
Decimal | 147 | 53 | 144 |
Hex | 93 | 35 | 90 |
Shades of #933590
Tints of #933590
RGB Percentages of Color #933590
CMYK Percentages of Color #933590
Complementary Color
#933590 | #359338 |
#933590 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#933590 Color Preview on White Background
Lorem ipsum dolor sit amet.
#933590 Color CSS Codes
.mybgcolor {background-color:#933590; } .myforecolor {color:#933590; } .mybordercolor {border:3px solid #933590; }
#933590 Text Font Color
<p style="color:#933590">Text here</p>
This sample text font color is #933590
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.
#933590 Background Color
<div style="background-color:#933590">
Div content here</div>
This div background color is #933590
#933590 Border Color
<div style="border:3px solid #933590">
Div here</div>
This div border color is #933590
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,53,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #933590; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #933590; -webkit-box-shadow: 1px 1px 3px 2px #933590; box-shadow: 1px 1px 3px 2px #933590; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,53,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #933590">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #933590; -webkit-box-shadow: 1px 1px 3px 2px #933590; box-shadow: 1px 1px 3px 2px #933590;">
Div content here</div>
This div box has shadow with color #933590
Comments
No comments written yet.
Please login to write comment.