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