Color spaces of #a657bf
RGB | 166 | 87 | 191 |
---|---|---|---|
HSL | 0.79 | 0.45 | 0.55 |
HSV | 286° | 54° | 75° |
CMYK | 0.13 | 0.54 | 0.00 0.25 |
XYZ | 28.5380 | 18.6850 | 51.3927 |
Yxy | 18.6850 | 0.2894 | 0.1895 |
Hunter Lab | 43.2261 | 42.2003 | -40.2331 |
CIE-Lab | 50.3166 | 48.9625 | -41.3808 |
#a657bf color RGB value is (166,87,191).
#a657bf hex color red value is 166, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a657bf hue: 0.79 , saturation: 0.45 and the lightness value of a657bf is 0.55.
The process color (four color CMYK) of #a657bf color hex is 0.13, 0.54, 0.00, 0.25. Web safe color of #a657bf is #9966cc. Color #a657bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01010111 | 10111111 |
Octal | 246 | 127 | 277 |
Decimal | 166 | 87 | 191 |
Hex | A6 | 57 | BF |
Shades of #a657bf
Tints of #a657bf
RGB Percentages of Color #a657bf
CMYK Percentages of Color #a657bf
Complementary Color
#a657bf | #70bf57 |
#a657bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a657bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a657bf Color CSS Codes
.mybgcolor {background-color:#a657bf; } .myforecolor {color:#a657bf; } .mybordercolor {border:3px solid #a657bf; }
#a657bf Text Font Color
<p style="color:#a657bf">Text here</p>
This sample text font color is #a657bf
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.
#a657bf Background Color
<div style="background-color:#a657bf">
Div content here</div>
This div background color is #a657bf
#a657bf Border Color
<div style="border:3px solid #a657bf">
Div here</div>
This div border color is #a657bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,87,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a657bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a657bf; -webkit-box-shadow: 1px 1px 3px 2px #a657bf; box-shadow: 1px 1px 3px 2px #a657bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,87,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 #a657bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a657bf; -webkit-box-shadow: 1px 1px 3px 2px #a657bf; box-shadow: 1px 1px 3px 2px #a657bf;">
Div content here</div>
This div box has shadow with color #a657bf
Comments
No comments written yet.
Please login to write comment.