Color spaces of #836cac
RGB | 131 | 108 | 172 |
---|---|---|---|
HSL | 0.73 | 0.28 | 0.55 |
HSV | 262° | 37° | 67° |
CMYK | 0.24 | 0.37 | 0.00 0.33 |
XYZ | 22.1690 | 18.5290 | 41.4377 |
Yxy | 18.5290 | 0.2699 | 0.2256 |
Hunter Lab | 43.0453 | 16.6009 | -26.9440 |
CIE-Lab | 50.1315 | 22.7294 | -30.9157 |
#836cac color RGB value is (131,108,172).
#836cac hex color red value is 131, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #836cac hue: 0.73 , saturation: 0.28 and the lightness value of 836cac is 0.55.
The process color (four color CMYK) of #836cac color hex is 0.24, 0.37, 0.00, 0.33. Web safe color of #836cac is #996699. Color #836cac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01101100 | 10101100 |
Octal | 203 | 154 | 254 |
Decimal | 131 | 108 | 172 |
Hex | 83 | 6C | AC |
Shades of #836cac
Tints of #836cac
RGB Percentages of Color #836cac
CMYK Percentages of Color #836cac
Complementary Color
#836cac | #95ac6c |
#836cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#836cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#836cac Color CSS Codes
.mybgcolor {background-color:#836cac; } .myforecolor {color:#836cac; } .mybordercolor {border:3px solid #836cac; }
#836cac Text Font Color
<p style="color:#836cac">Text here</p>
This sample text font color is #836cac
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.
#836cac Background Color
<div style="background-color:#836cac">
Div content here</div>
This div background color is #836cac
#836cac Border Color
<div style="border:3px solid #836cac">
Div here</div>
This div border color is #836cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,108,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #836cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #836cac; -webkit-box-shadow: 1px 1px 3px 2px #836cac; box-shadow: 1px 1px 3px 2px #836cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,108,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #836cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #836cac; -webkit-box-shadow: 1px 1px 3px 2px #836cac; box-shadow: 1px 1px 3px 2px #836cac;">
Div content here</div>
This div box has shadow with color #836cac
Comments
No comments written yet.
Please login to write comment.