Color spaces of #831eaf
RGB | 131 | 30 | 175 |
---|---|---|---|
HSL | 0.78 | 0.71 | 0.40 |
HSV | 282° | 83° | 69° |
CMYK | 0.25 | 0.83 | 0.00 0.31 |
XYZ | 17.5622 | 8.8490 | 41.3398 |
Yxy | 8.8490 | 0.2592 | 0.1306 |
Hunter Lab | 29.7473 | 53.3252 | -61.5723 |
CIE-Lab | 35.6919 | 61.9748 | -55.6974 |
#831eaf color RGB value is (131,30,175).
#831eaf hex color red value is 131, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #831eaf hue: 0.78 , saturation: 0.71 and the lightness value of 831eaf is 0.40.
The process color (four color CMYK) of #831eaf color hex is 0.25, 0.83, 0.00, 0.31. Web safe color of #831eaf is #993399. Color #831eaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 00011110 | 10101111 |
Octal | 203 | 36 | 257 |
Decimal | 131 | 30 | 175 |
Hex | 83 | 1E | AF |
Shades of #831eaf
Tints of #831eaf
RGB Percentages of Color #831eaf
CMYK Percentages of Color #831eaf
Complementary Color
#831eaf | #4aaf1e |
#831eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#831eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#831eaf Color CSS Codes
.mybgcolor {background-color:#831eaf; } .myforecolor {color:#831eaf; } .mybordercolor {border:3px solid #831eaf; }
#831eaf Text Font Color
<p style="color:#831eaf">Text here</p>
This sample text font color is #831eaf
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.
#831eaf Background Color
<div style="background-color:#831eaf">
Div content here</div>
This div background color is #831eaf
#831eaf Border Color
<div style="border:3px solid #831eaf">
Div here</div>
This div border color is #831eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,30,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #831eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #831eaf; -webkit-box-shadow: 1px 1px 3px 2px #831eaf; box-shadow: 1px 1px 3px 2px #831eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,30,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #831eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #831eaf; -webkit-box-shadow: 1px 1px 3px 2px #831eaf; box-shadow: 1px 1px 3px 2px #831eaf;">
Div content here</div>
This div box has shadow with color #831eaf
Comments
No comments written yet.
Please login to write comment.