Color Hex Logo

#a642da Color Hex

#A642DA
(166,66,218)
0 Favorites   0 Comments

Color spaces of #a642da

RGB 16666218
HSL0.780.670.56
HSV279°70°85°
CMYK 0.240.700.00   0.15
XYZ30.329017.065468.0251
Yxy17.06540.26280.1479
Hunter Lab41.310358.7573-68.7148
CIE-Lab48.342364.3348-60.0401

#a642da color RGB value is (166,66,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 11011010
Octal 246 102 332
Decimal 166 66 218
Hex A6 42 DA

RGB Percentages of Color #a642da

%36.89
%14.67
%48.44

CMYK Percentages of Color #a642da

%24
%70
%0
%15

Triadic Colors of #a642da

#a642da #daa642 #42daa6

Analogous Colors of #a642da

#a642da #da42c2 #5a42da

Monochromatic Colors of #a642da

#a642da

Complementary Color

#a642da #76da42

#a642da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a642da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a642da Color CSS Codes

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

#a642da Text Font Color

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

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


#a642da Background Color

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

This div background color is #a642da


#a642da Border Color

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

This div border color is #a642da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a642da


Comments

No comments written yet.

Please login to write comment.