Color spaces of #867eae
RGB | 134 | 126 | 174 |
---|---|---|---|
HSL | 0.69 | 0.23 | 0.59 |
HSV | 250° | 28° | 68° |
CMYK | 0.23 | 0.28 | 0.00 0.32 |
XYZ | 24.9324 | 23.0460 | 43.1787 |
Yxy | 23.0460 | 0.2735 | 0.2528 |
Hunter Lab | 48.0062 | 8.6944 | -19.7234 |
CIE-Lab | 55.1197 | 13.5198 | -24.3175 |
#867eae color RGB value is (134,126,174).
#867eae hex color red value is 134, green value is 126 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #867eae hue: 0.69 , saturation: 0.23 and the lightness value of 867eae is 0.59.
The process color (four color CMYK) of #867eae color hex is 0.23, 0.28, 0.00, 0.32. Web safe color of #867eae is #996699. Color #867eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01111110 | 10101110 |
Octal | 206 | 176 | 256 |
Decimal | 134 | 126 | 174 |
Hex | 86 | 7E | AE |
Shades of #867eae
Tints of #867eae
RGB Percentages of Color #867eae
CMYK Percentages of Color #867eae
Complementary Color
#867eae | #a6ae7e |
#867eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#867eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#867eae Color CSS Codes
.mybgcolor {background-color:#867eae; } .myforecolor {color:#867eae; } .mybordercolor {border:3px solid #867eae; }
#867eae Text Font Color
<p style="color:#867eae">Text here</p>
This sample text font color is #867eae
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.
#867eae Background Color
<div style="background-color:#867eae">
Div content here</div>
This div background color is #867eae
#867eae Border Color
<div style="border:3px solid #867eae">
Div here</div>
This div border color is #867eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,126,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #867eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #867eae; -webkit-box-shadow: 1px 1px 3px 2px #867eae; box-shadow: 1px 1px 3px 2px #867eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,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 #867eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #867eae; -webkit-box-shadow: 1px 1px 3px 2px #867eae; box-shadow: 1px 1px 3px 2px #867eae;">
Div content here</div>
This div box has shadow with color #867eae
Comments
No comments written yet.
Please login to write comment.