Color spaces of #a67fae
RGB | 166 | 127 | 174 |
---|---|---|---|
HSL | 0.80 | 0.22 | 0.59 |
HSV | 290° | 27° | 68° |
CMYK | 0.05 | 0.27 | 0.00 0.32 |
XYZ | 30.9552 | 26.3417 | 43.4973 |
Yxy | 26.3417 | 0.3071 | 0.2613 |
Hunter Lab | 51.3242 | 17.8416 | -14.3214 |
CIE-Lab | 58.3600 | 23.4907 | -19.0913 |
#a67fae color RGB value is (166,127,174).
#a67fae hex color red value is 166, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a67fae hue: 0.80 , saturation: 0.22 and the lightness value of a67fae is 0.59.
The process color (four color CMYK) of #a67fae color hex is 0.05, 0.27, 0.00, 0.32. Web safe color of #a67fae is #996699. Color #a67fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01111111 | 10101110 |
Octal | 246 | 177 | 256 |
Decimal | 166 | 127 | 174 |
Hex | A6 | 7F | AE |
Shades of #a67fae
Tints of #a67fae
RGB Percentages of Color #a67fae
CMYK Percentages of Color #a67fae
Complementary Color
#a67fae | #87ae7f |
#a67fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a67fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a67fae Color CSS Codes
.mybgcolor {background-color:#a67fae; } .myforecolor {color:#a67fae; } .mybordercolor {border:3px solid #a67fae; }
#a67fae Text Font Color
<p style="color:#a67fae">Text here</p>
This sample text font color is #a67fae
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.
#a67fae Background Color
<div style="background-color:#a67fae">
Div content here</div>
This div background color is #a67fae
#a67fae Border Color
<div style="border:3px solid #a67fae">
Div here</div>
This div border color is #a67fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,127,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a67fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a67fae; -webkit-box-shadow: 1px 1px 3px 2px #a67fae; box-shadow: 1px 1px 3px 2px #a67fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,127,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 #a67fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a67fae; -webkit-box-shadow: 1px 1px 3px 2px #a67fae; box-shadow: 1px 1px 3px 2px #a67fae;">
Div content here</div>
This div box has shadow with color #a67fae
Comments
No comments written yet.
Please login to write comment.