Color Hex Logo

#a415eb Color Hex

#A415EB
(164,21,235)
0 Favorites   0 Comments

Color spaces of #a415eb

RGB 16421235
HSL0.780.840.50
HSV280°91°92°
CMYK 0.300.910.00   0.08
XYZ30.573414.427079.7706
Yxy14.42700.24500.1156
Hunter Lab37.982977.2092-97.9312
CIE-Lab44.839280.3499-75.4029

#a415eb color RGB value is (164,21,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010101 11101011
Octal 244 25 353
Decimal 164 21 235
Hex A4 15 EB

RGB Percentages of Color #a415eb

%39.05
%5.00
%55.95

CMYK Percentages of Color #a415eb

%30
%91
%0
%8

Triadic Colors of #a415eb

#a415eb #eba415 #15eba4

Analogous Colors of #a415eb

#a415eb #eb15c7 #3915eb

Monochromatic Colors of #a415eb

#a415eb

Complementary Color

#a415eb #5ceb15

#a415eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a415eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a415eb Color CSS Codes

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

#a415eb Text Font Color

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

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


#a415eb Background Color

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

This div background color is #a415eb


#a415eb Border Color

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

This div border color is #a415eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a415eb


Comments

No comments written yet.

Please login to write comment.