Color Hex Logo

#a340ea Color Hex

#A340EA
(163,64,234)
0 Favorites   0 Comments

Color spaces of #a340ea

RGB 16364234
HSL0.760.800.58
HSV275°73°92°
CMYK 0.300.730.00   0.08
XYZ31.788917.393879.5238
Yxy17.39380.24700.1351
Hunter Lab41.705963.0703-83.8587
CIE-Lab48.752467.9636-68.4697

#a340ea color RGB value is (163,64,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 11101010
Octal 243 100 352
Decimal 163 64 234
Hex A3 40 EA

RGB Percentages of Color #a340ea

%35.36
%13.88
%50.76

CMYK Percentages of Color #a340ea

%30
%73
%0
%8

Triadic Colors of #a340ea

#a340ea #eaa340 #40eaa3

Analogous Colors of #a340ea

#a340ea #ea40dc #4e40ea

Monochromatic Colors of #a340ea

#a340ea

Complementary Color

#a340ea #87ea40

#a340ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a340ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a340ea Color CSS Codes

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

#a340ea Text Font Color

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

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


#a340ea Background Color

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

This div background color is #a340ea


#a340ea Border Color

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

This div border color is #a340ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,64,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a340ea


Comments

No comments written yet.

Please login to write comment.