Color Hex Logo

#a616da Color Hex

#A616DA
(166,22,218)
0 Favorites   0 Comments

Color spaces of #a616da

RGB 16622218
HSL0.790.820.47
HSV284°90°85°
CMYK 0.240.900.00   0.15
XYZ28.667713.742867.4713
Yxy13.74280.26090.1251
Hunter Lab37.071373.1616-81.9604
CIE-Lab43.861877.2914-67.2999

#a616da color RGB value is (166,22,218).

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

The process color (four color CMYK) of #a616da color hex is 0.24, 0.90, 0.00, 0.15. Web safe color of #a616da is #9900cc. Color #a616da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010110 11011010
Octal 246 26 332
Decimal 166 22 218
Hex A6 16 DA

RGB Percentages of Color #a616da

%40.89
%5.42
%53.69

CMYK Percentages of Color #a616da

%24
%90
%0
%15

Triadic Colors of #a616da

#a616da #daa616 #16daa6

Analogous Colors of #a616da

#a616da #da16ac #4416da

Monochromatic Colors of #a616da

#a616da

Complementary Color

#a616da #4ada16

#a616da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a616da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a616da Color CSS Codes

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

#a616da Text Font Color

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

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


#a616da Background Color

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

This div background color is #a616da


#a616da Border Color

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

This div border color is #a616da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a616da


Comments

No comments written yet.

Please login to write comment.