Color spaces of #8526ad
RGB | 133 | 38 | 173 |
---|---|---|---|
HSL | 0.78 | 0.64 | 0.41 |
HSV | 282° | 78° | 68° |
CMYK | 0.23 | 0.78 | 0.00 0.32 |
XYZ | 17.9088 | 9.3899 | 40.4037 |
Yxy | 9.3899 | 0.2645 | 0.1387 |
Hunter Lab | 30.6429 | 50.6964 | -56.7257 |
CIE-Lab | 36.7244 | 59.3858 | -52.8158 |
#8526ad color RGB value is (133,38,173).
#8526ad hex color red value is 133, green value is 38 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8526ad hue: 0.78 , saturation: 0.64 and the lightness value of 8526ad is 0.41.
The process color (four color CMYK) of #8526ad color hex is 0.23, 0.78, 0.00, 0.32. Web safe color of #8526ad is #993399. Color #8526ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00100110 | 10101101 |
Octal | 205 | 46 | 255 |
Decimal | 133 | 38 | 173 |
Hex | 85 | 26 | AD |
Shades of #8526ad
Tints of #8526ad
RGB Percentages of Color #8526ad
CMYK Percentages of Color #8526ad
Complementary Color
#8526ad | #4ead26 |
#8526ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8526ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8526ad Color CSS Codes
.mybgcolor {background-color:#8526ad; } .myforecolor {color:#8526ad; } .mybordercolor {border:3px solid #8526ad; }
#8526ad Text Font Color
<p style="color:#8526ad">Text here</p>
This sample text font color is #8526ad
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.
#8526ad Background Color
<div style="background-color:#8526ad">
Div content here</div>
This div background color is #8526ad
#8526ad Border Color
<div style="border:3px solid #8526ad">
Div here</div>
This div border color is #8526ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,38,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8526ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8526ad; -webkit-box-shadow: 1px 1px 3px 2px #8526ad; box-shadow: 1px 1px 3px 2px #8526ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,38,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8526ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8526ad; -webkit-box-shadow: 1px 1px 3px 2px #8526ad; box-shadow: 1px 1px 3px 2px #8526ad;">
Div content here</div>
This div box has shadow with color #8526ad
Comments
No comments written yet.
Please login to write comment.