Color spaces of #a92cbe
RGB | 169 | 44 | 190 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.46 |
HSV | 291° | 77° | 75° |
CMYK | 0.11 | 0.77 | 0.00 0.25 |
XYZ | 26.5571 | 13.9541 | 50.0089 |
Yxy | 13.9541 | 0.2934 | 0.1542 |
Hunter Lab | 37.3552 | 61.5303 | -53.2253 |
CIE-Lab | 44.1670 | 67.5361 | -50.5731 |
#a92cbe color RGB value is (169,44,190).
#a92cbe hex color red value is 169, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a92cbe hue: 0.81 , saturation: 0.62 and the lightness value of a92cbe is 0.46.
The process color (four color CMYK) of #a92cbe color hex is 0.11, 0.77, 0.00, 0.25. Web safe color of #a92cbe is #9933cc. Color #a92cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00101100 | 10111110 |
Octal | 251 | 54 | 276 |
Decimal | 169 | 44 | 190 |
Hex | A9 | 2C | BE |
Shades of #a92cbe
Tints of #a92cbe
RGB Percentages of Color #a92cbe
CMYK Percentages of Color #a92cbe
Complementary Color
#a92cbe | #41be2c |
#a92cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a92cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a92cbe Color CSS Codes
.mybgcolor {background-color:#a92cbe; } .myforecolor {color:#a92cbe; } .mybordercolor {border:3px solid #a92cbe; }
#a92cbe Text Font Color
<p style="color:#a92cbe">Text here</p>
This sample text font color is #a92cbe
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.
#a92cbe Background Color
<div style="background-color:#a92cbe">
Div content here</div>
This div background color is #a92cbe
#a92cbe Border Color
<div style="border:3px solid #a92cbe">
Div here</div>
This div border color is #a92cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,44,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a92cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a92cbe; -webkit-box-shadow: 1px 1px 3px 2px #a92cbe; box-shadow: 1px 1px 3px 2px #a92cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,44,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 #a92cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a92cbe; -webkit-box-shadow: 1px 1px 3px 2px #a92cbe; box-shadow: 1px 1px 3px 2px #a92cbe;">
Div content here</div>
This div box has shadow with color #a92cbe
Comments
No comments written yet.
Please login to write comment.