Color spaces of #a669da
RGB | 166 | 105 | 218 |
---|---|---|---|
HSL | 0.76 | 0.60 | 0.63 |
HSV | 272° | 52° | 85° |
CMYK | 0.24 | 0.52 | 0.00 0.15 |
XYZ | 33.4323 | 23.2721 | 69.0596 |
Yxy | 23.2721 | 0.2658 | 0.1850 |
Hunter Lab | 48.2412 | 39.2828 | -51.1077 |
CIE-Lab | 55.3515 | 45.3999 | -48.8177 |
#a669da color RGB value is (166,105,218).
#a669da hex color red value is 166, green value is 105 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a669da hue: 0.76 , saturation: 0.60 and the lightness value of a669da is 0.63.
The process color (four color CMYK) of #a669da color hex is 0.24, 0.52, 0.00, 0.15. Web safe color of #a669da is #9966cc. Color #a669da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01101001 | 11011010 |
Octal | 246 | 151 | 332 |
Decimal | 166 | 105 | 218 |
Hex | A6 | 69 | DA |
Shades of #a669da
Tints of #a669da
RGB Percentages of Color #a669da
CMYK Percentages of Color #a669da
Complementary Color
#a669da | #9dda69 |
#a669da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a669da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a669da Color CSS Codes
.mybgcolor {background-color:#a669da; } .myforecolor {color:#a669da; } .mybordercolor {border:3px solid #a669da; }
#a669da Text Font Color
<p style="color:#a669da">Text here</p>
This sample text font color is #a669da
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.
#a669da Background Color
<div style="background-color:#a669da">
Div content here</div>
This div background color is #a669da
#a669da Border Color
<div style="border:3px solid #a669da">
Div here</div>
This div border color is #a669da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,105,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a669da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a669da; -webkit-box-shadow: 1px 1px 3px 2px #a669da; box-shadow: 1px 1px 3px 2px #a669da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,105,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a669da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a669da; -webkit-box-shadow: 1px 1px 3px 2px #a669da; box-shadow: 1px 1px 3px 2px #a669da;">
Div content here</div>
This div box has shadow with color #a669da
Comments
No comments written yet.
Please login to write comment.