Color spaces of #835eae
RGB | 131 | 94 | 174 |
---|---|---|---|
HSL | 0.74 | 0.33 | 0.53 |
HSV | 268° | 46° | 68° |
CMYK | 0.25 | 0.46 | 0.00 0.32 |
XYZ | 21.0028 | 15.8867 | 42.0039 |
Yxy | 15.8867 | 0.2662 | 0.2014 |
Hunter Lab | 39.8581 | 24.3069 | -34.5812 |
CIE-Lab | 46.8255 | 31.4852 | -37.2730 |
#835eae color RGB value is (131,94,174).
#835eae hex color red value is 131, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #835eae hue: 0.74 , saturation: 0.33 and the lightness value of 835eae is 0.53.
The process color (four color CMYK) of #835eae color hex is 0.25, 0.46, 0.00, 0.32. Web safe color of #835eae is #996699. Color #835eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01011110 | 10101110 |
Octal | 203 | 136 | 256 |
Decimal | 131 | 94 | 174 |
Hex | 83 | 5E | AE |
Shades of #835eae
Tints of #835eae
RGB Percentages of Color #835eae
CMYK Percentages of Color #835eae
Complementary Color
#835eae | #89ae5e |
#835eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#835eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#835eae Color CSS Codes
.mybgcolor {background-color:#835eae; } .myforecolor {color:#835eae; } .mybordercolor {border:3px solid #835eae; }
#835eae Text Font Color
<p style="color:#835eae">Text here</p>
This sample text font color is #835eae
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.
#835eae Background Color
<div style="background-color:#835eae">
Div content here</div>
This div background color is #835eae
#835eae Border Color
<div style="border:3px solid #835eae">
Div here</div>
This div border color is #835eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,94,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #835eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #835eae; -webkit-box-shadow: 1px 1px 3px 2px #835eae; box-shadow: 1px 1px 3px 2px #835eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,94,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #835eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #835eae; -webkit-box-shadow: 1px 1px 3px 2px #835eae; box-shadow: 1px 1px 3px 2px #835eae;">
Div content here</div>
This div box has shadow with color #835eae
Comments
No comments written yet.
Please login to write comment.