Color Hex Logo

#a646da Color Hex

#A646DA
(166,70,218)
0 Favorites   0 Comments

Color spaces of #a646da

RGB 16670218
HSL0.770.670.56
HSV279°68°85°
CMYK 0.240.680.00   0.15
XYZ30.570917.549368.1057
Yxy17.54930.26300.1510
Hunter Lab41.891956.9508-67.0664
CIE-Lab48.944862.6438-59.0688

#a646da color RGB value is (166,70,218).

#a646da hex color red value is 166, green value is 70 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a646da hue: 0.77 , saturation: 0.67 and the lightness value of a646da is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11011010
Octal 246 106 332
Decimal 166 70 218
Hex A6 46 DA

RGB Percentages of Color #a646da

%36.56
%15.42
%48.02

CMYK Percentages of Color #a646da

%24
%68
%0
%15

Triadic Colors of #a646da

#a646da #daa646 #46daa6

Analogous Colors of #a646da

#a646da #da46c4 #5c46da

Monochromatic Colors of #a646da

#a646da

Complementary Color

#a646da #7ada46

#a646da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646da Color CSS Codes

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

#a646da Text Font Color

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

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


#a646da Background Color

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

This div background color is #a646da


#a646da Border Color

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

This div border color is #a646da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646da


Comments

No comments written yet.

Please login to write comment.