Color spaces of #a43ddc
RGB | 164 | 61 | 220 |
---|---|---|---|
HSL | 0.77 | 0.69 | 0.55 |
HSV | 279° | 72° | 86° |
CMYK | 0.25 | 0.72 | 0.00 0.14 |
XYZ | 29.8969 | 16.3973 | 69.2994 |
Yxy | 16.3973 | 0.2586 | 0.1419 |
Hunter Lab | 40.4936 | 60.9249 | -73.1215 |
CIE-Lab | 47.4915 | 66.3719 | -62.5681 |
#a43ddc color RGB value is (164,61,220).
#a43ddc hex color red value is 164, green value is 61 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a43ddc hue: 0.77 , saturation: 0.69 and the lightness value of a43ddc is 0.55.
The process color (four color CMYK) of #a43ddc color hex is 0.25, 0.72, 0.00, 0.14. Web safe color of #a43ddc is #9933cc. Color #a43ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00111101 | 11011100 |
Octal | 244 | 75 | 334 |
Decimal | 164 | 61 | 220 |
Hex | A4 | 3D | DC |
Shades of #a43ddc
Tints of #a43ddc
RGB Percentages of Color #a43ddc
CMYK Percentages of Color #a43ddc
Complementary Color
#a43ddc | #75dc3d |
#a43ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a43ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a43ddc Color CSS Codes
.mybgcolor {background-color:#a43ddc; } .myforecolor {color:#a43ddc; } .mybordercolor {border:3px solid #a43ddc; }
#a43ddc Text Font Color
<p style="color:#a43ddc">Text here</p>
This sample text font color is #a43ddc
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.
#a43ddc Background Color
<div style="background-color:#a43ddc">
Div content here</div>
This div background color is #a43ddc
#a43ddc Border Color
<div style="border:3px solid #a43ddc">
Div here</div>
This div border color is #a43ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,61,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a43ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a43ddc; -webkit-box-shadow: 1px 1px 3px 2px #a43ddc; box-shadow: 1px 1px 3px 2px #a43ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,61,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a43ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a43ddc; -webkit-box-shadow: 1px 1px 3px 2px #a43ddc; box-shadow: 1px 1px 3px 2px #a43ddc;">
Div content here</div>
This div box has shadow with color #a43ddc
Comments
No comments written yet.
Please login to write comment.