Color spaces of #a8648b
RGB | 168 | 100 | 139 |
---|---|---|---|
HSL | 0.90 | 0.28 | 0.53 |
HSV | 326° | 40° | 66° |
CMYK | 0.00 | 0.40 | 0.17 0.34 |
XYZ | 25.3658 | 19.3033 | 26.8151 |
Yxy | 19.3033 | 0.3548 | 0.2700 |
Hunter Lab | 43.9355 | 26.1683 | -5.4315 |
CIE-Lab | 51.0402 | 32.9478 | -9.7766 |
#a8648b color RGB value is (168,100,139).
#a8648b hex color red value is 168, green value is 100 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a8648b hue: 0.90 , saturation: 0.28 and the lightness value of a8648b is 0.53.
The process color (four color CMYK) of #a8648b color hex is 0.00, 0.40, 0.17, 0.34. Web safe color of #a8648b is #996699. Color #a8648b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01100100 | 10001011 |
Octal | 250 | 144 | 213 |
Decimal | 168 | 100 | 139 |
Hex | A8 | 64 | 8B |
Shades of #a8648b
Tints of #a8648b
RGB Percentages of Color #a8648b
CMYK Percentages of Color #a8648b
Complementary Color
#a8648b | #64a881 |
#a8648b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8648b Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8648b Color CSS Codes
.mybgcolor {background-color:#a8648b; } .myforecolor {color:#a8648b; } .mybordercolor {border:3px solid #a8648b; }
#a8648b Text Font Color
<p style="color:#a8648b">Text here</p>
This sample text font color is #a8648b
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.
#a8648b Background Color
<div style="background-color:#a8648b">
Div content here</div>
This div background color is #a8648b
#a8648b Border Color
<div style="border:3px solid #a8648b">
Div here</div>
This div border color is #a8648b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,100,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8648b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8648b; -webkit-box-shadow: 1px 1px 3px 2px #a8648b; box-shadow: 1px 1px 3px 2px #a8648b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,100,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 #a8648b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8648b; -webkit-box-shadow: 1px 1px 3px 2px #a8648b; box-shadow: 1px 1px 3px 2px #a8648b;">
Div content here</div>
This div box has shadow with color #a8648b
Comments
No comments written yet.
Please login to write comment.