Color spaces of #a26cbf
RGB | 162 | 108 | 191 |
---|---|---|---|
HSL | 0.78 | 0.39 | 0.59 |
HSV | 279° | 43° | 75° |
CMYK | 0.15 | 0.43 | 0.00 0.25 |
XYZ | 29.6668 | 22.1681 | 52.0055 |
Yxy | 22.1681 | 0.2857 | 0.2135 |
Hunter Lab | 47.0830 | 30.0768 | -32.5306 |
CIE-Lab | 54.2049 | 36.5600 | -35.2933 |
#a26cbf color RGB value is (162,108,191).
#a26cbf hex color red value is 162, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a26cbf hue: 0.78 , saturation: 0.39 and the lightness value of a26cbf is 0.59.
The process color (four color CMYK) of #a26cbf color hex is 0.15, 0.43, 0.00, 0.25. Web safe color of #a26cbf is #9966cc. Color #a26cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01101100 | 10111111 |
Octal | 242 | 154 | 277 |
Decimal | 162 | 108 | 191 |
Hex | A2 | 6C | BF |
Shades of #a26cbf
Tints of #a26cbf
RGB Percentages of Color #a26cbf
CMYK Percentages of Color #a26cbf
Complementary Color
#a26cbf | #89bf6c |
#a26cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a26cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a26cbf Color CSS Codes
.mybgcolor {background-color:#a26cbf; } .myforecolor {color:#a26cbf; } .mybordercolor {border:3px solid #a26cbf; }
#a26cbf Text Font Color
<p style="color:#a26cbf">Text here</p>
This sample text font color is #a26cbf
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.
#a26cbf Background Color
<div style="background-color:#a26cbf">
Div content here</div>
This div background color is #a26cbf
#a26cbf Border Color
<div style="border:3px solid #a26cbf">
Div here</div>
This div border color is #a26cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,108,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a26cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a26cbf; -webkit-box-shadow: 1px 1px 3px 2px #a26cbf; box-shadow: 1px 1px 3px 2px #a26cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,108,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a26cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a26cbf; -webkit-box-shadow: 1px 1px 3px 2px #a26cbf; box-shadow: 1px 1px 3px 2px #a26cbf;">
Div content here</div>
This div box has shadow with color #a26cbf
Comments
No comments written yet.
Please login to write comment.