Color spaces of #a8598c
RGB | 168 | 89 | 140 |
---|---|---|---|
HSL | 0.89 | 0.31 | 0.50 |
HSV | 321° | 47° | 66° |
CMYK | 0.00 | 0.47 | 0.17 0.34 |
XYZ | 24.4545 | 17.3630 | 26.8735 |
Yxy | 17.3630 | 0.3560 | 0.2528 |
Hunter Lab | 41.6689 | 31.8367 | -9.0696 |
CIE-Lab | 48.7142 | 39.0715 | -13.8779 |
#a8598c color RGB value is (168,89,140).
#a8598c hex color red value is 168, green value is 89 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a8598c hue: 0.89 , saturation: 0.31 and the lightness value of a8598c is 0.50.
The process color (four color CMYK) of #a8598c color hex is 0.00, 0.47, 0.17, 0.34. Web safe color of #a8598c is #996699. Color #a8598c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01011001 | 10001100 |
Octal | 250 | 131 | 214 |
Decimal | 168 | 89 | 140 |
Hex | A8 | 59 | 8C |
Shades of #a8598c
Tints of #a8598c
RGB Percentages of Color #a8598c
CMYK Percentages of Color #a8598c
Complementary Color
#a8598c | #59a875 |
#a8598c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8598c Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8598c Color CSS Codes
.mybgcolor {background-color:#a8598c; } .myforecolor {color:#a8598c; } .mybordercolor {border:3px solid #a8598c; }
#a8598c Text Font Color
<p style="color:#a8598c">Text here</p>
This sample text font color is #a8598c
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.
#a8598c Background Color
<div style="background-color:#a8598c">
Div content here</div>
This div background color is #a8598c
#a8598c Border Color
<div style="border:3px solid #a8598c">
Div here</div>
This div border color is #a8598c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,89,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8598c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8598c; -webkit-box-shadow: 1px 1px 3px 2px #a8598c; box-shadow: 1px 1px 3px 2px #a8598c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,89,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8598c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8598c; -webkit-box-shadow: 1px 1px 3px 2px #a8598c; box-shadow: 1px 1px 3px 2px #a8598c;">
Div content here</div>
This div box has shadow with color #a8598c
Comments
No comments written yet.
Please login to write comment.