Color spaces of #9178ac
RGB | 145 | 120 | 172 |
---|---|---|---|
HSL | 0.75 | 0.24 | 0.57 |
HSV | 269° | 30° | 67° |
CMYK | 0.16 | 0.30 | 0.00 0.33 |
XYZ | 25.8399 | 22.4312 | 41.9975 |
Yxy | 22.4312 | 0.2863 | 0.2485 |
Hunter Lab | 47.3616 | 14.5046 | -19.4218 |
CIE-Lab | 54.4816 | 20.1075 | -24.0655 |
#9178ac color RGB value is (145,120,172).
#9178ac hex color red value is 145, green value is 120 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9178ac hue: 0.75 , saturation: 0.24 and the lightness value of 9178ac is 0.57.
The process color (four color CMYK) of #9178ac color hex is 0.16, 0.30, 0.00, 0.33. Web safe color of #9178ac is #996699. Color #9178ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01111000 | 10101100 |
Octal | 221 | 170 | 254 |
Decimal | 145 | 120 | 172 |
Hex | 91 | 78 | AC |
Shades of #9178ac
Tints of #9178ac
RGB Percentages of Color #9178ac
CMYK Percentages of Color #9178ac
Complementary Color
#9178ac | #93ac78 |
#9178ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9178ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9178ac Color CSS Codes
.mybgcolor {background-color:#9178ac; } .myforecolor {color:#9178ac; } .mybordercolor {border:3px solid #9178ac; }
#9178ac Text Font Color
<p style="color:#9178ac">Text here</p>
This sample text font color is #9178ac
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.
#9178ac Background Color
<div style="background-color:#9178ac">
Div content here</div>
This div background color is #9178ac
#9178ac Border Color
<div style="border:3px solid #9178ac">
Div here</div>
This div border color is #9178ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,120,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9178ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9178ac; -webkit-box-shadow: 1px 1px 3px 2px #9178ac; box-shadow: 1px 1px 3px 2px #9178ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,120,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9178ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9178ac; -webkit-box-shadow: 1px 1px 3px 2px #9178ac; box-shadow: 1px 1px 3px 2px #9178ac;">
Div content here</div>
This div box has shadow with color #9178ac
Comments
No comments written yet.
Please login to write comment.