Color spaces of #a37fbe
RGB | 163 | 127 | 190 |
---|---|---|---|
HSL | 0.76 | 0.33 | 0.62 |
HSV | 274° | 33° | 75° |
CMYK | 0.14 | 0.33 | 0.00 0.25 |
XYZ | 31.9879 | 26.6830 | 52.1796 |
Yxy | 26.6830 | 0.2886 | 0.2407 |
Hunter Lab | 51.6556 | 20.1394 | -23.7325 |
CIE-Lab | 58.6798 | 25.8961 | -27.7523 |
#a37fbe color RGB value is (163,127,190).
#a37fbe hex color red value is 163, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a37fbe hue: 0.76 , saturation: 0.33 and the lightness value of a37fbe is 0.62.
The process color (four color CMYK) of #a37fbe color hex is 0.14, 0.33, 0.00, 0.25. Web safe color of #a37fbe is #9966cc. Color #a37fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01111111 | 10111110 |
Octal | 243 | 177 | 276 |
Decimal | 163 | 127 | 190 |
Hex | A3 | 7F | BE |
Shades of #a37fbe
Tints of #a37fbe
RGB Percentages of Color #a37fbe
CMYK Percentages of Color #a37fbe
Complementary Color
#a37fbe | #9abe7f |
#a37fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a37fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a37fbe Color CSS Codes
.mybgcolor {background-color:#a37fbe; } .myforecolor {color:#a37fbe; } .mybordercolor {border:3px solid #a37fbe; }
#a37fbe Text Font Color
<p style="color:#a37fbe">Text here</p>
This sample text font color is #a37fbe
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.
#a37fbe Background Color
<div style="background-color:#a37fbe">
Div content here</div>
This div background color is #a37fbe
#a37fbe Border Color
<div style="border:3px solid #a37fbe">
Div here</div>
This div border color is #a37fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,127,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a37fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a37fbe; -webkit-box-shadow: 1px 1px 3px 2px #a37fbe; box-shadow: 1px 1px 3px 2px #a37fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,127,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 #a37fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a37fbe; -webkit-box-shadow: 1px 1px 3px 2px #a37fbe; box-shadow: 1px 1px 3px 2px #a37fbe;">
Div content here</div>
This div box has shadow with color #a37fbe
Comments
No comments written yet.
Please login to write comment.