Color spaces of #a47bbe
RGB | 164 | 123 | 190 |
---|---|---|---|
HSL | 0.77 | 0.34 | 0.61 |
HSV | 277° | 35° | 75° |
CMYK | 0.14 | 0.35 | 0.00 0.25 |
XYZ | 31.6871 | 25.7761 | 52.0204 |
Yxy | 25.7761 | 0.2894 | 0.2354 |
Hunter Lab | 50.7702 | 22.5591 | -25.2109 |
CIE-Lab | 57.8239 | 28.4915 | -29.0686 |
#a47bbe color RGB value is (164,123,190).
#a47bbe hex color red value is 164, green value is 123 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a47bbe hue: 0.77 , saturation: 0.34 and the lightness value of a47bbe is 0.61.
The process color (four color CMYK) of #a47bbe color hex is 0.14, 0.35, 0.00, 0.25. Web safe color of #a47bbe is #9966cc. Color #a47bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01111011 | 10111110 |
Octal | 244 | 173 | 276 |
Decimal | 164 | 123 | 190 |
Hex | A4 | 7B | BE |
Shades of #a47bbe
Tints of #a47bbe
RGB Percentages of Color #a47bbe
CMYK Percentages of Color #a47bbe
Complementary Color
#a47bbe | #95be7b |
#a47bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a47bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a47bbe Color CSS Codes
.mybgcolor {background-color:#a47bbe; } .myforecolor {color:#a47bbe; } .mybordercolor {border:3px solid #a47bbe; }
#a47bbe Text Font Color
<p style="color:#a47bbe">Text here</p>
This sample text font color is #a47bbe
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.
#a47bbe Background Color
<div style="background-color:#a47bbe">
Div content here</div>
This div background color is #a47bbe
#a47bbe Border Color
<div style="border:3px solid #a47bbe">
Div here</div>
This div border color is #a47bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,123,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a47bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a47bbe; -webkit-box-shadow: 1px 1px 3px 2px #a47bbe; box-shadow: 1px 1px 3px 2px #a47bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,123,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a47bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a47bbe; -webkit-box-shadow: 1px 1px 3px 2px #a47bbe; box-shadow: 1px 1px 3px 2px #a47bbe;">
Div content here</div>
This div box has shadow with color #a47bbe
Comments
No comments written yet.
Please login to write comment.