Color spaces of #8583ba
RGB | 133 | 131 | 186 |
---|---|---|---|
HSL | 0.67 | 0.28 | 0.62 |
HSV | 242° | 30° | 73° |
CMYK | 0.28 | 0.30 | 0.00 0.27 |
XYZ | 26.6521 | 24.7643 | 49.8296 |
Yxy | 24.7643 | 0.2632 | 0.2446 |
Hunter Lab | 49.7637 | 8.5132 | -24.5338 |
CIE-Lab | 56.8450 | 13.2788 | -28.5299 |
#8583ba color RGB value is (133,131,186).
#8583ba hex color red value is 133, green value is 131 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8583ba hue: 0.67 , saturation: 0.28 and the lightness value of 8583ba is 0.62.
The process color (four color CMYK) of #8583ba color hex is 0.28, 0.30, 0.00, 0.27. Web safe color of #8583ba is #9999cc. Color #8583ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10000011 | 10111010 |
Octal | 205 | 203 | 272 |
Decimal | 133 | 131 | 186 |
Hex | 85 | 83 | BA |
Shades of #8583ba
Tints of #8583ba
RGB Percentages of Color #8583ba
CMYK Percentages of Color #8583ba
Complementary Color
#8583ba | #b8ba83 |
#8583ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8583ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#8583ba Color CSS Codes
.mybgcolor {background-color:#8583ba; } .myforecolor {color:#8583ba; } .mybordercolor {border:3px solid #8583ba; }
#8583ba Text Font Color
<p style="color:#8583ba">Text here</p>
This sample text font color is #8583ba
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.
#8583ba Background Color
<div style="background-color:#8583ba">
Div content here</div>
This div background color is #8583ba
#8583ba Border Color
<div style="border:3px solid #8583ba">
Div here</div>
This div border color is #8583ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,131,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8583ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8583ba; -webkit-box-shadow: 1px 1px 3px 2px #8583ba; box-shadow: 1px 1px 3px 2px #8583ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,131,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8583ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8583ba; -webkit-box-shadow: 1px 1px 3px 2px #8583ba; box-shadow: 1px 1px 3px 2px #8583ba;">
Div content here</div>
This div box has shadow with color #8583ba
Comments
No comments written yet.
Please login to write comment.