Color spaces of #a988be
RGB | 169 | 136 | 190 |
---|---|---|---|
HSL | 0.77 | 0.29 | 0.64 |
HSV | 277° | 28° | 75° |
CMYK | 0.11 | 0.28 | 0.00 0.25 |
XYZ | 34.4606 | 29.7610 | 52.6434 |
Yxy | 29.7610 | 0.2949 | 0.2547 |
Hunter Lab | 54.5536 | 17.2865 | -19.0264 |
CIE-Lab | 61.4475 | 22.7064 | -23.4428 |
#a988be color RGB value is (169,136,190).
#a988be hex color red value is 169, green value is 136 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a988be hue: 0.77 , saturation: 0.29 and the lightness value of a988be is 0.64.
The process color (four color CMYK) of #a988be color hex is 0.11, 0.28, 0.00, 0.25. Web safe color of #a988be is #9999cc. Color #a988be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10001000 | 10111110 |
Octal | 251 | 210 | 276 |
Decimal | 169 | 136 | 190 |
Hex | A9 | 88 | BE |
Shades of #a988be
Tints of #a988be
RGB Percentages of Color #a988be
CMYK Percentages of Color #a988be
Complementary Color
#a988be | #9dbe88 |
#a988be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a988be Color Preview on White Background
Lorem ipsum dolor sit amet.
#a988be Color CSS Codes
.mybgcolor {background-color:#a988be; } .myforecolor {color:#a988be; } .mybordercolor {border:3px solid #a988be; }
#a988be Text Font Color
<p style="color:#a988be">Text here</p>
This sample text font color is #a988be
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.
#a988be Background Color
<div style="background-color:#a988be">
Div content here</div>
This div background color is #a988be
#a988be Border Color
<div style="border:3px solid #a988be">
Div here</div>
This div border color is #a988be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,136,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a988be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a988be; -webkit-box-shadow: 1px 1px 3px 2px #a988be; box-shadow: 1px 1px 3px 2px #a988be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,136,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a988be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a988be; -webkit-box-shadow: 1px 1px 3px 2px #a988be; box-shadow: 1px 1px 3px 2px #a988be;">
Div content here</div>
This div box has shadow with color #a988be
Comments
No comments written yet.
Please login to write comment.