Color spaces of #832fea
RGB | 131 | 47 | 234 |
---|---|---|---|
HSL | 0.74 | 0.82 | 0.55 |
HSV | 267° | 80° | 92° |
CMYK | 0.44 | 0.80 | 0.00 0.08 |
XYZ | 25.2279 | 12.7988 | 78.9827 |
Yxy | 12.7988 | 0.2156 | 0.1094 |
Hunter Lab | 35.7754 | 63.2666 | -105.8539 |
CIE-Lab | 42.4585 | 69.3534 | -78.9119 |
#832fea color RGB value is (131,47,234).
#832fea hex color red value is 131, green value is 47 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #832fea hue: 0.74 , saturation: 0.82 and the lightness value of 832fea is 0.55.
The process color (four color CMYK) of #832fea color hex is 0.44, 0.80, 0.00, 0.08. Web safe color of #832fea is #9933ff. Color #832fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 00101111 | 11101010 |
Octal | 203 | 57 | 352 |
Decimal | 131 | 47 | 234 |
Hex | 83 | 2F | EA |
Shades of #832fea
Tints of #832fea
RGB Percentages of Color #832fea
CMYK Percentages of Color #832fea
Complementary Color
#832fea | #96ea2f |
#832fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#832fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#832fea Color CSS Codes
.mybgcolor {background-color:#832fea; } .myforecolor {color:#832fea; } .mybordercolor {border:3px solid #832fea; }
#832fea Text Font Color
<p style="color:#832fea">Text here</p>
This sample text font color is #832fea
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.
#832fea Background Color
<div style="background-color:#832fea">
Div content here</div>
This div background color is #832fea
#832fea Border Color
<div style="border:3px solid #832fea">
Div here</div>
This div border color is #832fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,47,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #832fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #832fea; -webkit-box-shadow: 1px 1px 3px 2px #832fea; box-shadow: 1px 1px 3px 2px #832fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,47,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 #832fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #832fea; -webkit-box-shadow: 1px 1px 3px 2px #832fea; box-shadow: 1px 1px 3px 2px #832fea;">
Div content here</div>
This div box has shadow with color #832fea
Comments
No comments written yet.
Please login to write comment.