Color spaces of #a45bcd
RGB | 164 | 91 | 205 |
---|---|---|---|
HSL | 0.77 | 0.53 | 0.58 |
HSV | 278° | 56° | 80° |
CMYK | 0.20 | 0.56 | 0.00 0.20 |
XYZ | 30.0704 | 19.7825 | 59.9911 |
Yxy | 19.7825 | 0.2738 | 0.1801 |
Hunter Lab | 44.4775 | 42.8448 | -48.8358 |
CIE-Lab | 51.5904 | 49.3606 | -47.4252 |
#a45bcd color RGB value is (164,91,205).
#a45bcd hex color red value is 164, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a45bcd hue: 0.77 , saturation: 0.53 and the lightness value of a45bcd is 0.58.
The process color (four color CMYK) of #a45bcd color hex is 0.20, 0.56, 0.00, 0.20. Web safe color of #a45bcd is #9966cc. Color #a45bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01011011 | 11001101 |
Octal | 244 | 133 | 315 |
Decimal | 164 | 91 | 205 |
Hex | A4 | 5B | CD |
Shades of #a45bcd
Tints of #a45bcd
RGB Percentages of Color #a45bcd
CMYK Percentages of Color #a45bcd
Complementary Color
#a45bcd | #84cd5b |
#a45bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a45bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a45bcd Color CSS Codes
.mybgcolor {background-color:#a45bcd; } .myforecolor {color:#a45bcd; } .mybordercolor {border:3px solid #a45bcd; }
#a45bcd Text Font Color
<p style="color:#a45bcd">Text here</p>
This sample text font color is #a45bcd
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.
#a45bcd Background Color
<div style="background-color:#a45bcd">
Div content here</div>
This div background color is #a45bcd
#a45bcd Border Color
<div style="border:3px solid #a45bcd">
Div here</div>
This div border color is #a45bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,91,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a45bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a45bcd; -webkit-box-shadow: 1px 1px 3px 2px #a45bcd; box-shadow: 1px 1px 3px 2px #a45bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,91,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a45bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a45bcd; -webkit-box-shadow: 1px 1px 3px 2px #a45bcd; box-shadow: 1px 1px 3px 2px #a45bcd;">
Div content here</div>
This div box has shadow with color #a45bcd
Comments
No comments written yet.
Please login to write comment.