Color spaces of #a8608d
RGB | 168 | 96 | 141 |
---|---|---|---|
HSL | 0.90 | 0.29 | 0.52 |
HSV | 323° | 43° | 66° |
CMYK | 0.00 | 0.43 | 0.16 0.34 |
XYZ | 25.1390 | 18.6137 | 27.4671 |
Yxy | 18.6137 | 0.3530 | 0.2614 |
Hunter Lab | 43.1436 | 28.5075 | -7.5461 |
CIE-Lab | 50.2322 | 35.4684 | -12.1777 |
#a8608d color RGB value is (168,96,141).
#a8608d hex color red value is 168, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a8608d hue: 0.90 , saturation: 0.29 and the lightness value of a8608d is 0.52.
The process color (four color CMYK) of #a8608d color hex is 0.00, 0.43, 0.16, 0.34. Web safe color of #a8608d is #996699. Color #a8608d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01100000 | 10001101 |
Octal | 250 | 140 | 215 |
Decimal | 168 | 96 | 141 |
Hex | A8 | 60 | 8D |
Shades of #a8608d
Tints of #a8608d
RGB Percentages of Color #a8608d
CMYK Percentages of Color #a8608d
Complementary Color
#a8608d | #60a87b |
#a8608d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8608d Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8608d Color CSS Codes
.mybgcolor {background-color:#a8608d; } .myforecolor {color:#a8608d; } .mybordercolor {border:3px solid #a8608d; }
#a8608d Text Font Color
<p style="color:#a8608d">Text here</p>
This sample text font color is #a8608d
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.
#a8608d Background Color
<div style="background-color:#a8608d">
Div content here</div>
This div background color is #a8608d
#a8608d Border Color
<div style="border:3px solid #a8608d">
Div here</div>
This div border color is #a8608d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,96,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8608d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8608d; -webkit-box-shadow: 1px 1px 3px 2px #a8608d; box-shadow: 1px 1px 3px 2px #a8608d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,96,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8608d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8608d; -webkit-box-shadow: 1px 1px 3px 2px #a8608d; box-shadow: 1px 1px 3px 2px #a8608d;">
Div content here</div>
This div box has shadow with color #a8608d
Comments
No comments written yet.
Please login to write comment.