Color Hex Logo

#a613cd Color Hex

#A613CD
(166,19,205)
0 Favorites   0 Comments

Color spaces of #a613cd

RGB 16619205
HSL0.800.830.44
HSV287°91°80°
CMYK 0.190.910.00   0.20
XYZ26.978212.980558.8412
Yxy12.98050.27310.1314
Hunter Lab36.028570.6114-71.6117
CIE-Lab42.733875.4323-61.6408

#a613cd color RGB value is (166,19,205).

#a613cd hex color red value is 166, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a613cd hue: 0.80 , saturation: 0.83 and the lightness value of a613cd is 0.44.

The process color (four color CMYK) of #a613cd color hex is 0.19, 0.91, 0.00, 0.20. Web safe color of #a613cd is #9900cc. Color #a613cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010011 11001101
Octal 246 23 315
Decimal 166 19 205
Hex A6 13 CD

RGB Percentages of Color #a613cd

%42.56
%4.87
%52.56

CMYK Percentages of Color #a613cd

%19
%91
%0
%20

Triadic Colors of #a613cd

#a613cd #cda613 #13cda6

Analogous Colors of #a613cd

#a613cd #cd1397 #4913cd

Monochromatic Colors of #a613cd

#a613cd

Complementary Color

#a613cd #3acd13

#a613cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a613cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a613cd Color CSS Codes

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

#a613cd Text Font Color

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

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


#a613cd Background Color

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

This div background color is #a613cd


#a613cd Border Color

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

This div border color is #a613cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,19,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a613cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a613cd


Comments

No comments written yet.

Please login to write comment.