Color Hex Logo

#a341eb Color Hex

#A341EB
(163,65,235)
0 Favorites   0 Comments

Color spaces of #a341eb

RGB 16365235
HSL0.760.810.59
HSV275°72°92°
CMYK 0.310.720.00   0.08
XYZ31.990017.565380.3016
Yxy17.56530.24630.1353
Hunter Lab41.911062.9021-84.2622
CIE-Lab48.964667.7796-68.6893

#a341eb color RGB value is (163,65,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 11101011
Octal 243 101 353
Decimal 163 65 235
Hex A3 41 EB

RGB Percentages of Color #a341eb

%35.21
%14.04
%50.76

CMYK Percentages of Color #a341eb

%31
%72
%0
%8

Triadic Colors of #a341eb

#a341eb #eba341 #41eba3

Analogous Colors of #a341eb

#a341eb #eb41de #4e41eb

Monochromatic Colors of #a341eb

#a341eb

Complementary Color

#a341eb #89eb41

#a341eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341eb Color CSS Codes

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

#a341eb Text Font Color

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

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


#a341eb Background Color

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

This div background color is #a341eb


#a341eb Border Color

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

This div border color is #a341eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341eb


Comments

No comments written yet.

Please login to write comment.