Color spaces of #a28bdb
RGB | 162 | 139 | 219 |
---|---|---|---|
HSL | 0.71 | 0.53 | 0.70 |
HSV | 257° | 37° | 86° |
CMYK | 0.26 | 0.37 | 0.00 0.14 |
XYZ | 36.9191 | 31.2611 | 71.1060 |
Yxy | 31.2611 | 0.2651 | 0.2244 |
Hunter Lab | 55.9116 | 20.0203 | -36.2643 |
CIE-Lab | 62.7274 | 25.4739 | -37.7814 |
#a28bdb color RGB value is (162,139,219).
#a28bdb hex color red value is 162, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a28bdb hue: 0.71 , saturation: 0.53 and the lightness value of a28bdb is 0.70.
The process color (four color CMYK) of #a28bdb color hex is 0.26, 0.37, 0.00, 0.14. Web safe color of #a28bdb is #9999cc. Color #a28bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10001011 | 11011011 |
Octal | 242 | 213 | 333 |
Decimal | 162 | 139 | 219 |
Hex | A2 | 8B | DB |
Shades of #a28bdb
Tints of #a28bdb
RGB Percentages of Color #a28bdb
CMYK Percentages of Color #a28bdb
Complementary Color
#a28bdb | #c4db8b |
#a28bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a28bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a28bdb Color CSS Codes
.mybgcolor {background-color:#a28bdb; } .myforecolor {color:#a28bdb; } .mybordercolor {border:3px solid #a28bdb; }
#a28bdb Text Font Color
<p style="color:#a28bdb">Text here</p>
This sample text font color is #a28bdb
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.
#a28bdb Background Color
<div style="background-color:#a28bdb">
Div content here</div>
This div background color is #a28bdb
#a28bdb Border Color
<div style="border:3px solid #a28bdb">
Div here</div>
This div border color is #a28bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,139,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a28bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a28bdb; -webkit-box-shadow: 1px 1px 3px 2px #a28bdb; box-shadow: 1px 1px 3px 2px #a28bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,139,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a28bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a28bdb; -webkit-box-shadow: 1px 1px 3px 2px #a28bdb; box-shadow: 1px 1px 3px 2px #a28bdb;">
Div content here</div>
This div box has shadow with color #a28bdb
Comments
No comments written yet.
Please login to write comment.