Color spaces of #a37abc
RGB | 163 | 122 | 188 |
---|---|---|---|
HSL | 0.77 | 0.33 | 0.61 |
HSV | 277° | 35° | 74° |
CMYK | 0.13 | 0.35 | 0.00 0.26 |
XYZ | 31.1409 | 25.3364 | 50.8261 |
Yxy | 25.3364 | 0.2902 | 0.2361 |
Hunter Lab | 50.3353 | 22.3458 | -24.6334 |
CIE-Lab | 57.4017 | 28.3077 | -28.5907 |
#a37abc color RGB value is (163,122,188).
#a37abc hex color red value is 163, green value is 122 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a37abc hue: 0.77 , saturation: 0.33 and the lightness value of a37abc is 0.61.
The process color (four color CMYK) of #a37abc color hex is 0.13, 0.35, 0.00, 0.26. Web safe color of #a37abc is #9966cc. Color #a37abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01111010 | 10111100 |
Octal | 243 | 172 | 274 |
Decimal | 163 | 122 | 188 |
Hex | A3 | 7A | BC |
Shades of #a37abc
Tints of #a37abc
RGB Percentages of Color #a37abc
CMYK Percentages of Color #a37abc
Complementary Color
#a37abc | #93bc7a |
#a37abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a37abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a37abc Color CSS Codes
.mybgcolor {background-color:#a37abc; } .myforecolor {color:#a37abc; } .mybordercolor {border:3px solid #a37abc; }
#a37abc Text Font Color
<p style="color:#a37abc">Text here</p>
This sample text font color is #a37abc
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.
#a37abc Background Color
<div style="background-color:#a37abc">
Div content here</div>
This div background color is #a37abc
#a37abc Border Color
<div style="border:3px solid #a37abc">
Div here</div>
This div border color is #a37abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,122,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a37abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a37abc; -webkit-box-shadow: 1px 1px 3px 2px #a37abc; box-shadow: 1px 1px 3px 2px #a37abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,122,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a37abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a37abc; -webkit-box-shadow: 1px 1px 3px 2px #a37abc; box-shadow: 1px 1px 3px 2px #a37abc;">
Div content here</div>
This div box has shadow with color #a37abc
Comments
No comments written yet.
Please login to write comment.