Color spaces of #a544da
RGB | 165 | 68 | 218 |
---|---|---|---|
HSL | 0.77 | 0.67 | 0.56 |
HSV | 279° | 69° | 85° |
CMYK | 0.24 | 0.69 | 0.00 0.15 |
XYZ | 30.2391 | 17.1955 | 68.0550 |
Yxy | 17.1955 | 0.2618 | 0.1489 |
Hunter Lab | 41.4675 | 57.5986 | -68.2775 |
CIE-Lab | 48.5054 | 63.2938 | -59.7840 |
#a544da color RGB value is (165,68,218).
#a544da hex color red value is 165, green value is 68 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a544da hue: 0.77 , saturation: 0.67 and the lightness value of a544da is 0.56.
The process color (four color CMYK) of #a544da color hex is 0.24, 0.69, 0.00, 0.15. Web safe color of #a544da is #9933cc. Color #a544da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01000100 | 11011010 |
Octal | 245 | 104 | 332 |
Decimal | 165 | 68 | 218 |
Hex | A5 | 44 | DA |
Shades of #a544da
Tints of #a544da
RGB Percentages of Color #a544da
CMYK Percentages of Color #a544da
Complementary Color
#a544da | #79da44 |
#a544da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a544da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a544da Color CSS Codes
.mybgcolor {background-color:#a544da; } .myforecolor {color:#a544da; } .mybordercolor {border:3px solid #a544da; }
#a544da Text Font Color
<p style="color:#a544da">Text here</p>
This sample text font color is #a544da
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.
#a544da Background Color
<div style="background-color:#a544da">
Div content here</div>
This div background color is #a544da
#a544da Border Color
<div style="border:3px solid #a544da">
Div here</div>
This div border color is #a544da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,68,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a544da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a544da; -webkit-box-shadow: 1px 1px 3px 2px #a544da; box-shadow: 1px 1px 3px 2px #a544da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,68,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a544da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a544da; -webkit-box-shadow: 1px 1px 3px 2px #a544da; box-shadow: 1px 1px 3px 2px #a544da;">
Div content here</div>
This div box has shadow with color #a544da
Comments
No comments written yet.
Please login to write comment.