Color spaces of #a237ab
RGB | 162 | 55 | 171 |
---|---|---|---|
HSL | 0.82 | 0.51 | 0.44 |
HSV | 295° | 68° | 67° |
CMYK | 0.05 | 0.68 | 0.00 0.33 |
XYZ | 23.6172 | 13.3540 | 39.8609 |
Yxy | 13.3540 | 0.3074 | 0.1738 |
Hunter Lab | 36.5431 | 51.4110 | -39.0928 |
CIE-Lab | 43.2919 | 58.7719 | -40.8461 |
#a237ab color RGB value is (162,55,171).
#a237ab hex color red value is 162, green value is 55 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a237ab hue: 0.82 , saturation: 0.51 and the lightness value of a237ab is 0.44.
The process color (four color CMYK) of #a237ab color hex is 0.05, 0.68, 0.00, 0.33. Web safe color of #a237ab is #993399. Color #a237ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00110111 | 10101011 |
Octal | 242 | 67 | 253 |
Decimal | 162 | 55 | 171 |
Hex | A2 | 37 | AB |
Shades of #a237ab
Tints of #a237ab
RGB Percentages of Color #a237ab
CMYK Percentages of Color #a237ab
Complementary Color
#a237ab | #40ab37 |
#a237ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a237ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a237ab Color CSS Codes
.mybgcolor {background-color:#a237ab; } .myforecolor {color:#a237ab; } .mybordercolor {border:3px solid #a237ab; }
#a237ab Text Font Color
<p style="color:#a237ab">Text here</p>
This sample text font color is #a237ab
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.
#a237ab Background Color
<div style="background-color:#a237ab">
Div content here</div>
This div background color is #a237ab
#a237ab Border Color
<div style="border:3px solid #a237ab">
Div here</div>
This div border color is #a237ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,55,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a237ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a237ab; -webkit-box-shadow: 1px 1px 3px 2px #a237ab; box-shadow: 1px 1px 3px 2px #a237ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,55,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a237ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a237ab; -webkit-box-shadow: 1px 1px 3px 2px #a237ab; box-shadow: 1px 1px 3px 2px #a237ab;">
Div content here</div>
This div box has shadow with color #a237ab
Comments
No comments written yet.
Please login to write comment.