Color spaces of #836fef
RGB | 131 | 111 | 239 |
---|---|---|---|
HSL | 0.69 | 0.80 | 0.69 |
HSV | 249° | 54° | 94° |
CMYK | 0.45 | 0.54 | 0.00 0.06 |
XYZ | 30.6245 | 22.4262 | 84.3760 |
Yxy | 22.4262 | 0.2228 | 0.1632 |
Hunter Lab | 47.3563 | 32.5593 | -72.4892 |
CIE-Lab | 54.4763 | 39.0012 | -62.1921 |
#836fef color RGB value is (131,111,239).
#836fef hex color red value is 131, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #836fef hue: 0.69 , saturation: 0.80 and the lightness value of 836fef is 0.69.
The process color (four color CMYK) of #836fef color hex is 0.45, 0.54, 0.00, 0.06. Web safe color of #836fef is #9966ff. Color #836fef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01101111 | 11101111 |
Octal | 203 | 157 | 357 |
Decimal | 131 | 111 | 239 |
Hex | 83 | 6F | EF |
Shades of #836fef
Tints of #836fef
RGB Percentages of Color #836fef
CMYK Percentages of Color #836fef
Complementary Color
#836fef | #dbef6f |
#836fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#836fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#836fef Color CSS Codes
.mybgcolor {background-color:#836fef; } .myforecolor {color:#836fef; } .mybordercolor {border:3px solid #836fef; }
#836fef Text Font Color
<p style="color:#836fef">Text here</p>
This sample text font color is #836fef
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.
#836fef Background Color
<div style="background-color:#836fef">
Div content here</div>
This div background color is #836fef
#836fef Border Color
<div style="border:3px solid #836fef">
Div here</div>
This div border color is #836fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,111,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #836fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #836fef; -webkit-box-shadow: 1px 1px 3px 2px #836fef; box-shadow: 1px 1px 3px 2px #836fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,111,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #836fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #836fef; -webkit-box-shadow: 1px 1px 3px 2px #836fef; box-shadow: 1px 1px 3px 2px #836fef;">
Div content here</div>
This div box has shadow with color #836fef
Comments
No comments written yet.
Please login to write comment.