Color Hex Logo

#a942eb Color Hex

#A942EB
(169,66,235)
0 Favorites   0 Comments

Color spaces of #a942eb

RGB 16966235
HSL0.770.810.59
HSV277°72°92°
CMYK 0.280.720.00   0.08
XYZ33.305818.329680.3798
Yxy18.32960.25230.1388
Hunter Lab42.813163.9385-81.3454
CIE-Lab49.893568.4803-67.1464

#a942eb color RGB value is (169,66,235).

#a942eb hex color red value is 169, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a942eb hue: 0.77 , saturation: 0.81 and the lightness value of a942eb is 0.59.

The process color (four color CMYK) of #a942eb color hex is 0.28, 0.72, 0.00, 0.08. Web safe color of #a942eb is #9933ff. Color #a942eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 11101011
Octal 251 102 353
Decimal 169 66 235
Hex A9 42 EB

RGB Percentages of Color #a942eb

%35.96
%14.04
%50.00

CMYK Percentages of Color #a942eb

%28
%72
%0
%8

Triadic Colors of #a942eb

#a942eb #eba942 #42eba9

Analogous Colors of #a942eb

#a942eb #eb42d9 #5542eb

Monochromatic Colors of #a942eb

#a942eb

Complementary Color

#a942eb #84eb42

#a942eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a942eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a942eb Color CSS Codes

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

#a942eb Text Font Color

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

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


#a942eb Background Color

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

This div background color is #a942eb


#a942eb Border Color

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

This div border color is #a942eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,66,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a942eb


Comments

No comments written yet.

Please login to write comment.