Color spaces of #a2688b
RGB | 162 | 104 | 139 |
---|---|---|---|
HSL | 0.90 | 0.24 | 0.52 |
HSV | 324° | 36° | 64° |
CMYK | 0.00 | 0.36 | 0.14 0.36 |
XYZ | 24.5108 | 19.4461 | 26.8877 |
Yxy | 19.4461 | 0.3460 | 0.2745 |
Hunter Lab | 44.0977 | 22.0445 | -5.2825 |
CIE-Lab | 51.2051 | 28.5787 | -9.6053 |
#a2688b color RGB value is (162,104,139).
#a2688b hex color red value is 162, green value is 104 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a2688b hue: 0.90 , saturation: 0.24 and the lightness value of a2688b is 0.52.
The process color (four color CMYK) of #a2688b color hex is 0.00, 0.36, 0.14, 0.36. Web safe color of #a2688b is #996699. Color #a2688b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01101000 | 10001011 |
Octal | 242 | 150 | 213 |
Decimal | 162 | 104 | 139 |
Hex | A2 | 68 | 8B |
Shades of #a2688b
Tints of #a2688b
RGB Percentages of Color #a2688b
CMYK Percentages of Color #a2688b
Complementary Color
#a2688b | #68a27f |
#a2688b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2688b Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2688b Color CSS Codes
.mybgcolor {background-color:#a2688b; } .myforecolor {color:#a2688b; } .mybordercolor {border:3px solid #a2688b; }
#a2688b Text Font Color
<p style="color:#a2688b">Text here</p>
This sample text font color is #a2688b
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.
#a2688b Background Color
<div style="background-color:#a2688b">
Div content here</div>
This div background color is #a2688b
#a2688b Border Color
<div style="border:3px solid #a2688b">
Div here</div>
This div border color is #a2688b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,104,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2688b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2688b; -webkit-box-shadow: 1px 1px 3px 2px #a2688b; box-shadow: 1px 1px 3px 2px #a2688b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,104,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2688b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2688b; -webkit-box-shadow: 1px 1px 3px 2px #a2688b; box-shadow: 1px 1px 3px 2px #a2688b;">
Div content here</div>
This div box has shadow with color #a2688b
Comments
No comments written yet.
Please login to write comment.