Color spaces of #a41bea
RGB | 164 | 27 | 234 |
---|---|---|---|
HSL | 0.78 | 0.83 | 0.51 |
HSV | 280° | 88° | 92° |
CMYK | 0.30 | 0.88 | 0.00 0.08 |
XYZ | 30.5531 | 14.6169 | 79.0529 |
Yxy | 14.6169 | 0.2460 | 0.1177 |
Hunter Lab | 38.2321 | 75.7420 | -95.8322 |
CIE-Lab | 45.1050 | 79.1285 | -74.4023 |
#a41bea color RGB value is (164,27,234).
#a41bea hex color red value is 164, green value is 27 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a41bea hue: 0.78 , saturation: 0.83 and the lightness value of a41bea is 0.51.
The process color (four color CMYK) of #a41bea color hex is 0.30, 0.88, 0.00, 0.08. Web safe color of #a41bea is #9933ff. Color #a41bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00011011 | 11101010 |
Octal | 244 | 33 | 352 |
Decimal | 164 | 27 | 234 |
Hex | A4 | 1B | EA |
Shades of #a41bea
Tints of #a41bea
RGB Percentages of Color #a41bea
CMYK Percentages of Color #a41bea
Complementary Color
#a41bea | #61ea1b |
#a41bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a41bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a41bea Color CSS Codes
.mybgcolor {background-color:#a41bea; } .myforecolor {color:#a41bea; } .mybordercolor {border:3px solid #a41bea; }
#a41bea Text Font Color
<p style="color:#a41bea">Text here</p>
This sample text font color is #a41bea
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.
#a41bea Background Color
<div style="background-color:#a41bea">
Div content here</div>
This div background color is #a41bea
#a41bea Border Color
<div style="border:3px solid #a41bea">
Div here</div>
This div border color is #a41bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,27,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a41bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a41bea; -webkit-box-shadow: 1px 1px 3px 2px #a41bea; box-shadow: 1px 1px 3px 2px #a41bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,27,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a41bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a41bea; -webkit-box-shadow: 1px 1px 3px 2px #a41bea; box-shadow: 1px 1px 3px 2px #a41bea;">
Div content here</div>
This div box has shadow with color #a41bea
Comments
No comments written yet.
Please login to write comment.