Color Hex Logo

#a14ade Color Hex

#A14ADE
(161,74,222)
0 Favorites   0 Comments

Color spaces of #a14ade

RGB 16174222
HSL0.760.690.58
HSV275°67°87°
CMYK 0.270.670.00   0.13
XYZ30.331517.748670.9344
Yxy17.74860.25490.1491
Hunter Lab42.129154.7880-70.3385
CIE-Lab49.189860.6915-60.9825

#a14ade color RGB value is (161,74,222).

#a14ade hex color red value is 161, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a14ade hue: 0.76 , saturation: 0.69 and the lightness value of a14ade is 0.58.

The process color (four color CMYK) of #a14ade color hex is 0.27, 0.67, 0.00, 0.13. Web safe color of #a14ade is #9933cc. Color #a14ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001010 11011110
Octal 241 112 336
Decimal 161 74 222
Hex A1 4A DE

RGB Percentages of Color #a14ade

%35.23
%16.19
%48.58

CMYK Percentages of Color #a14ade

%27
%67
%0
%13

Triadic Colors of #a14ade

#a14ade #dea14a #4adea1

Analogous Colors of #a14ade

#a14ade #de4ad1 #574ade

Monochromatic Colors of #a14ade

#a14ade

Complementary Color

#a14ade #87de4a

#a14ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14ade Color CSS Codes

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

#a14ade Text Font Color

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

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


#a14ade Background Color

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

This div background color is #a14ade


#a14ade Border Color

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

This div border color is #a14ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14ade


Comments

No comments written yet.

Please login to write comment.