Color Hex Logo

#a340eb Color Hex

#A340EB
(163,64,235)
0 Favorites   0 Comments

Color spaces of #a340eb

RGB 16364235
HSL0.760.810.59
HSV275°73°92°
CMYK 0.310.730.00   0.08
XYZ31.933017.451580.2827
Yxy17.45150.24630.1346
Hunter Lab41.775063.3400-84.7003
CIE-Lab48.824068.1789-68.9175

#a340eb color RGB value is (163,64,235).

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

The process color (four color CMYK) of #a340eb color hex is 0.31, 0.73, 0.00, 0.08. Web safe color of #a340eb is #9933ff. Color #a340eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 11101011
Octal 243 100 353
Decimal 163 64 235
Hex A3 40 EB

RGB Percentages of Color #a340eb

%35.28
%13.85
%50.87

CMYK Percentages of Color #a340eb

%31
%73
%0
%8

Triadic Colors of #a340eb

#a340eb #eba340 #40eba3

Analogous Colors of #a340eb

#a340eb #eb40de #4d40eb

Monochromatic Colors of #a340eb

#a340eb

Complementary Color

#a340eb #88eb40

#a340eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a340eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a340eb Color CSS Codes

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

#a340eb Text Font Color

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

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


#a340eb Background Color

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

This div background color is #a340eb


#a340eb Border Color

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

This div border color is #a340eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a340eb


Comments

No comments written yet.

Please login to write comment.