Color spaces of #9578bd
RGB | 149 | 120 | 189 |
---|---|---|---|
HSL | 0.74 | 0.34 | 0.61 |
HSV | 265° | 37° | 74° |
CMYK | 0.21 | 0.37 | 0.00 0.26 |
XYZ | 28.2962 | 23.4966 | 51.1880 |
Yxy | 23.4966 | 0.2748 | 0.2282 |
Hunter Lab | 48.4733 | 19.3708 | -28.6792 |
CIE-Lab | 55.5802 | 25.3263 | -32.0986 |
#9578bd color RGB value is (149,120,189).
#9578bd hex color red value is 149, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9578bd hue: 0.74 , saturation: 0.34 and the lightness value of 9578bd is 0.61.
The process color (four color CMYK) of #9578bd color hex is 0.21, 0.37, 0.00, 0.26. Web safe color of #9578bd is #9966cc. Color #9578bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01111000 | 10111101 |
Octal | 225 | 170 | 275 |
Decimal | 149 | 120 | 189 |
Hex | 95 | 78 | BD |
Shades of #9578bd
Tints of #9578bd
RGB Percentages of Color #9578bd
CMYK Percentages of Color #9578bd
Complementary Color
#9578bd | #a0bd78 |
#9578bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9578bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9578bd Color CSS Codes
.mybgcolor {background-color:#9578bd; } .myforecolor {color:#9578bd; } .mybordercolor {border:3px solid #9578bd; }
#9578bd Text Font Color
<p style="color:#9578bd">Text here</p>
This sample text font color is #9578bd
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.
#9578bd Background Color
<div style="background-color:#9578bd">
Div content here</div>
This div background color is #9578bd
#9578bd Border Color
<div style="border:3px solid #9578bd">
Div here</div>
This div border color is #9578bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,120,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9578bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9578bd; -webkit-box-shadow: 1px 1px 3px 2px #9578bd; box-shadow: 1px 1px 3px 2px #9578bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,120,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 #9578bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9578bd; -webkit-box-shadow: 1px 1px 3px 2px #9578bd; box-shadow: 1px 1px 3px 2px #9578bd;">
Div content here</div>
This div box has shadow with color #9578bd
Comments
No comments written yet.
Please login to write comment.