Color spaces of #a992be
RGB | 169 | 146 | 190 |
---|---|---|---|
HSL | 0.75 | 0.25 | 0.66 |
HSV | 271° | 23° | 75° |
CMYK | 0.11 | 0.23 | 0.00 0.25 |
XYZ | 35.9353 | 32.7105 | 53.1350 |
Yxy | 32.7105 | 0.2951 | 0.2686 |
Hunter Lab | 57.1931 | 12.0664 | -15.0480 |
CIE-Lab | 63.9258 | 17.0388 | -19.6569 |
#a992be color RGB value is (169,146,190).
#a992be hex color red value is 169, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a992be hue: 0.75 , saturation: 0.25 and the lightness value of a992be is 0.66.
The process color (four color CMYK) of #a992be color hex is 0.11, 0.23, 0.00, 0.25. Web safe color of #a992be is #9999cc. Color #a992be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10010010 | 10111110 |
Octal | 251 | 222 | 276 |
Decimal | 169 | 146 | 190 |
Hex | A9 | 92 | BE |
Shades of #a992be
Tints of #a992be
RGB Percentages of Color #a992be
CMYK Percentages of Color #a992be
Complementary Color
#a992be | #a7be92 |
#a992be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a992be Color Preview on White Background
Lorem ipsum dolor sit amet.
#a992be Color CSS Codes
.mybgcolor {background-color:#a992be; } .myforecolor {color:#a992be; } .mybordercolor {border:3px solid #a992be; }
#a992be Text Font Color
<p style="color:#a992be">Text here</p>
This sample text font color is #a992be
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.
#a992be Background Color
<div style="background-color:#a992be">
Div content here</div>
This div background color is #a992be
#a992be Border Color
<div style="border:3px solid #a992be">
Div here</div>
This div border color is #a992be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,146,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a992be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a992be; -webkit-box-shadow: 1px 1px 3px 2px #a992be; box-shadow: 1px 1px 3px 2px #a992be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,146,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 #a992be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a992be; -webkit-box-shadow: 1px 1px 3px 2px #a992be; box-shadow: 1px 1px 3px 2px #a992be;">
Div content here</div>
This div box has shadow with color #a992be
Comments
No comments written yet.
Please login to write comment.