Color Hex Logo

#a343eb Color Hex

#A343EB
(163,67,235)
0 Favorites   0 Comments

Color spaces of #a343eb

RGB 16367235
HSL0.760.810.59
HSV274°71°92°
CMYK 0.310.710.00   0.08
XYZ32.106817.799080.3406
Yxy17.79900.24650.1367
Hunter Lab42.188962.0125-83.3742
CIE-Lab49.251466.9660-68.2240

#a343eb color RGB value is (163,67,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000011 11101011
Octal 243 103 353
Decimal 163 67 235
Hex A3 43 EB

RGB Percentages of Color #a343eb

%35.05
%14.41
%50.54

CMYK Percentages of Color #a343eb

%31
%71
%0
%8

Triadic Colors of #a343eb

#a343eb #eba343 #43eba3

Analogous Colors of #a343eb

#a343eb #eb43df #4f43eb

Monochromatic Colors of #a343eb

#a343eb

Complementary Color

#a343eb #8beb43

#a343eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a343eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a343eb Color CSS Codes

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

#a343eb Text Font Color

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

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


#a343eb Background Color

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

This div background color is #a343eb


#a343eb Border Color

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

This div border color is #a343eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a343eb


Comments

No comments written yet.

Please login to write comment.