Color spaces of #90346a
RGB | 144 | 52 | 106 |
---|---|---|---|
HSL | 0.90 | 0.47 | 0.38 |
HSV | 325° | 64° | 56° |
CMYK | 0.00 | 0.64 | 0.26 0.44 |
XYZ | 15.3311 | 9.4259 | 14.6470 |
Yxy | 9.4259 | 0.3891 | 0.2392 |
Hunter Lab | 30.7016 | 35.4075 | -6.7947 |
CIE-Lab | 36.7917 | 44.6246 | -11.4568 |
#90346a color RGB value is (144,52,106).
#90346a hex color red value is 144, green value is 52 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #90346a hue: 0.90 , saturation: 0.47 and the lightness value of 90346a is 0.38.
The process color (four color CMYK) of #90346a color hex is 0.00, 0.64, 0.26, 0.44. Web safe color of #90346a is #993366. Color #90346a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00110100 | 01101010 |
Octal | 220 | 64 | 152 |
Decimal | 144 | 52 | 106 |
Hex | 90 | 34 | 6A |
Shades of #90346a
Tints of #90346a
RGB Percentages of Color #90346a
CMYK Percentages of Color #90346a
Complementary Color
#90346a | #34905a |
#90346a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90346a Color Preview on White Background
Lorem ipsum dolor sit amet.
#90346a Color CSS Codes
.mybgcolor {background-color:#90346a; } .myforecolor {color:#90346a; } .mybordercolor {border:3px solid #90346a; }
#90346a Text Font Color
<p style="color:#90346a">Text here</p>
This sample text font color is #90346a
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.
#90346a Background Color
<div style="background-color:#90346a">
Div content here</div>
This div background color is #90346a
#90346a Border Color
<div style="border:3px solid #90346a">
Div here</div>
This div border color is #90346a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,52,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90346a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90346a; -webkit-box-shadow: 1px 1px 3px 2px #90346a; box-shadow: 1px 1px 3px 2px #90346a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,52,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90346a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90346a; -webkit-box-shadow: 1px 1px 3px 2px #90346a; box-shadow: 1px 1px 3px 2px #90346a;">
Div content here</div>
This div box has shadow with color #90346a
Comments
No comments written yet.
Please login to write comment.