Color spaces of #a12bae
RGB | 161 | 43 | 174 |
---|---|---|---|
HSL | 0.82 | 0.60 | 0.43 |
HSV | 294° | 75° | 68° |
CMYK | 0.07 | 0.75 | 0.00 0.32 |
XYZ | 23.2018 | 12.3608 | 41.2074 |
Yxy | 12.3608 | 0.3022 | 0.1610 |
Hunter Lab | 35.1579 | 56.2713 | -44.8812 |
CIE-Lab | 41.7839 | 63.4178 | -45.0392 |
#a12bae color RGB value is (161,43,174).
#a12bae hex color red value is 161, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a12bae hue: 0.82 , saturation: 0.60 and the lightness value of a12bae is 0.43.
The process color (four color CMYK) of #a12bae color hex is 0.07, 0.75, 0.00, 0.32. Web safe color of #a12bae is #993399. Color #a12bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 00101011 | 10101110 |
Octal | 241 | 53 | 256 |
Decimal | 161 | 43 | 174 |
Hex | A1 | 2B | AE |
Shades of #a12bae
Tints of #a12bae
RGB Percentages of Color #a12bae
CMYK Percentages of Color #a12bae
Complementary Color
#a12bae | #38ae2b |
#a12bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a12bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a12bae Color CSS Codes
.mybgcolor {background-color:#a12bae; } .myforecolor {color:#a12bae; } .mybordercolor {border:3px solid #a12bae; }
#a12bae Text Font Color
<p style="color:#a12bae">Text here</p>
This sample text font color is #a12bae
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.
#a12bae Background Color
<div style="background-color:#a12bae">
Div content here</div>
This div background color is #a12bae
#a12bae Border Color
<div style="border:3px solid #a12bae">
Div here</div>
This div border color is #a12bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,43,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a12bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a12bae; -webkit-box-shadow: 1px 1px 3px 2px #a12bae; box-shadow: 1px 1px 3px 2px #a12bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,43,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a12bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a12bae; -webkit-box-shadow: 1px 1px 3px 2px #a12bae; box-shadow: 1px 1px 3px 2px #a12bae;">
Div content here</div>
This div box has shadow with color #a12bae
Comments
No comments written yet.
Please login to write comment.