Color Hex Logo

#a616dc Color Hex

#A616DC
(166,22,220)
0 Favorites   0 Comments

Color spaces of #a616dc

RGB 16622220
HSL0.790.820.47
HSV284°90°86°
CMYK 0.250.900.00   0.14
XYZ28.931113.848168.8583
Yxy13.84810.25920.1240
Hunter Lab37.213073.6512-83.6600
CIE-Lab44.014377.6579-68.1975

#a616dc color RGB value is (166,22,220).

#a616dc hex color red value is 166, green value is 22 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a616dc hue: 0.79 , saturation: 0.82 and the lightness value of a616dc is 0.47.

The process color (four color CMYK) of #a616dc color hex is 0.25, 0.90, 0.00, 0.14. Web safe color of #a616dc is #9900cc. Color #a616dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010110 11011100
Octal 246 26 334
Decimal 166 22 220
Hex A6 16 DC

RGB Percentages of Color #a616dc

%40.69
%5.39
%53.92

CMYK Percentages of Color #a616dc

%25
%90
%0
%14

Triadic Colors of #a616dc

#a616dc #dca616 #16dca6

Analogous Colors of #a616dc

#a616dc #dc16af #4316dc

Monochromatic Colors of #a616dc

#a616dc

Complementary Color

#a616dc #4cdc16

#a616dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a616dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a616dc Color CSS Codes

.mybgcolor {background-color:#a616dc; } 
.myforecolor {color:#a616dc; }
.mybordercolor {border:3px solid #a616dc; }

#a616dc Text Font Color

<p style="color:#a616dc">Text here</p>

This sample text font color is #a616dc
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.


#a616dc Background Color

<div style="background-color:#a616dc">
Div content here</div>

This div background color is #a616dc


#a616dc Border Color

<div style="border:3px solid #a616dc">
Div here</div>

This div border color is #a616dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,22,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a616dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a616dc;
  -webkit-box-shadow: 1px 1px 3px 2px #a616dc;
  box-shadow:         1px 1px 3px 2px #a616dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,22,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 #a616dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a616dc;
  -webkit-box-shadow: 1px 1px 3px 2px #a616dc;
  box-shadow:         1px 1px 3px 2px #a616dc;">
Div content here</div>

This div box has shadow with color #a616dc


Comments

No comments written yet.

Please login to write comment.