Color spaces of #a87490
RGB | 168 | 116 | 144 |
---|---|---|---|
HSL | 0.91 | 0.23 | 0.56 |
HSV | 328° | 31° | 66° |
CMYK | 0.00 | 0.31 | 0.14 0.34 |
XYZ | 27.4279 | 22.8292 | 29.3464 |
Yxy | 22.8292 | 0.3446 | 0.2868 |
Hunter Lab | 47.7799 | 18.8525 | -2.9700 |
CIE-Lab | 54.8960 | 24.8251 | -6.9554 |
#a87490 color RGB value is (168,116,144).
#a87490 hex color red value is 168, green value is 116 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a87490 hue: 0.91 , saturation: 0.23 and the lightness value of a87490 is 0.56.
The process color (four color CMYK) of #a87490 color hex is 0.00, 0.31, 0.14, 0.34. Web safe color of #a87490 is #996699. Color #a87490 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01110100 | 10010000 |
Octal | 250 | 164 | 220 |
Decimal | 168 | 116 | 144 |
Hex | A8 | 74 | 90 |
Shades of #a87490
Tints of #a87490
RGB Percentages of Color #a87490
CMYK Percentages of Color #a87490
Complementary Color
#a87490 | #74a88c |
#a87490 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a87490 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a87490 Color CSS Codes
.mybgcolor {background-color:#a87490; } .myforecolor {color:#a87490; } .mybordercolor {border:3px solid #a87490; }
#a87490 Text Font Color
<p style="color:#a87490">Text here</p>
This sample text font color is #a87490
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.
#a87490 Background Color
<div style="background-color:#a87490">
Div content here</div>
This div background color is #a87490
#a87490 Border Color
<div style="border:3px solid #a87490">
Div here</div>
This div border color is #a87490
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,116,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a87490; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a87490; -webkit-box-shadow: 1px 1px 3px 2px #a87490; box-shadow: 1px 1px 3px 2px #a87490; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,116,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a87490">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a87490; -webkit-box-shadow: 1px 1px 3px 2px #a87490; box-shadow: 1px 1px 3px 2px #a87490;">
Div content here</div>
This div box has shadow with color #a87490
Comments
No comments written yet.
Please login to write comment.