Color spaces of #a68cbd
RGB | 166 | 140 | 189 |
---|---|---|---|
HSL | 0.76 | 0.27 | 0.65 |
HSV | 272° | 26° | 74° |
CMYK | 0.12 | 0.26 | 0.00 0.26 |
XYZ | 34.2893 | 30.5373 | 52.2312 |
Yxy | 30.5373 | 0.2929 | 0.2609 |
Hunter Lab | 55.2606 | 14.0536 | -17.3573 |
CIE-Lab | 62.1151 | 19.2370 | -21.8809 |
#a68cbd color RGB value is (166,140,189).
#a68cbd hex color red value is 166, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a68cbd hue: 0.76 , saturation: 0.27 and the lightness value of a68cbd is 0.65.
The process color (four color CMYK) of #a68cbd color hex is 0.12, 0.26, 0.00, 0.26. Web safe color of #a68cbd is #9999cc. Color #a68cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10001100 | 10111101 |
Octal | 246 | 214 | 275 |
Decimal | 166 | 140 | 189 |
Hex | A6 | 8C | BD |
Shades of #a68cbd
Tints of #a68cbd
RGB Percentages of Color #a68cbd
CMYK Percentages of Color #a68cbd
Complementary Color
#a68cbd | #a3bd8c |
#a68cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a68cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a68cbd Color CSS Codes
.mybgcolor {background-color:#a68cbd; } .myforecolor {color:#a68cbd; } .mybordercolor {border:3px solid #a68cbd; }
#a68cbd Text Font Color
<p style="color:#a68cbd">Text here</p>
This sample text font color is #a68cbd
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.
#a68cbd Background Color
<div style="background-color:#a68cbd">
Div content here</div>
This div background color is #a68cbd
#a68cbd Border Color
<div style="border:3px solid #a68cbd">
Div here</div>
This div border color is #a68cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,140,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a68cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a68cbd; -webkit-box-shadow: 1px 1px 3px 2px #a68cbd; box-shadow: 1px 1px 3px 2px #a68cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,140,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a68cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a68cbd; -webkit-box-shadow: 1px 1px 3px 2px #a68cbd; box-shadow: 1px 1px 3px 2px #a68cbd;">
Div content here</div>
This div box has shadow with color #a68cbd
Comments
No comments written yet.
Please login to write comment.