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