Color spaces of #8531be
RGB | 133 | 49 | 190 |
---|---|---|---|
HSL | 0.77 | 0.59 | 0.47 |
HSV | 276° | 74° | 75° |
CMYK | 0.30 | 0.74 | 0.00 0.25 |
XYZ | 20.0654 | 10.9009 | 49.7617 |
Yxy | 10.9009 | 0.2486 | 0.1350 |
Hunter Lab | 33.0165 | 50.7024 | -66.2489 |
CIE-Lab | 39.4131 | 58.8696 | -58.5150 |
#8531be color RGB value is (133,49,190).
#8531be hex color red value is 133, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8531be hue: 0.77 , saturation: 0.59 and the lightness value of 8531be is 0.47.
The process color (four color CMYK) of #8531be color hex is 0.30, 0.74, 0.00, 0.25. Web safe color of #8531be is #9933cc. Color #8531be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00110001 | 10111110 |
Octal | 205 | 61 | 276 |
Decimal | 133 | 49 | 190 |
Hex | 85 | 31 | BE |
Shades of #8531be
Tints of #8531be
RGB Percentages of Color #8531be
CMYK Percentages of Color #8531be
Complementary Color
#8531be | #6abe31 |
#8531be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8531be Color Preview on White Background
Lorem ipsum dolor sit amet.
#8531be Color CSS Codes
.mybgcolor {background-color:#8531be; } .myforecolor {color:#8531be; } .mybordercolor {border:3px solid #8531be; }
#8531be Text Font Color
<p style="color:#8531be">Text here</p>
This sample text font color is #8531be
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.
#8531be Background Color
<div style="background-color:#8531be">
Div content here</div>
This div background color is #8531be
#8531be Border Color
<div style="border:3px solid #8531be">
Div here</div>
This div border color is #8531be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,49,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8531be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8531be; -webkit-box-shadow: 1px 1px 3px 2px #8531be; box-shadow: 1px 1px 3px 2px #8531be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,49,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8531be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8531be; -webkit-box-shadow: 1px 1px 3px 2px #8531be; box-shadow: 1px 1px 3px 2px #8531be;">
Div content here</div>
This div box has shadow with color #8531be
Comments
No comments written yet.
Please login to write comment.