Color Hex Logo

#a143ea Color Hex

#A143EA
(161,67,234)
0 Favorites   0 Comments

Color spaces of #a143ea

RGB 16167234
HSL0.760.800.59
HSV274°71°92°
CMYK 0.310.710.00   0.08
XYZ31.556417.531979.5627
Yxy17.53190.24530.1363
Hunter Lab41.871161.2531-83.3520
CIE-Lab48.923466.3786-68.2044

#a143ea color RGB value is (161,67,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000011 11101010
Octal 241 103 352
Decimal 161 67 234
Hex A1 43 EA

RGB Percentages of Color #a143ea

%34.85
%14.50
%50.65

CMYK Percentages of Color #a143ea

%31
%71
%0
%8

Triadic Colors of #a143ea

#a143ea #eaa143 #43eaa1

Analogous Colors of #a143ea

#a143ea #ea43e0 #4e43ea

Monochromatic Colors of #a143ea

#a143ea

Complementary Color

#a143ea #8cea43

#a143ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a143ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a143ea Color CSS Codes

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

#a143ea Text Font Color

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

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


#a143ea Background Color

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

This div background color is #a143ea


#a143ea Border Color

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

This div border color is #a143ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a143ea


Comments

No comments written yet.

Please login to write comment.