Color Hex Logo

#a615eb Color Hex

#A615EB
(166,21,235)
0 Favorites   0 Comments

Color spaces of #a615eb

RGB 16621235
HSL0.780.840.50
HSV281°91°92°
CMYK 0.290.910.00   0.08
XYZ30.989414.641579.7900
Yxy14.64150.24710.1167
Hunter Lab38.264277.6011-96.8488
CIE-Lab45.139280.6034-74.9002

#a615eb color RGB value is (166,21,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010101 11101011
Octal 246 25 353
Decimal 166 21 235
Hex A6 15 EB

RGB Percentages of Color #a615eb

%39.34
%4.98
%55.69

CMYK Percentages of Color #a615eb

%29
%91
%0
%8

Triadic Colors of #a615eb

#a615eb #eba615 #15eba6

Analogous Colors of #a615eb

#a615eb #eb15c5 #3b15eb

Monochromatic Colors of #a615eb

#a615eb

Complementary Color

#a615eb #5aeb15

#a615eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a615eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a615eb Color CSS Codes

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

#a615eb Text Font Color

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

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


#a615eb Background Color

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

This div background color is #a615eb


#a615eb Border Color

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

This div border color is #a615eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a615eb


Comments

No comments written yet.

Please login to write comment.