Color spaces of #a788ab
RGB | 167 | 136 | 171 |
---|---|---|---|
HSL | 0.81 | 0.17 | 0.60 |
HSV | 293° | 20° | 67° |
CMYK | 0.02 | 0.20 | 0.00 0.33 |
XYZ | 32.0912 | 28.7641 | 42.3887 |
Yxy | 28.7641 | 0.3108 | 0.2786 |
Hunter Lab | 53.6322 | 12.9505 | -9.3179 |
CIE-Lab | 60.5729 | 18.1101 | -14.0138 |
#a788ab color RGB value is (167,136,171).
#a788ab hex color red value is 167, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a788ab hue: 0.81 , saturation: 0.17 and the lightness value of a788ab is 0.60.
The process color (four color CMYK) of #a788ab color hex is 0.02, 0.20, 0.00, 0.33. Web safe color of #a788ab is #999999. Color #a788ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10001000 | 10101011 |
Octal | 247 | 210 | 253 |
Decimal | 167 | 136 | 171 |
Hex | A7 | 88 | AB |
Shades of #a788ab
Tints of #a788ab
RGB Percentages of Color #a788ab
CMYK Percentages of Color #a788ab
Complementary Color
#a788ab | #8cab88 |
#a788ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a788ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a788ab Color CSS Codes
.mybgcolor {background-color:#a788ab; } .myforecolor {color:#a788ab; } .mybordercolor {border:3px solid #a788ab; }
#a788ab Text Font Color
<p style="color:#a788ab">Text here</p>
This sample text font color is #a788ab
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.
#a788ab Background Color
<div style="background-color:#a788ab">
Div content here</div>
This div background color is #a788ab
#a788ab Border Color
<div style="border:3px solid #a788ab">
Div here</div>
This div border color is #a788ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,136,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a788ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a788ab; -webkit-box-shadow: 1px 1px 3px 2px #a788ab; box-shadow: 1px 1px 3px 2px #a788ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,136,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a788ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a788ab; -webkit-box-shadow: 1px 1px 3px 2px #a788ab; box-shadow: 1px 1px 3px 2px #a788ab;">
Div content here</div>
This div box has shadow with color #a788ab
Comments
No comments written yet.
Please login to write comment.