Color spaces of #a431ca
RGB | 164 | 49 | 202 |
---|---|---|---|
HSL | 0.79 | 0.61 | 0.49 |
HSV | 285° | 76° | 79° |
CMYK | 0.19 | 0.76 | 0.00 0.21 |
XYZ | 27.0688 | 14.3534 | 57.2209 |
Yxy | 14.3534 | 0.2744 | 0.1455 |
Hunter Lab | 37.8859 | 61.2348 | -63.0285 |
CIE-Lab | 44.7355 | 67.1717 | -56.6803 |
#a431ca color RGB value is (164,49,202).
#a431ca hex color red value is 164, green value is 49 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a431ca hue: 0.79 , saturation: 0.61 and the lightness value of a431ca is 0.49.
The process color (four color CMYK) of #a431ca color hex is 0.19, 0.76, 0.00, 0.21. Web safe color of #a431ca is #9933cc. Color #a431ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00110001 | 11001010 |
Octal | 244 | 61 | 312 |
Decimal | 164 | 49 | 202 |
Hex | A4 | 31 | CA |
Shades of #a431ca
Tints of #a431ca
RGB Percentages of Color #a431ca
CMYK Percentages of Color #a431ca
Complementary Color
#a431ca | #57ca31 |
#a431ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a431ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a431ca Color CSS Codes
.mybgcolor {background-color:#a431ca; } .myforecolor {color:#a431ca; } .mybordercolor {border:3px solid #a431ca; }
#a431ca Text Font Color
<p style="color:#a431ca">Text here</p>
This sample text font color is #a431ca
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.
#a431ca Background Color
<div style="background-color:#a431ca">
Div content here</div>
This div background color is #a431ca
#a431ca Border Color
<div style="border:3px solid #a431ca">
Div here</div>
This div border color is #a431ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,49,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a431ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a431ca; -webkit-box-shadow: 1px 1px 3px 2px #a431ca; box-shadow: 1px 1px 3px 2px #a431ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,49,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a431ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a431ca; -webkit-box-shadow: 1px 1px 3px 2px #a431ca; box-shadow: 1px 1px 3px 2px #a431ca;">
Div content here</div>
This div box has shadow with color #a431ca
Comments
No comments written yet.
Please login to write comment.