Color Hex Logo

#a140ad Color Hex

#A140AD
(161,64,173)
0 Favorites   0 Comments

Color spaces of #a140ad

RGB 16164173
HSL0.810.460.46
HSV293°63°68°
CMYK 0.070.630.00   0.32
XYZ24.074214.261041.0190
Yxy14.26100.30340.1797
Hunter Lab37.763747.7063-37.9662
CIE-Lab44.604955.1267-39.9546

#a140ad color RGB value is (161,64,173).

#a140ad hex color red value is 161, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a140ad hue: 0.81 , saturation: 0.46 and the lightness value of a140ad is 0.46.

The process color (four color CMYK) of #a140ad color hex is 0.07, 0.63, 0.00, 0.32. Web safe color of #a140ad is #993399. Color #a140ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 10101101
Octal 241 100 255
Decimal 161 64 173
Hex A1 40 AD

RGB Percentages of Color #a140ad

%40.45
%16.08
%43.47

CMYK Percentages of Color #a140ad

%7
%63
%0
%32

Triadic Colors of #a140ad

#a140ad #ada140 #40ada1

Analogous Colors of #a140ad

#a140ad #ad4083 #6b40ad

Monochromatic Colors of #a140ad

#a140ad

Complementary Color

#a140ad #4cad40

#a140ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a140ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a140ad Color CSS Codes

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

#a140ad Text Font Color

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

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


#a140ad Background Color

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

This div background color is #a140ad


#a140ad Border Color

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

This div border color is #a140ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a140ad


Comments

No comments written yet.

Please login to write comment.