Color spaces of #a90cbe
RGB | 169 | 12 | 190 |
---|---|---|---|
HSL | 0.81 | 0.88 | 0.40 |
HSV | 293° | 94° | 75° |
CMYK | 0.11 | 0.94 | 0.00 0.25 |
XYZ | 25.7879 | 12.4157 | 49.7525 |
Yxy | 12.4157 | 0.2932 | 0.1412 |
Hunter Lab | 35.2359 | 68.9749 | -59.0513 |
CIE-Lab | 41.8693 | 74.2532 | -54.2705 |
#a90cbe color RGB value is (169,12,190).
#a90cbe hex color red value is 169, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a90cbe hue: 0.81 , saturation: 0.88 and the lightness value of a90cbe is 0.40.
The process color (four color CMYK) of #a90cbe color hex is 0.11, 0.94, 0.00, 0.25. Web safe color of #a90cbe is #9900cc. Color #a90cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00001100 | 10111110 |
Octal | 251 | 14 | 276 |
Decimal | 169 | 12 | 190 |
Hex | A9 | C | BE |
Shades of #a90cbe
Tints of #a90cbe
RGB Percentages of Color #a90cbe
CMYK Percentages of Color #a90cbe
Complementary Color
#a90cbe | #21be0c |
#a90cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a90cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a90cbe Color CSS Codes
.mybgcolor {background-color:#a90cbe; } .myforecolor {color:#a90cbe; } .mybordercolor {border:3px solid #a90cbe; }
#a90cbe Text Font Color
<p style="color:#a90cbe">Text here</p>
This sample text font color is #a90cbe
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.
#a90cbe Background Color
<div style="background-color:#a90cbe">
Div content here</div>
This div background color is #a90cbe
#a90cbe Border Color
<div style="border:3px solid #a90cbe">
Div here</div>
This div border color is #a90cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,12,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a90cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a90cbe; -webkit-box-shadow: 1px 1px 3px 2px #a90cbe; box-shadow: 1px 1px 3px 2px #a90cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,12,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 #a90cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a90cbe; -webkit-box-shadow: 1px 1px 3px 2px #a90cbe; box-shadow: 1px 1px 3px 2px #a90cbe;">
Div content here</div>
This div box has shadow with color #a90cbe
Comments
No comments written yet.
Please login to write comment.