Color spaces of #831dec
RGB | 131 | 29 | 236 |
---|---|---|---|
HSL | 0.75 | 0.84 | 0.52 |
HSV | 270° | 88° | 93° |
CMYK | 0.44 | 0.88 | 0.00 0.07 |
XYZ | 24.9398 | 11.7602 | 80.3123 |
Yxy | 11.7602 | 0.2131 | 0.1005 |
Hunter Lab | 34.2931 | 69.8017 | -114.8481 |
CIE-Lab | 40.8324 | 75.1345 | -82.7183 |
#831dec color RGB value is (131,29,236).
#831dec hex color red value is 131, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #831dec hue: 0.75 , saturation: 0.84 and the lightness value of 831dec is 0.52.
The process color (four color CMYK) of #831dec color hex is 0.44, 0.88, 0.00, 0.07. Web safe color of #831dec is #9933ff. Color #831dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 00011101 | 11101100 |
Octal | 203 | 35 | 354 |
Decimal | 131 | 29 | 236 |
Hex | 83 | 1D | EC |
Shades of #831dec
Tints of #831dec
RGB Percentages of Color #831dec
CMYK Percentages of Color #831dec
Complementary Color
#831dec | #86ec1d |
#831dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#831dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#831dec Color CSS Codes
.mybgcolor {background-color:#831dec; } .myforecolor {color:#831dec; } .mybordercolor {border:3px solid #831dec; }
#831dec Text Font Color
<p style="color:#831dec">Text here</p>
This sample text font color is #831dec
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.
#831dec Background Color
<div style="background-color:#831dec">
Div content here</div>
This div background color is #831dec
#831dec Border Color
<div style="border:3px solid #831dec">
Div here</div>
This div border color is #831dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,29,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #831dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #831dec; -webkit-box-shadow: 1px 1px 3px 2px #831dec; box-shadow: 1px 1px 3px 2px #831dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,29,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #831dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #831dec; -webkit-box-shadow: 1px 1px 3px 2px #831dec; box-shadow: 1px 1px 3px 2px #831dec;">
Div content here</div>
This div box has shadow with color #831dec
Comments
No comments written yet.
Please login to write comment.