Color spaces of #8b59ba
RGB | 139 | 89 | 186 |
---|---|---|---|
HSL | 0.75 | 0.41 | 0.54 |
HSV | 271° | 52° | 73° |
CMYK | 0.25 | 0.52 | 0.00 0.27 |
XYZ | 23.0828 | 16.1789 | 48.3606 |
Yxy | 16.1789 | 0.2634 | 0.1846 |
Hunter Lab | 40.2230 | 32.0457 | -43.1290 |
CIE-Lab | 47.2083 | 39.5015 | -43.6152 |
#8b59ba color RGB value is (139,89,186).
#8b59ba hex color red value is 139, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8b59ba hue: 0.75 , saturation: 0.41 and the lightness value of 8b59ba is 0.54.
The process color (four color CMYK) of #8b59ba color hex is 0.25, 0.52, 0.00, 0.27. Web safe color of #8b59ba is #9966cc. Color #8b59ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 01011001 | 10111010 |
Octal | 213 | 131 | 272 |
Decimal | 139 | 89 | 186 |
Hex | 8B | 59 | BA |
Shades of #8b59ba
Tints of #8b59ba
RGB Percentages of Color #8b59ba
CMYK Percentages of Color #8b59ba
Complementary Color
#8b59ba | #88ba59 |
#8b59ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8b59ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#8b59ba Color CSS Codes
.mybgcolor {background-color:#8b59ba; } .myforecolor {color:#8b59ba; } .mybordercolor {border:3px solid #8b59ba; }
#8b59ba Text Font Color
<p style="color:#8b59ba">Text here</p>
This sample text font color is #8b59ba
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.
#8b59ba Background Color
<div style="background-color:#8b59ba">
Div content here</div>
This div background color is #8b59ba
#8b59ba Border Color
<div style="border:3px solid #8b59ba">
Div here</div>
This div border color is #8b59ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,89,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8b59ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8b59ba; -webkit-box-shadow: 1px 1px 3px 2px #8b59ba; box-shadow: 1px 1px 3px 2px #8b59ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,89,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 #8b59ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8b59ba; -webkit-box-shadow: 1px 1px 3px 2px #8b59ba; box-shadow: 1px 1px 3px 2px #8b59ba;">
Div content here</div>
This div box has shadow with color #8b59ba
Comments
No comments written yet.
Please login to write comment.