Color Hex Logo

#a613da Color Hex

#A613DA
(166,19,218)
0 Favorites   0 Comments

Color spaces of #a613da

RGB 16619218
HSL0.790.840.46
HSV284°91°85°
CMYK 0.240.910.00   0.15
XYZ28.613613.634767.4533
Yxy13.63470.26080.1243
Hunter Lab36.925273.7018-82.4607
CIE-Lab43.704477.7587-67.5561

#a613da color RGB value is (166,19,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010011 11011010
Octal 246 23 332
Decimal 166 19 218
Hex A6 13 DA

RGB Percentages of Color #a613da

%41.19
%4.71
%54.09

CMYK Percentages of Color #a613da

%24
%91
%0
%15

Triadic Colors of #a613da

#a613da #daa613 #13daa6

Analogous Colors of #a613da

#a613da #da13ab #4313da

Monochromatic Colors of #a613da

#a613da

Complementary Color

#a613da #47da13

#a613da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a613da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a613da Color CSS Codes

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

#a613da Text Font Color

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

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


#a613da Background Color

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

This div background color is #a613da


#a613da Border Color

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

This div border color is #a613da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a613da


Comments

No comments written yet.

Please login to write comment.