Color spaces of #908cac
RGB | 144 | 140 | 172 |
---|---|---|---|
HSL | 0.69 | 0.16 | 0.61 |
HSV | 248° | 19° | 67° |
CMYK | 0.16 | 0.19 | 0.00 0.33 |
XYZ | 28.3261 | 27.6640 | 42.8765 |
Yxy | 27.6640 | 0.2865 | 0.2798 |
Hunter Lab | 52.5966 | 4.0879 | -11.5153 |
CIE-Lab | 59.5840 | 8.1863 | -16.2769 |
#908cac color RGB value is (144,140,172).
#908cac hex color red value is 144, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #908cac hue: 0.69 , saturation: 0.16 and the lightness value of 908cac is 0.61.
The process color (four color CMYK) of #908cac color hex is 0.16, 0.19, 0.00, 0.33. Web safe color of #908cac is #999999. Color #908cac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10001100 | 10101100 |
Octal | 220 | 214 | 254 |
Decimal | 144 | 140 | 172 |
Hex | 90 | 8C | AC |
Shades of #908cac
Tints of #908cac
RGB Percentages of Color #908cac
CMYK Percentages of Color #908cac
Complementary Color
#908cac | #a8ac8c |
#908cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#908cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#908cac Color CSS Codes
.mybgcolor {background-color:#908cac; } .myforecolor {color:#908cac; } .mybordercolor {border:3px solid #908cac; }
#908cac Text Font Color
<p style="color:#908cac">Text here</p>
This sample text font color is #908cac
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.
#908cac Background Color
<div style="background-color:#908cac">
Div content here</div>
This div background color is #908cac
#908cac Border Color
<div style="border:3px solid #908cac">
Div here</div>
This div border color is #908cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,140,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #908cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #908cac; -webkit-box-shadow: 1px 1px 3px 2px #908cac; box-shadow: 1px 1px 3px 2px #908cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,140,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 #908cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #908cac; -webkit-box-shadow: 1px 1px 3px 2px #908cac; box-shadow: 1px 1px 3px 2px #908cac;">
Div content here</div>
This div box has shadow with color #908cac
Comments
No comments written yet.
Please login to write comment.