Color spaces of #8359bb
RGB | 131 | 89 | 187 |
---|---|---|---|
HSL | 0.74 | 0.42 | 0.54 |
HSV | 266° | 52° | 73° |
CMYK | 0.30 | 0.52 | 0.00 0.27 |
XYZ | 21.9021 | 15.5579 | 48.8623 |
Yxy | 15.5579 | 0.2537 | 0.1802 |
Hunter Lab | 39.4435 | 30.0909 | -45.8375 |
CIE-Lab | 46.3890 | 37.6208 | -45.5536 |
#8359bb color RGB value is (131,89,187).
#8359bb hex color red value is 131, green value is 89 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8359bb hue: 0.74 , saturation: 0.42 and the lightness value of 8359bb is 0.54.
The process color (four color CMYK) of #8359bb color hex is 0.30, 0.52, 0.00, 0.27. Web safe color of #8359bb is #9966cc. Color #8359bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01011001 | 10111011 |
Octal | 203 | 131 | 273 |
Decimal | 131 | 89 | 187 |
Hex | 83 | 59 | BB |
Shades of #8359bb
Tints of #8359bb
RGB Percentages of Color #8359bb
CMYK Percentages of Color #8359bb
Complementary Color
#8359bb | #91bb59 |
#8359bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8359bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8359bb Color CSS Codes
.mybgcolor {background-color:#8359bb; } .myforecolor {color:#8359bb; } .mybordercolor {border:3px solid #8359bb; }
#8359bb Text Font Color
<p style="color:#8359bb">Text here</p>
This sample text font color is #8359bb
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.
#8359bb Background Color
<div style="background-color:#8359bb">
Div content here</div>
This div background color is #8359bb
#8359bb Border Color
<div style="border:3px solid #8359bb">
Div here</div>
This div border color is #8359bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,89,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8359bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8359bb; -webkit-box-shadow: 1px 1px 3px 2px #8359bb; box-shadow: 1px 1px 3px 2px #8359bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,89,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8359bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8359bb; -webkit-box-shadow: 1px 1px 3px 2px #8359bb; box-shadow: 1px 1px 3px 2px #8359bb;">
Div content here</div>
This div box has shadow with color #8359bb
Comments
No comments written yet.
Please login to write comment.