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