Color spaces of #a26cbe
RGB | 162 | 108 | 190 |
---|---|---|---|
HSL | 0.78 | 0.39 | 0.58 |
HSV | 280° | 43° | 75° |
CMYK | 0.15 | 0.43 | 0.00 0.25 |
XYZ | 29.5571 | 22.1242 | 51.4278 |
Yxy | 22.1242 | 0.2867 | 0.2146 |
Hunter Lab | 47.0364 | 29.8537 | -31.9000 |
CIE-Lab | 54.1585 | 36.3414 | -34.7922 |
#a26cbe color RGB value is (162,108,190).
#a26cbe hex color red value is 162, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a26cbe hue: 0.78 , saturation: 0.39 and the lightness value of a26cbe is 0.58.
The process color (four color CMYK) of #a26cbe color hex is 0.15, 0.43, 0.00, 0.25. Web safe color of #a26cbe is #9966cc. Color #a26cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01101100 | 10111110 |
Octal | 242 | 154 | 276 |
Decimal | 162 | 108 | 190 |
Hex | A2 | 6C | BE |
Shades of #a26cbe
Tints of #a26cbe
RGB Percentages of Color #a26cbe
CMYK Percentages of Color #a26cbe
Complementary Color
#a26cbe | #88be6c |
#a26cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a26cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a26cbe Color CSS Codes
.mybgcolor {background-color:#a26cbe; } .myforecolor {color:#a26cbe; } .mybordercolor {border:3px solid #a26cbe; }
#a26cbe Text Font Color
<p style="color:#a26cbe">Text here</p>
This sample text font color is #a26cbe
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.
#a26cbe Background Color
<div style="background-color:#a26cbe">
Div content here</div>
This div background color is #a26cbe
#a26cbe Border Color
<div style="border:3px solid #a26cbe">
Div here</div>
This div border color is #a26cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,108,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a26cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a26cbe; -webkit-box-shadow: 1px 1px 3px 2px #a26cbe; box-shadow: 1px 1px 3px 2px #a26cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,108,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 #a26cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a26cbe; -webkit-box-shadow: 1px 1px 3px 2px #a26cbe; box-shadow: 1px 1px 3px 2px #a26cbe;">
Div content here</div>
This div box has shadow with color #a26cbe
Comments
No comments written yet.
Please login to write comment.