Color spaces of #a45598
RGB | 164 | 85 | 152 |
---|---|---|---|
HSL | 0.86 | 0.32 | 0.49 |
HSV | 309° | 48° | 64° |
CMYK | 0.00 | 0.48 | 0.07 0.36 |
XYZ | 24.2258 | 16.6565 | 31.6439 |
Yxy | 16.6565 | 0.3340 | 0.2297 |
Hunter Lab | 40.8124 | 34.5341 | -17.4019 |
CIE-Lab | 47.8243 | 41.9129 | -22.4350 |
#a45598 color RGB value is (164,85,152).
#a45598 hex color red value is 164, green value is 85 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a45598 hue: 0.86 , saturation: 0.32 and the lightness value of a45598 is 0.49.
The process color (four color CMYK) of #a45598 color hex is 0.00, 0.48, 0.07, 0.36. Web safe color of #a45598 is #996699. Color #a45598 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01010101 | 10011000 |
Octal | 244 | 125 | 230 |
Decimal | 164 | 85 | 152 |
Hex | A4 | 55 | 98 |
Shades of #a45598
Tints of #a45598
RGB Percentages of Color #a45598
CMYK Percentages of Color #a45598
Complementary Color
#a45598 | #55a461 |
#a45598 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a45598 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a45598 Color CSS Codes
.mybgcolor {background-color:#a45598; } .myforecolor {color:#a45598; } .mybordercolor {border:3px solid #a45598; }
#a45598 Text Font Color
<p style="color:#a45598">Text here</p>
This sample text font color is #a45598
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.
#a45598 Background Color
<div style="background-color:#a45598">
Div content here</div>
This div background color is #a45598
#a45598 Border Color
<div style="border:3px solid #a45598">
Div here</div>
This div border color is #a45598
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,85,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a45598; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a45598; -webkit-box-shadow: 1px 1px 3px 2px #a45598; box-shadow: 1px 1px 3px 2px #a45598; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,85,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a45598">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a45598; -webkit-box-shadow: 1px 1px 3px 2px #a45598; box-shadow: 1px 1px 3px 2px #a45598;">
Div content here</div>
This div box has shadow with color #a45598
Comments
No comments written yet.
Please login to write comment.