Color spaces of #a639dc
RGB | 166 | 57 | 220 |
---|---|---|---|
HSL | 0.78 | 0.70 | 0.54 |
HSV | 280° | 74° | 86° |
CMYK | 0.25 | 0.74 | 0.00 0.14 |
XYZ | 30.1073 | 16.2006 | 69.2503 |
Yxy | 16.2006 | 0.2605 | 0.1402 |
Hunter Lab | 40.2500 | 63.0820 | -73.8338 |
CIE-Lab | 47.2366 | 68.2664 | -62.9670 |
#a639dc color RGB value is (166,57,220).
#a639dc hex color red value is 166, green value is 57 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a639dc hue: 0.78 , saturation: 0.70 and the lightness value of a639dc is 0.54.
The process color (four color CMYK) of #a639dc color hex is 0.25, 0.74, 0.00, 0.14. Web safe color of #a639dc is #9933cc. Color #a639dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00111001 | 11011100 |
Octal | 246 | 71 | 334 |
Decimal | 166 | 57 | 220 |
Hex | A6 | 39 | DC |
Shades of #a639dc
Tints of #a639dc
RGB Percentages of Color #a639dc
CMYK Percentages of Color #a639dc
Complementary Color
#a639dc | #6fdc39 |
#a639dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a639dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a639dc Color CSS Codes
.mybgcolor {background-color:#a639dc; } .myforecolor {color:#a639dc; } .mybordercolor {border:3px solid #a639dc; }
#a639dc Text Font Color
<p style="color:#a639dc">Text here</p>
This sample text font color is #a639dc
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.
#a639dc Background Color
<div style="background-color:#a639dc">
Div content here</div>
This div background color is #a639dc
#a639dc Border Color
<div style="border:3px solid #a639dc">
Div here</div>
This div border color is #a639dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,57,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a639dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a639dc; -webkit-box-shadow: 1px 1px 3px 2px #a639dc; box-shadow: 1px 1px 3px 2px #a639dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,57,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 #a639dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a639dc; -webkit-box-shadow: 1px 1px 3px 2px #a639dc; box-shadow: 1px 1px 3px 2px #a639dc;">
Div content here</div>
This div box has shadow with color #a639dc
Comments
No comments written yet.
Please login to write comment.