Color spaces of #a865ae
RGB | 168 | 101 | 174 |
---|---|---|---|
HSL | 0.82 | 0.31 | 0.54 |
HSV | 295° | 42° | 68° |
CMYK | 0.03 | 0.42 | 0.00 0.32 |
XYZ | 28.4421 | 20.6882 | 42.5386 |
Yxy | 20.6882 | 0.3103 | 0.2257 |
Hunter Lab | 45.4843 | 32.0216 | -23.6112 |
CIE-Lab | 52.6065 | 38.7166 | -27.9208 |
#a865ae color RGB value is (168,101,174).
#a865ae hex color red value is 168, green value is 101 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a865ae hue: 0.82 , saturation: 0.31 and the lightness value of a865ae is 0.54.
The process color (four color CMYK) of #a865ae color hex is 0.03, 0.42, 0.00, 0.32. Web safe color of #a865ae is #996699. Color #a865ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01100101 | 10101110 |
Octal | 250 | 145 | 256 |
Decimal | 168 | 101 | 174 |
Hex | A8 | 65 | AE |
Shades of #a865ae
Tints of #a865ae
RGB Percentages of Color #a865ae
CMYK Percentages of Color #a865ae
Complementary Color
#a865ae | #6bae65 |
#a865ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a865ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a865ae Color CSS Codes
.mybgcolor {background-color:#a865ae; } .myforecolor {color:#a865ae; } .mybordercolor {border:3px solid #a865ae; }
#a865ae Text Font Color
<p style="color:#a865ae">Text here</p>
This sample text font color is #a865ae
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.
#a865ae Background Color
<div style="background-color:#a865ae">
Div content here</div>
This div background color is #a865ae
#a865ae Border Color
<div style="border:3px solid #a865ae">
Div here</div>
This div border color is #a865ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,101,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a865ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a865ae; -webkit-box-shadow: 1px 1px 3px 2px #a865ae; box-shadow: 1px 1px 3px 2px #a865ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,101,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 #a865ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a865ae; -webkit-box-shadow: 1px 1px 3px 2px #a865ae; box-shadow: 1px 1px 3px 2px #a865ae;">
Div content here</div>
This div box has shadow with color #a865ae
Comments
No comments written yet.
Please login to write comment.