Color spaces of #a42cbb
RGB | 164 | 44 | 187 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.45 |
HSV | 290° | 76° | 73° |
CMYK | 0.12 | 0.76 | 0.00 0.27 |
XYZ | 25.1802 | 13.2817 | 48.2502 |
Yxy | 13.2817 | 0.2904 | 0.1532 |
Hunter Lab | 36.4441 | 59.5534 | -52.9863 |
CIE-Lab | 43.1847 | 66.0208 | -50.4363 |
#a42cbb color RGB value is (164,44,187).
#a42cbb hex color red value is 164, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a42cbb hue: 0.81 , saturation: 0.62 and the lightness value of a42cbb is 0.45.
The process color (four color CMYK) of #a42cbb color hex is 0.12, 0.76, 0.00, 0.27. Web safe color of #a42cbb is #9933cc. Color #a42cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00101100 | 10111011 |
Octal | 244 | 54 | 273 |
Decimal | 164 | 44 | 187 |
Hex | A4 | 2C | BB |
Shades of #a42cbb
Tints of #a42cbb
RGB Percentages of Color #a42cbb
CMYK Percentages of Color #a42cbb
Complementary Color
#a42cbb | #43bb2c |
#a42cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a42cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a42cbb Color CSS Codes
.mybgcolor {background-color:#a42cbb; } .myforecolor {color:#a42cbb; } .mybordercolor {border:3px solid #a42cbb; }
#a42cbb Text Font Color
<p style="color:#a42cbb">Text here</p>
This sample text font color is #a42cbb
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.
#a42cbb Background Color
<div style="background-color:#a42cbb">
Div content here</div>
This div background color is #a42cbb
#a42cbb Border Color
<div style="border:3px solid #a42cbb">
Div here</div>
This div border color is #a42cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,44,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a42cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a42cbb; -webkit-box-shadow: 1px 1px 3px 2px #a42cbb; box-shadow: 1px 1px 3px 2px #a42cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,44,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a42cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a42cbb; -webkit-box-shadow: 1px 1px 3px 2px #a42cbb; box-shadow: 1px 1px 3px 2px #a42cbb;">
Div content here</div>
This div box has shadow with color #a42cbb
Comments
No comments written yet.
Please login to write comment.