Color Hex Logo

#a143eb Color Hex

#A143EB
(161,67,235)
0 Favorites   0 Comments

Color spaces of #a143eb

RGB 16167235
HSL0.760.810.59
HSV274°71°92°
CMYK 0.310.710.00   0.08
XYZ31.700517.589580.3216
Yxy17.58950.24460.1357
Hunter Lab41.939861.5257-84.1921
CIE-Lab48.994466.5987-68.6529

#a143eb color RGB value is (161,67,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000011 11101011
Octal 241 103 353
Decimal 161 67 235
Hex A1 43 EB

RGB Percentages of Color #a143eb

%34.77
%14.47
%50.76

CMYK Percentages of Color #a143eb

%31
%71
%0
%8

Triadic Colors of #a143eb

#a143eb #eba143 #43eba1

Analogous Colors of #a143eb

#a143eb #eb43e1 #4d43eb

Monochromatic Colors of #a143eb

#a143eb

Complementary Color

#a143eb #8deb43

#a143eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a143eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a143eb Color CSS Codes

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

#a143eb Text Font Color

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

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


#a143eb Background Color

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

This div background color is #a143eb


#a143eb Border Color

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

This div border color is #a143eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a143eb


Comments

No comments written yet.

Please login to write comment.