Color spaces of #833beb
RGB | 131 | 59 | 235 |
---|---|---|---|
HSL | 0.73 | 0.81 | 0.58 |
HSV | 265° | 75° | 92° |
CMYK | 0.44 | 0.75 | 0.00 0.08 |
XYZ | 25.9194 | 13.9514 | 79.9240 |
Yxy | 13.9514 | 0.2164 | 0.1165 |
Hunter Lab | 37.3516 | 58.5014 | -100.7212 |
CIE-Lab | 44.1632 | 64.9153 | -76.6839 |
#833beb color RGB value is (131,59,235).
#833beb hex color red value is 131, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #833beb hue: 0.73 , saturation: 0.81 and the lightness value of 833beb is 0.58.
The process color (four color CMYK) of #833beb color hex is 0.44, 0.75, 0.00, 0.08. Web safe color of #833beb is #9933ff. Color #833beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 00111011 | 11101011 |
Octal | 203 | 73 | 353 |
Decimal | 131 | 59 | 235 |
Hex | 83 | 3B | EB |
Shades of #833beb
Tints of #833beb
RGB Percentages of Color #833beb
CMYK Percentages of Color #833beb
Complementary Color
#833beb | #a3eb3b |
#833beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#833beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#833beb Color CSS Codes
.mybgcolor {background-color:#833beb; } .myforecolor {color:#833beb; } .mybordercolor {border:3px solid #833beb; }
#833beb Text Font Color
<p style="color:#833beb">Text here</p>
This sample text font color is #833beb
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.
#833beb Background Color
<div style="background-color:#833beb">
Div content here</div>
This div background color is #833beb
#833beb Border Color
<div style="border:3px solid #833beb">
Div here</div>
This div border color is #833beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,59,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #833beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #833beb; -webkit-box-shadow: 1px 1px 3px 2px #833beb; box-shadow: 1px 1px 3px 2px #833beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,59,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #833beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #833beb; -webkit-box-shadow: 1px 1px 3px 2px #833beb; box-shadow: 1px 1px 3px 2px #833beb;">
Div content here</div>
This div box has shadow with color #833beb
Comments
No comments written yet.
Please login to write comment.