Color spaces of #833aef
RGB | 131 | 58 | 239 |
---|---|---|---|
HSL | 0.73 | 0.85 | 0.58 |
HSV | 264° | 76° | 94° |
CMYK | 0.45 | 0.76 | 0.00 0.06 |
XYZ | 26.4531 | 14.0834 | 82.9855 |
Yxy | 14.0834 | 0.2142 | 0.1140 |
Hunter Lab | 37.5279 | 60.1495 | -104.8387 |
CIE-Lab | 44.3523 | 66.3103 | -78.6326 |
#833aef color RGB value is (131,58,239).
#833aef hex color red value is 131, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #833aef hue: 0.73 , saturation: 0.85 and the lightness value of 833aef is 0.58.
The process color (four color CMYK) of #833aef color hex is 0.45, 0.76, 0.00, 0.06. Web safe color of #833aef is #9933ff. Color #833aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 00111010 | 11101111 |
Octal | 203 | 72 | 357 |
Decimal | 131 | 58 | 239 |
Hex | 83 | 3A | EF |
Shades of #833aef
Tints of #833aef
RGB Percentages of Color #833aef
CMYK Percentages of Color #833aef
Complementary Color
#833aef | #a6ef3a |
#833aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#833aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#833aef Color CSS Codes
.mybgcolor {background-color:#833aef; } .myforecolor {color:#833aef; } .mybordercolor {border:3px solid #833aef; }
#833aef Text Font Color
<p style="color:#833aef">Text here</p>
This sample text font color is #833aef
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.
#833aef Background Color
<div style="background-color:#833aef">
Div content here</div>
This div background color is #833aef
#833aef Border Color
<div style="border:3px solid #833aef">
Div here</div>
This div border color is #833aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,58,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #833aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #833aef; -webkit-box-shadow: 1px 1px 3px 2px #833aef; box-shadow: 1px 1px 3px 2px #833aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,58,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 #833aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #833aef; -webkit-box-shadow: 1px 1px 3px 2px #833aef; box-shadow: 1px 1px 3px 2px #833aef;">
Div content here</div>
This div box has shadow with color #833aef
Comments
No comments written yet.
Please login to write comment.