Color spaces of #a584df
RGB | 165 | 132 | 223 |
---|---|---|---|
HSL | 0.73 | 0.59 | 0.70 |
HSV | 262° | 41° | 87° |
CMYK | 0.26 | 0.41 | 0.00 0.13 |
XYZ | 37.0876 | 29.8296 | 73.6150 |
Yxy | 29.8296 | 0.2639 | 0.2123 |
Hunter Lab | 54.6165 | 25.6325 | -41.6827 |
CIE-Lab | 61.5069 | 31.2889 | -41.9031 |
#a584df color RGB value is (165,132,223).
#a584df hex color red value is 165, green value is 132 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a584df hue: 0.73 , saturation: 0.59 and the lightness value of a584df is 0.70.
The process color (four color CMYK) of #a584df color hex is 0.26, 0.41, 0.00, 0.13. Web safe color of #a584df is #9999cc. Color #a584df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10000100 | 11011111 |
Octal | 245 | 204 | 337 |
Decimal | 165 | 132 | 223 |
Hex | A5 | 84 | DF |
Shades of #a584df
Tints of #a584df
RGB Percentages of Color #a584df
CMYK Percentages of Color #a584df
Complementary Color
#a584df | #bedf84 |
#a584df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a584df Color Preview on White Background
Lorem ipsum dolor sit amet.
#a584df Color CSS Codes
.mybgcolor {background-color:#a584df; } .myforecolor {color:#a584df; } .mybordercolor {border:3px solid #a584df; }
#a584df Text Font Color
<p style="color:#a584df">Text here</p>
This sample text font color is #a584df
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.
#a584df Background Color
<div style="background-color:#a584df">
Div content here</div>
This div background color is #a584df
#a584df Border Color
<div style="border:3px solid #a584df">
Div here</div>
This div border color is #a584df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,132,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a584df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a584df; -webkit-box-shadow: 1px 1px 3px 2px #a584df; box-shadow: 1px 1px 3px 2px #a584df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,132,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a584df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a584df; -webkit-box-shadow: 1px 1px 3px 2px #a584df; box-shadow: 1px 1px 3px 2px #a584df;">
Div content here</div>
This div box has shadow with color #a584df
Comments
No comments written yet.
Please login to write comment.