Color spaces of #a48cbb
RGB | 164 | 140 | 187 |
---|---|---|---|
HSL | 0.75 | 0.26 | 0.64 |
HSV | 271° | 25° | 73° |
CMYK | 0.12 | 0.25 | 0.00 0.27 |
XYZ | 33.6576 | 30.2365 | 51.0760 |
Yxy | 30.2365 | 0.2928 | 0.2630 |
Hunter Lab | 54.9877 | 13.0301 | -16.5808 |
CIE-Lab | 61.8577 | 18.1469 | -21.1618 |
#a48cbb color RGB value is (164,140,187).
#a48cbb hex color red value is 164, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a48cbb hue: 0.75 , saturation: 0.26 and the lightness value of a48cbb is 0.64.
The process color (four color CMYK) of #a48cbb color hex is 0.12, 0.25, 0.00, 0.27. Web safe color of #a48cbb is #9999cc. Color #a48cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10001100 | 10111011 |
Octal | 244 | 214 | 273 |
Decimal | 164 | 140 | 187 |
Hex | A4 | 8C | BB |
Shades of #a48cbb
Tints of #a48cbb
RGB Percentages of Color #a48cbb
CMYK Percentages of Color #a48cbb
Complementary Color
#a48cbb | #a3bb8c |
#a48cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a48cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a48cbb Color CSS Codes
.mybgcolor {background-color:#a48cbb; } .myforecolor {color:#a48cbb; } .mybordercolor {border:3px solid #a48cbb; }
#a48cbb Text Font Color
<p style="color:#a48cbb">Text here</p>
This sample text font color is #a48cbb
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.
#a48cbb Background Color
<div style="background-color:#a48cbb">
Div content here</div>
This div background color is #a48cbb
#a48cbb Border Color
<div style="border:3px solid #a48cbb">
Div here</div>
This div border color is #a48cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,140,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a48cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a48cbb; -webkit-box-shadow: 1px 1px 3px 2px #a48cbb; box-shadow: 1px 1px 3px 2px #a48cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,140,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a48cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a48cbb; -webkit-box-shadow: 1px 1px 3px 2px #a48cbb; box-shadow: 1px 1px 3px 2px #a48cbb;">
Div content here</div>
This div box has shadow with color #a48cbb
Comments
No comments written yet.
Please login to write comment.