Color spaces of #9292ac
RGB | 146 | 146 | 172 |
---|---|---|---|
HSL | 0.67 | 0.14 | 0.62 |
HSV | 240° | 15° | 67° |
CMYK | 0.15 | 0.15 | 0.00 0.33 |
XYZ | 29.5793 | 29.6473 | 43.1932 |
Yxy | 29.6473 | 0.2888 | 0.2895 |
Hunter Lab | 54.4493 | 1.6828 | -8.9186 |
CIE-Lab | 61.3487 | 5.4340 | -13.5943 |
#9292ac color RGB value is (146,146,172).
#9292ac hex color red value is 146, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9292ac hue: 0.67 , saturation: 0.14 and the lightness value of 9292ac is 0.62.
The process color (four color CMYK) of #9292ac color hex is 0.15, 0.15, 0.00, 0.33. Web safe color of #9292ac is #999999. Color #9292ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10010010 | 10101100 |
Octal | 222 | 222 | 254 |
Decimal | 146 | 146 | 172 |
Hex | 92 | 92 | AC |
Shades of #9292ac
Tints of #9292ac
RGB Percentages of Color #9292ac
CMYK Percentages of Color #9292ac
Complementary Color
#9292ac | #acac92 |
#9292ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9292ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9292ac Color CSS Codes
.mybgcolor {background-color:#9292ac; } .myforecolor {color:#9292ac; } .mybordercolor {border:3px solid #9292ac; }
#9292ac Text Font Color
<p style="color:#9292ac">Text here</p>
This sample text font color is #9292ac
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.
#9292ac Background Color
<div style="background-color:#9292ac">
Div content here</div>
This div background color is #9292ac
#9292ac Border Color
<div style="border:3px solid #9292ac">
Div here</div>
This div border color is #9292ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,146,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9292ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9292ac; -webkit-box-shadow: 1px 1px 3px 2px #9292ac; box-shadow: 1px 1px 3px 2px #9292ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,146,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 #9292ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9292ac; -webkit-box-shadow: 1px 1px 3px 2px #9292ac; box-shadow: 1px 1px 3px 2px #9292ac;">
Div content here</div>
This div box has shadow with color #9292ac
Comments
No comments written yet.
Please login to write comment.