Color spaces of #a34ece
RGB | 163 | 78 | 206 |
---|---|---|---|
HSL | 0.78 | 0.57 | 0.56 |
HSV | 280° | 62° | 81° |
CMYK | 0.21 | 0.62 | 0.00 0.19 |
XYZ | 28.9692 | 17.6915 | 60.2805 |
Yxy | 17.6915 | 0.2709 | 0.1654 |
Hunter Lab | 42.0613 | 49.3326 | -55.5291 |
CIE-Lab | 49.1198 | 55.7992 | -51.9481 |
#a34ece color RGB value is (163,78,206).
#a34ece hex color red value is 163, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a34ece hue: 0.78 , saturation: 0.57 and the lightness value of a34ece is 0.56.
The process color (four color CMYK) of #a34ece color hex is 0.21, 0.62, 0.00, 0.19. Web safe color of #a34ece is #9966cc. Color #a34ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01001110 | 11001110 |
Octal | 243 | 116 | 316 |
Decimal | 163 | 78 | 206 |
Hex | A3 | 4E | CE |
Shades of #a34ece
Tints of #a34ece
RGB Percentages of Color #a34ece
CMYK Percentages of Color #a34ece
Complementary Color
#a34ece | #79ce4e |
#a34ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a34ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#a34ece Color CSS Codes
.mybgcolor {background-color:#a34ece; } .myforecolor {color:#a34ece; } .mybordercolor {border:3px solid #a34ece; }
#a34ece Text Font Color
<p style="color:#a34ece">Text here</p>
This sample text font color is #a34ece
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.
#a34ece Background Color
<div style="background-color:#a34ece">
Div content here</div>
This div background color is #a34ece
#a34ece Border Color
<div style="border:3px solid #a34ece">
Div here</div>
This div border color is #a34ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,78,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a34ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a34ece; -webkit-box-shadow: 1px 1px 3px 2px #a34ece; box-shadow: 1px 1px 3px 2px #a34ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,78,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 #a34ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a34ece; -webkit-box-shadow: 1px 1px 3px 2px #a34ece; box-shadow: 1px 1px 3px 2px #a34ece;">
Div content here</div>
This div box has shadow with color #a34ece
Comments
No comments written yet.
Please login to write comment.