Color spaces of #a43ace
RGB | 164 | 58 | 206 |
---|---|---|---|
HSL | 0.79 | 0.60 | 0.52 |
HSV | 283° | 72° | 81° |
CMYK | 0.20 | 0.72 | 0.00 0.19 |
XYZ | 27.9635 | 15.3749 | 59.8863 |
Yxy | 15.3749 | 0.2709 | 0.1489 |
Hunter Lab | 39.2108 | 58.6796 | -63.1054 |
CIE-Lab | 46.1435 | 64.6883 | -56.7210 |
#a43ace color RGB value is (164,58,206).
#a43ace hex color red value is 164, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a43ace hue: 0.79 , saturation: 0.60 and the lightness value of a43ace is 0.52.
The process color (four color CMYK) of #a43ace color hex is 0.20, 0.72, 0.00, 0.19. Web safe color of #a43ace is #9933cc. Color #a43ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00111010 | 11001110 |
Octal | 244 | 72 | 316 |
Decimal | 164 | 58 | 206 |
Hex | A4 | 3A | CE |
Shades of #a43ace
Tints of #a43ace
RGB Percentages of Color #a43ace
CMYK Percentages of Color #a43ace
Complementary Color
#a43ace | #64ce3a |
#a43ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a43ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#a43ace Color CSS Codes
.mybgcolor {background-color:#a43ace; } .myforecolor {color:#a43ace; } .mybordercolor {border:3px solid #a43ace; }
#a43ace Text Font Color
<p style="color:#a43ace">Text here</p>
This sample text font color is #a43ace
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.
#a43ace Background Color
<div style="background-color:#a43ace">
Div content here</div>
This div background color is #a43ace
#a43ace Border Color
<div style="border:3px solid #a43ace">
Div here</div>
This div border color is #a43ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,58,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a43ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a43ace; -webkit-box-shadow: 1px 1px 3px 2px #a43ace; box-shadow: 1px 1px 3px 2px #a43ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,58,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a43ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a43ace; -webkit-box-shadow: 1px 1px 3px 2px #a43ace; box-shadow: 1px 1px 3px 2px #a43ace;">
Div content here</div>
This div box has shadow with color #a43ace
Comments
No comments written yet.
Please login to write comment.