Color spaces of #a87abb
RGB | 168 | 122 | 187 |
---|---|---|---|
HSL | 0.78 | 0.32 | 0.61 |
HSV | 282° | 35° | 73° |
CMYK | 0.10 | 0.35 | 0.00 0.27 |
XYZ | 32.0776 | 25.8318 | 50.3091 |
Yxy | 25.8318 | 0.2964 | 0.2387 |
Hunter Lab | 50.8250 | 23.7144 | -23.1107 |
CIE-Lab | 57.8771 | 29.6808 | -27.2433 |
#a87abb color RGB value is (168,122,187).
#a87abb hex color red value is 168, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a87abb hue: 0.78 , saturation: 0.32 and the lightness value of a87abb is 0.61.
The process color (four color CMYK) of #a87abb color hex is 0.10, 0.35, 0.00, 0.27. Web safe color of #a87abb is #9966cc. Color #a87abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01111010 | 10111011 |
Octal | 250 | 172 | 273 |
Decimal | 168 | 122 | 187 |
Hex | A8 | 7A | BB |
Shades of #a87abb
Tints of #a87abb
RGB Percentages of Color #a87abb
CMYK Percentages of Color #a87abb
Complementary Color
#a87abb | #8dbb7a |
#a87abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a87abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a87abb Color CSS Codes
.mybgcolor {background-color:#a87abb; } .myforecolor {color:#a87abb; } .mybordercolor {border:3px solid #a87abb; }
#a87abb Text Font Color
<p style="color:#a87abb">Text here</p>
This sample text font color is #a87abb
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.
#a87abb Background Color
<div style="background-color:#a87abb">
Div content here</div>
This div background color is #a87abb
#a87abb Border Color
<div style="border:3px solid #a87abb">
Div here</div>
This div border color is #a87abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,122,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a87abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a87abb; -webkit-box-shadow: 1px 1px 3px 2px #a87abb; box-shadow: 1px 1px 3px 2px #a87abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,122,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a87abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a87abb; -webkit-box-shadow: 1px 1px 3px 2px #a87abb; box-shadow: 1px 1px 3px 2px #a87abb;">
Div content here</div>
This div box has shadow with color #a87abb
Comments
No comments written yet.
Please login to write comment.