Color spaces of #917eae
RGB | 145 | 126 | 174 |
---|---|---|---|
HSL | 0.73 | 0.23 | 0.59 |
HSV | 264° | 28° | 68° |
CMYK | 0.17 | 0.28 | 0.00 0.32 |
XYZ | 26.7779 | 23.9974 | 43.2650 |
Yxy | 23.9974 | 0.2847 | 0.2552 |
Hunter Lab | 48.9871 | 11.8462 | -18.0734 |
CIE-Lab | 56.0852 | 17.0682 | -22.7507 |
#917eae color RGB value is (145,126,174).
#917eae hex color red value is 145, green value is 126 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #917eae hue: 0.73 , saturation: 0.23 and the lightness value of 917eae is 0.59.
The process color (four color CMYK) of #917eae color hex is 0.17, 0.28, 0.00, 0.32. Web safe color of #917eae is #996699. Color #917eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01111110 | 10101110 |
Octal | 221 | 176 | 256 |
Decimal | 145 | 126 | 174 |
Hex | 91 | 7E | AE |
Shades of #917eae
Tints of #917eae
RGB Percentages of Color #917eae
CMYK Percentages of Color #917eae
Complementary Color
#917eae | #9bae7e |
#917eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#917eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#917eae Color CSS Codes
.mybgcolor {background-color:#917eae; } .myforecolor {color:#917eae; } .mybordercolor {border:3px solid #917eae; }
#917eae Text Font Color
<p style="color:#917eae">Text here</p>
This sample text font color is #917eae
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.
#917eae Background Color
<div style="background-color:#917eae">
Div content here</div>
This div background color is #917eae
#917eae Border Color
<div style="border:3px solid #917eae">
Div here</div>
This div border color is #917eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,126,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #917eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #917eae; -webkit-box-shadow: 1px 1px 3px 2px #917eae; box-shadow: 1px 1px 3px 2px #917eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,126,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #917eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #917eae; -webkit-box-shadow: 1px 1px 3px 2px #917eae; box-shadow: 1px 1px 3px 2px #917eae;">
Div content here</div>
This div box has shadow with color #917eae
Comments
No comments written yet.
Please login to write comment.