Color spaces of #a477eb
RGB | 164 | 119 | 235 |
---|---|---|---|
HSL | 0.73 | 0.74 | 0.69 |
HSV | 263° | 49° | 92° |
CMYK | 0.30 | 0.49 | 0.00 0.08 |
XYZ | 36.9021 | 27.0843 | 81.8801 |
Yxy | 27.0843 | 0.2530 | 0.1857 |
Hunter Lab | 52.0426 | 35.4954 | -56.8529 |
CIE-Lab | 59.0523 | 41.2591 | -52.4730 |
#a477eb color RGB value is (164,119,235).
#a477eb hex color red value is 164, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a477eb hue: 0.73 , saturation: 0.74 and the lightness value of a477eb is 0.69.
The process color (four color CMYK) of #a477eb color hex is 0.30, 0.49, 0.00, 0.08. Web safe color of #a477eb is #9966ff. Color #a477eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01110111 | 11101011 |
Octal | 244 | 167 | 353 |
Decimal | 164 | 119 | 235 |
Hex | A4 | 77 | EB |
Shades of #a477eb
Tints of #a477eb
RGB Percentages of Color #a477eb
CMYK Percentages of Color #a477eb
Complementary Color
#a477eb | #beeb77 |
#a477eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a477eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a477eb Color CSS Codes
.mybgcolor {background-color:#a477eb; } .myforecolor {color:#a477eb; } .mybordercolor {border:3px solid #a477eb; }
#a477eb Text Font Color
<p style="color:#a477eb">Text here</p>
This sample text font color is #a477eb
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.
#a477eb Background Color
<div style="background-color:#a477eb">
Div content here</div>
This div background color is #a477eb
#a477eb Border Color
<div style="border:3px solid #a477eb">
Div here</div>
This div border color is #a477eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,119,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a477eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a477eb; -webkit-box-shadow: 1px 1px 3px 2px #a477eb; box-shadow: 1px 1px 3px 2px #a477eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,119,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a477eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a477eb; -webkit-box-shadow: 1px 1px 3px 2px #a477eb; box-shadow: 1px 1px 3px 2px #a477eb;">
Div content here</div>
This div box has shadow with color #a477eb
Comments
No comments written yet.
Please login to write comment.