Color spaces of #a484cc
RGB | 164 | 132 | 204 |
---|---|---|---|
HSL | 0.74 | 0.41 | 0.66 |
HSV | 267° | 35° | 80° |
CMYK | 0.20 | 0.35 | 0.00 0.20 |
XYZ | 34.4602 | 28.7547 | 60.8607 |
Yxy | 28.7547 | 0.2777 | 0.2318 |
Hunter Lab | 53.6234 | 20.8691 | -29.7557 |
CIE-Lab | 60.5645 | 26.5108 | -32.7410 |
#a484cc color RGB value is (164,132,204).
#a484cc hex color red value is 164, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a484cc hue: 0.74 , saturation: 0.41 and the lightness value of a484cc is 0.66.
The process color (four color CMYK) of #a484cc color hex is 0.20, 0.35, 0.00, 0.20. Web safe color of #a484cc is #9999cc. Color #a484cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10000100 | 11001100 |
Octal | 244 | 204 | 314 |
Decimal | 164 | 132 | 204 |
Hex | A4 | 84 | CC |
Shades of #a484cc
Tints of #a484cc
RGB Percentages of Color #a484cc
CMYK Percentages of Color #a484cc
Complementary Color
#a484cc | #accc84 |
#a484cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a484cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a484cc Color CSS Codes
.mybgcolor {background-color:#a484cc; } .myforecolor {color:#a484cc; } .mybordercolor {border:3px solid #a484cc; }
#a484cc Text Font Color
<p style="color:#a484cc">Text here</p>
This sample text font color is #a484cc
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.
#a484cc Background Color
<div style="background-color:#a484cc">
Div content here</div>
This div background color is #a484cc
#a484cc Border Color
<div style="border:3px solid #a484cc">
Div here</div>
This div border color is #a484cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,132,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a484cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a484cc; -webkit-box-shadow: 1px 1px 3px 2px #a484cc; box-shadow: 1px 1px 3px 2px #a484cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,132,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 #a484cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a484cc; -webkit-box-shadow: 1px 1px 3px 2px #a484cc; box-shadow: 1px 1px 3px 2px #a484cc;">
Div content here</div>
This div box has shadow with color #a484cc
Comments
No comments written yet.
Please login to write comment.