Color spaces of #a494cc
RGB | 164 | 148 | 204 |
---|---|---|---|
HSL | 0.71 | 0.35 | 0.69 |
HSV | 257° | 27° | 80° |
CMYK | 0.20 | 0.27 | 0.00 0.20 |
XYZ | 36.7988 | 33.4320 | 61.6402 |
Yxy | 33.4320 | 0.2791 | 0.2535 |
Hunter Lab | 57.8204 | 12.4175 | -22.7326 |
CIE-Lab | 64.5092 | 17.3973 | -26.6402 |
#a494cc color RGB value is (164,148,204).
#a494cc hex color red value is 164, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a494cc hue: 0.71 , saturation: 0.35 and the lightness value of a494cc is 0.69.
The process color (four color CMYK) of #a494cc color hex is 0.20, 0.27, 0.00, 0.20. Web safe color of #a494cc is #9999cc. Color #a494cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10010100 | 11001100 |
Octal | 244 | 224 | 314 |
Decimal | 164 | 148 | 204 |
Hex | A4 | 94 | CC |
Shades of #a494cc
Tints of #a494cc
RGB Percentages of Color #a494cc
CMYK Percentages of Color #a494cc
Complementary Color
#a494cc | #bccc94 |
#a494cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a494cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a494cc Color CSS Codes
.mybgcolor {background-color:#a494cc; } .myforecolor {color:#a494cc; } .mybordercolor {border:3px solid #a494cc; }
#a494cc Text Font Color
<p style="color:#a494cc">Text here</p>
This sample text font color is #a494cc
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.
#a494cc Background Color
<div style="background-color:#a494cc">
Div content here</div>
This div background color is #a494cc
#a494cc Border Color
<div style="border:3px solid #a494cc">
Div here</div>
This div border color is #a494cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,148,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a494cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a494cc; -webkit-box-shadow: 1px 1px 3px 2px #a494cc; box-shadow: 1px 1px 3px 2px #a494cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,148,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a494cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a494cc; -webkit-box-shadow: 1px 1px 3px 2px #a494cc; box-shadow: 1px 1px 3px 2px #a494cc;">
Div content here</div>
This div box has shadow with color #a494cc
Comments
No comments written yet.
Please login to write comment.