Color spaces of #a94bcd
RGB | 169 | 75 | 205 |
---|---|---|---|
HSL | 0.79 | 0.57 | 0.55 |
HSV | 283° | 63° | 80° |
CMYK | 0.18 | 0.63 | 0.00 0.20 |
XYZ | 29.8977 | 17.8749 | 59.6320 |
Yxy | 17.8749 | 0.2784 | 0.1664 |
Hunter Lab | 42.2787 | 52.2398 | -54.0305 |
CIE-Lab | 49.3440 | 58.3898 | -50.9705 |
#a94bcd color RGB value is (169,75,205).
#a94bcd hex color red value is 169, green value is 75 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a94bcd hue: 0.79 , saturation: 0.57 and the lightness value of a94bcd is 0.55.
The process color (four color CMYK) of #a94bcd color hex is 0.18, 0.63, 0.00, 0.20. Web safe color of #a94bcd is #9933cc. Color #a94bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01001011 | 11001101 |
Octal | 251 | 113 | 315 |
Decimal | 169 | 75 | 205 |
Hex | A9 | 4B | CD |
Shades of #a94bcd
Tints of #a94bcd
RGB Percentages of Color #a94bcd
CMYK Percentages of Color #a94bcd
Complementary Color
#a94bcd | #6fcd4b |
#a94bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a94bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a94bcd Color CSS Codes
.mybgcolor {background-color:#a94bcd; } .myforecolor {color:#a94bcd; } .mybordercolor {border:3px solid #a94bcd; }
#a94bcd Text Font Color
<p style="color:#a94bcd">Text here</p>
This sample text font color is #a94bcd
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.
#a94bcd Background Color
<div style="background-color:#a94bcd">
Div content here</div>
This div background color is #a94bcd
#a94bcd Border Color
<div style="border:3px solid #a94bcd">
Div here</div>
This div border color is #a94bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,75,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a94bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a94bcd; -webkit-box-shadow: 1px 1px 3px 2px #a94bcd; box-shadow: 1px 1px 3px 2px #a94bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,75,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a94bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a94bcd; -webkit-box-shadow: 1px 1px 3px 2px #a94bcd; box-shadow: 1px 1px 3px 2px #a94bcd;">
Div content here</div>
This div box has shadow with color #a94bcd
Comments
No comments written yet.
Please login to write comment.