Color spaces of #835dda
RGB | 131 | 93 | 218 |
---|---|---|---|
HSL | 0.72 | 0.63 | 0.61 |
HSV | 258° | 57° | 85° |
CMYK | 0.40 | 0.57 | 0.00 0.15 |
XYZ | 25.9293 | 17.7160 | 68.3826 |
Yxy | 17.7160 | 0.2315 | 0.1581 |
Hunter Lab | 42.0904 | 36.3047 | -66.8629 |
CIE-Lab | 49.1498 | 43.4623 | -58.9469 |
#835dda color RGB value is (131,93,218).
#835dda hex color red value is 131, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #835dda hue: 0.72 , saturation: 0.63 and the lightness value of 835dda is 0.61.
The process color (four color CMYK) of #835dda color hex is 0.40, 0.57, 0.00, 0.15. Web safe color of #835dda is #9966cc. Color #835dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01011101 | 11011010 |
Octal | 203 | 135 | 332 |
Decimal | 131 | 93 | 218 |
Hex | 83 | 5D | DA |
Shades of #835dda
Tints of #835dda
RGB Percentages of Color #835dda
CMYK Percentages of Color #835dda
Complementary Color
#835dda | #b4da5d |
#835dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#835dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#835dda Color CSS Codes
.mybgcolor {background-color:#835dda; } .myforecolor {color:#835dda; } .mybordercolor {border:3px solid #835dda; }
#835dda Text Font Color
<p style="color:#835dda">Text here</p>
This sample text font color is #835dda
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.
#835dda Background Color
<div style="background-color:#835dda">
Div content here</div>
This div background color is #835dda
#835dda Border Color
<div style="border:3px solid #835dda">
Div here</div>
This div border color is #835dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,93,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #835dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #835dda; -webkit-box-shadow: 1px 1px 3px 2px #835dda; box-shadow: 1px 1px 3px 2px #835dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,93,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #835dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #835dda; -webkit-box-shadow: 1px 1px 3px 2px #835dda; box-shadow: 1px 1px 3px 2px #835dda;">
Div content here</div>
This div box has shadow with color #835dda
Comments
No comments written yet.
Please login to write comment.