Color spaces of #a41cab
RGB | 164 | 28 | 171 |
---|---|---|---|
HSL | 0.83 | 0.72 | 0.39 |
HSV | 297° | 84° | 67° |
CMYK | 0.04 | 0.84 | 0.00 0.33 |
XYZ | 23.0758 | 11.6633 | 39.5631 |
Yxy | 11.6633 | 0.3106 | 0.1570 |
Hunter Lab | 34.1516 | 60.8450 | -44.7788 |
CIE-Lab | 40.6759 | 67.6270 | -44.9992 |
#a41cab color RGB value is (164,28,171).
#a41cab hex color red value is 164, green value is 28 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a41cab hue: 0.83 , saturation: 0.72 and the lightness value of a41cab is 0.39.
The process color (four color CMYK) of #a41cab color hex is 0.04, 0.84, 0.00, 0.33. Web safe color of #a41cab is #993399. Color #a41cab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00011100 | 10101011 |
Octal | 244 | 34 | 253 |
Decimal | 164 | 28 | 171 |
Hex | A4 | 1C | AB |
Shades of #a41cab
Tints of #a41cab
RGB Percentages of Color #a41cab
CMYK Percentages of Color #a41cab
Complementary Color
#a41cab | #23ab1c |
#a41cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a41cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a41cab Color CSS Codes
.mybgcolor {background-color:#a41cab; } .myforecolor {color:#a41cab; } .mybordercolor {border:3px solid #a41cab; }
#a41cab Text Font Color
<p style="color:#a41cab">Text here</p>
This sample text font color is #a41cab
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.
#a41cab Background Color
<div style="background-color:#a41cab">
Div content here</div>
This div background color is #a41cab
#a41cab Border Color
<div style="border:3px solid #a41cab">
Div here</div>
This div border color is #a41cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,28,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a41cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a41cab; -webkit-box-shadow: 1px 1px 3px 2px #a41cab; box-shadow: 1px 1px 3px 2px #a41cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,28,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a41cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a41cab; -webkit-box-shadow: 1px 1px 3px 2px #a41cab; box-shadow: 1px 1px 3px 2px #a41cab;">
Div content here</div>
This div box has shadow with color #a41cab
Comments
No comments written yet.
Please login to write comment.