Color Hex Logo

#a63ada Color Hex

#A63ADA
(166,58,218)
0 Favorites   0 Comments

Color spaces of #a63ada

RGB 16658218
HSL0.780.680.54
HSV281°73°85°
CMYK 0.240.730.00   0.15
XYZ29.893816.195167.8800
Yxy16.19510.26230.1421
Hunter Lab40.243162.1696-71.8371
CIE-Lab47.229467.4897-61.8373

#a63ada color RGB value is (166,58,218).

#a63ada hex color red value is 166, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a63ada hue: 0.78 , saturation: 0.68 and the lightness value of a63ada is 0.54.

The process color (four color CMYK) of #a63ada color hex is 0.24, 0.73, 0.00, 0.15. Web safe color of #a63ada is #9933cc. Color #a63ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111010 11011010
Octal 246 72 332
Decimal 166 58 218
Hex A6 3A DA

RGB Percentages of Color #a63ada

%37.56
%13.12
%49.32

CMYK Percentages of Color #a63ada

%24
%73
%0
%15

Triadic Colors of #a63ada

#a63ada #daa63a #3adaa6

Analogous Colors of #a63ada

#a63ada #da3abe #563ada

Monochromatic Colors of #a63ada

#a63ada

Complementary Color

#a63ada #6eda3a

#a63ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63ada Color CSS Codes

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

#a63ada Text Font Color

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

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


#a63ada Background Color

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

This div background color is #a63ada


#a63ada Border Color

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

This div border color is #a63ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63ada


Comments

No comments written yet.

Please login to write comment.