Color spaces of #a66ecb
RGB | 166 | 110 | 203 |
---|---|---|---|
HSL | 0.77 | 0.47 | 0.61 |
HSV | 276° | 46° | 80° |
CMYK | 0.18 | 0.46 | 0.00 0.20 |
XYZ | 32.0813 | 23.5706 | 59.3586 |
Yxy | 23.5706 | 0.2789 | 0.2049 |
Hunter Lab | 48.5496 | 32.9901 | -38.5056 |
CIE-Lab | 55.6553 | 39.2708 | -39.8385 |
#a66ecb color RGB value is (166,110,203).
#a66ecb hex color red value is 166, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a66ecb hue: 0.77 , saturation: 0.47 and the lightness value of a66ecb is 0.61.
The process color (four color CMYK) of #a66ecb color hex is 0.18, 0.46, 0.00, 0.20. Web safe color of #a66ecb is #9966cc. Color #a66ecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01101110 | 11001011 |
Octal | 246 | 156 | 313 |
Decimal | 166 | 110 | 203 |
Hex | A6 | 6E | CB |
Shades of #a66ecb
Tints of #a66ecb
RGB Percentages of Color #a66ecb
CMYK Percentages of Color #a66ecb
Complementary Color
#a66ecb | #93cb6e |
#a66ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a66ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a66ecb Color CSS Codes
.mybgcolor {background-color:#a66ecb; } .myforecolor {color:#a66ecb; } .mybordercolor {border:3px solid #a66ecb; }
#a66ecb Text Font Color
<p style="color:#a66ecb">Text here</p>
This sample text font color is #a66ecb
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.
#a66ecb Background Color
<div style="background-color:#a66ecb">
Div content here</div>
This div background color is #a66ecb
#a66ecb Border Color
<div style="border:3px solid #a66ecb">
Div here</div>
This div border color is #a66ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,110,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a66ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a66ecb; -webkit-box-shadow: 1px 1px 3px 2px #a66ecb; box-shadow: 1px 1px 3px 2px #a66ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,110,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a66ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a66ecb; -webkit-box-shadow: 1px 1px 3px 2px #a66ecb; box-shadow: 1px 1px 3px 2px #a66ecb;">
Div content here</div>
This div box has shadow with color #a66ecb
Comments
No comments written yet.
Please login to write comment.