Color spaces of #832890
RGB | 131 | 40 | 144 |
---|---|---|---|
HSL | 0.81 | 0.57 | 0.36 |
HSV | 293° | 72° | 56° |
CMYK | 0.09 | 0.72 | 0.00 0.44 |
XYZ | 15.1529 | 8.3565 | 27.1999 |
Yxy | 8.3565 | 0.2988 | 0.1648 |
Hunter Lab | 28.9076 | 42.9785 | -35.5521 |
CIE-Lab | 34.7146 | 52.5191 | -38.5210 |
#832890 color RGB value is (131,40,144).
#832890 hex color red value is 131, green value is 40 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #832890 hue: 0.81 , saturation: 0.57 and the lightness value of 832890 is 0.36.
The process color (four color CMYK) of #832890 color hex is 0.09, 0.72, 0.00, 0.44. Web safe color of #832890 is #993399. Color #832890 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 00101000 | 10010000 |
Octal | 203 | 50 | 220 |
Decimal | 131 | 40 | 144 |
Hex | 83 | 28 | 90 |
Shades of #832890
Tints of #832890
RGB Percentages of Color #832890
CMYK Percentages of Color #832890
Complementary Color
#832890 | #359028 |
#832890 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#832890 Color Preview on White Background
Lorem ipsum dolor sit amet.
#832890 Color CSS Codes
.mybgcolor {background-color:#832890; } .myforecolor {color:#832890; } .mybordercolor {border:3px solid #832890; }
#832890 Text Font Color
<p style="color:#832890">Text here</p>
This sample text font color is #832890
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.
#832890 Background Color
<div style="background-color:#832890">
Div content here</div>
This div background color is #832890
#832890 Border Color
<div style="border:3px solid #832890">
Div here</div>
This div border color is #832890
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,40,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #832890; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #832890; -webkit-box-shadow: 1px 1px 3px 2px #832890; box-shadow: 1px 1px 3px 2px #832890; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,40,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 #832890">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #832890; -webkit-box-shadow: 1px 1px 3px 2px #832890; box-shadow: 1px 1px 3px 2px #832890;">
Div content here</div>
This div box has shadow with color #832890
Comments
No comments written yet.
Please login to write comment.