Color Hex Logo

#a614eb Color Hex

#A614EB
(166,20,235)
0 Favorites   0 Comments

Color spaces of #a614eb

RGB 16620235
HSL0.780.840.50
HSV281°91°92°
CMYK 0.290.910.00   0.08
XYZ30.971414.605579.7840
Yxy14.60550.24710.1165
Hunter Lab38.217177.7775-97.0247
CIE-Lab45.089180.7530-74.9821

#a614eb color RGB value is (166,20,235).

#a614eb hex color red value is 166, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a614eb hue: 0.78 , saturation: 0.84 and the lightness value of a614eb is 0.50.

The process color (four color CMYK) of #a614eb color hex is 0.29, 0.91, 0.00, 0.08. Web safe color of #a614eb is #9900ff. Color #a614eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 11101011
Octal 246 24 353
Decimal 166 20 235
Hex A6 14 EB

RGB Percentages of Color #a614eb

%39.43
%4.75
%55.82

CMYK Percentages of Color #a614eb

%29
%91
%0
%8

Triadic Colors of #a614eb

#a614eb #eba614 #14eba6

Analogous Colors of #a614eb

#a614eb #eb14c5 #3a14eb

Monochromatic Colors of #a614eb

#a614eb

Complementary Color

#a614eb #59eb14

#a614eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a614eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a614eb Color CSS Codes

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

#a614eb Text Font Color

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

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


#a614eb Background Color

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

This div background color is #a614eb


#a614eb Border Color

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

This div border color is #a614eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a614eb


Comments

No comments written yet.

Please login to write comment.