Color Hex Logo

#a143ef Color Hex

#A143EF
(161,67,239)
0 Favorites   0 Comments

Color spaces of #a143ef

RGB 16167239
HSL0.760.840.60
HSV273°72°94°
CMYK 0.330.720.00   0.06
XYZ32.285117.823483.4000
Yxy17.82340.24180.1335
Hunter Lab42.217862.6228-87.5733
CIE-Lab49.281267.4809-70.4381

#a143ef color RGB value is (161,67,239).

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

The process color (four color CMYK) of #a143ef color hex is 0.33, 0.72, 0.00, 0.06. Web safe color of #a143ef is #9933ff. Color #a143ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000011 11101111
Octal 241 103 357
Decimal 161 67 239
Hex A1 43 EF

RGB Percentages of Color #a143ef

%34.48
%14.35
%51.18

CMYK Percentages of Color #a143ef

%33
%72
%0
%6

Triadic Colors of #a143ef

#a143ef #efa143 #43efa1

Analogous Colors of #a143ef

#a143ef #ef43e7 #4b43ef

Monochromatic Colors of #a143ef

#a143ef

Complementary Color

#a143ef #91ef43

#a143ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a143ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a143ef Color CSS Codes

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

#a143ef Text Font Color

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

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


#a143ef Background Color

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

This div background color is #a143ef


#a143ef Border Color

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

This div border color is #a143ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,67,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a143ef

Related Colors


Comments

No comments written yet.

Please login to write comment.