Color spaces of #a58cbe
RGB | 165 | 140 | 190 |
---|---|---|---|
HSL | 0.75 | 0.28 | 0.65 |
HSV | 270° | 26° | 75° |
CMYK | 0.13 | 0.26 | 0.00 0.25 |
XYZ | 34.1894 | 30.4732 | 52.7951 |
Yxy | 30.4732 | 0.2911 | 0.2594 |
Hunter Lab | 55.2025 | 13.9486 | -18.0625 |
CIE-Lab | 62.0604 | 19.1268 | -22.5366 |
#a58cbe color RGB value is (165,140,190).
#a58cbe hex color red value is 165, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a58cbe hue: 0.75 , saturation: 0.28 and the lightness value of a58cbe is 0.65.
The process color (four color CMYK) of #a58cbe color hex is 0.13, 0.26, 0.00, 0.25. Web safe color of #a58cbe is #9999cc. Color #a58cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10001100 | 10111110 |
Octal | 245 | 214 | 276 |
Decimal | 165 | 140 | 190 |
Hex | A5 | 8C | BE |
Shades of #a58cbe
Tints of #a58cbe
RGB Percentages of Color #a58cbe
CMYK Percentages of Color #a58cbe
Complementary Color
#a58cbe | #a5be8c |
#a58cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a58cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a58cbe Color CSS Codes
.mybgcolor {background-color:#a58cbe; } .myforecolor {color:#a58cbe; } .mybordercolor {border:3px solid #a58cbe; }
#a58cbe Text Font Color
<p style="color:#a58cbe">Text here</p>
This sample text font color is #a58cbe
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.
#a58cbe Background Color
<div style="background-color:#a58cbe">
Div content here</div>
This div background color is #a58cbe
#a58cbe Border Color
<div style="border:3px solid #a58cbe">
Div here</div>
This div border color is #a58cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,140,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a58cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a58cbe; -webkit-box-shadow: 1px 1px 3px 2px #a58cbe; box-shadow: 1px 1px 3px 2px #a58cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,140,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 #a58cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a58cbe; -webkit-box-shadow: 1px 1px 3px 2px #a58cbe; box-shadow: 1px 1px 3px 2px #a58cbe;">
Div content here</div>
This div box has shadow with color #a58cbe
Comments
No comments written yet.
Please login to write comment.