Color spaces of #a463bf
RGB | 164 | 99 | 191 |
---|---|---|---|
HSL | 0.78 | 0.42 | 0.57 |
HSV | 282° | 48° | 75° |
CMYK | 0.14 | 0.48 | 0.00 0.25 |
XYZ | 29.1757 | 20.5778 | 51.7244 |
Yxy | 20.5778 | 0.2875 | 0.2028 |
Hunter Lab | 45.3628 | 35.4200 | -35.8509 |
CIE-Lab | 52.4843 | 42.0946 | -37.9777 |
#a463bf color RGB value is (164,99,191).
#a463bf hex color red value is 164, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a463bf hue: 0.78 , saturation: 0.42 and the lightness value of a463bf is 0.57.
The process color (four color CMYK) of #a463bf color hex is 0.14, 0.48, 0.00, 0.25. Web safe color of #a463bf is #9966cc. Color #a463bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01100011 | 10111111 |
Octal | 244 | 143 | 277 |
Decimal | 164 | 99 | 191 |
Hex | A4 | 63 | BF |
Shades of #a463bf
Tints of #a463bf
RGB Percentages of Color #a463bf
CMYK Percentages of Color #a463bf
Complementary Color
#a463bf | #7ebf63 |
#a463bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a463bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a463bf Color CSS Codes
.mybgcolor {background-color:#a463bf; } .myforecolor {color:#a463bf; } .mybordercolor {border:3px solid #a463bf; }
#a463bf Text Font Color
<p style="color:#a463bf">Text here</p>
This sample text font color is #a463bf
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.
#a463bf Background Color
<div style="background-color:#a463bf">
Div content here</div>
This div background color is #a463bf
#a463bf Border Color
<div style="border:3px solid #a463bf">
Div here</div>
This div border color is #a463bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,99,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a463bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a463bf; -webkit-box-shadow: 1px 1px 3px 2px #a463bf; box-shadow: 1px 1px 3px 2px #a463bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,99,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 #a463bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a463bf; -webkit-box-shadow: 1px 1px 3px 2px #a463bf; box-shadow: 1px 1px 3px 2px #a463bf;">
Div content here</div>
This div box has shadow with color #a463bf
Comments
No comments written yet.
Please login to write comment.