Color spaces of #8577bd
RGB | 133 | 119 | 189 |
---|---|---|---|
HSL | 0.70 | 0.35 | 0.60 |
HSV | 252° | 37° | 74° |
CMYK | 0.30 | 0.37 | 0.00 0.26 |
XYZ | 25.4550 | 21.8543 | 51.0208 |
Yxy | 21.8543 | 0.2589 | 0.2223 |
Hunter Lab | 46.7486 | 15.3847 | -31.9843 |
CIE-Lab | 53.8721 | 21.1183 | -34.8742 |
#8577bd color RGB value is (133,119,189).
#8577bd hex color red value is 133, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8577bd hue: 0.70 , saturation: 0.35 and the lightness value of 8577bd is 0.60.
The process color (four color CMYK) of #8577bd color hex is 0.30, 0.37, 0.00, 0.26. Web safe color of #8577bd is #9966cc. Color #8577bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01110111 | 10111101 |
Octal | 205 | 167 | 275 |
Decimal | 133 | 119 | 189 |
Hex | 85 | 77 | BD |
Shades of #8577bd
Tints of #8577bd
RGB Percentages of Color #8577bd
CMYK Percentages of Color #8577bd
Complementary Color
#8577bd | #afbd77 |
#8577bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8577bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8577bd Color CSS Codes
.mybgcolor {background-color:#8577bd; } .myforecolor {color:#8577bd; } .mybordercolor {border:3px solid #8577bd; }
#8577bd Text Font Color
<p style="color:#8577bd">Text here</p>
This sample text font color is #8577bd
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.
#8577bd Background Color
<div style="background-color:#8577bd">
Div content here</div>
This div background color is #8577bd
#8577bd Border Color
<div style="border:3px solid #8577bd">
Div here</div>
This div border color is #8577bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,119,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8577bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8577bd; -webkit-box-shadow: 1px 1px 3px 2px #8577bd; box-shadow: 1px 1px 3px 2px #8577bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,119,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8577bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8577bd; -webkit-box-shadow: 1px 1px 3px 2px #8577bd; box-shadow: 1px 1px 3px 2px #8577bd;">
Div content here</div>
This div box has shadow with color #8577bd
Comments
No comments written yet.
Please login to write comment.