Color Hex Logo

#a740ad Color Hex

#A740AD
(167,64,173)
0 Favorites   0 Comments

Color spaces of #a740ad

RGB 16764173
HSL0.820.460.46
HSV297°63°68°
CMYK 0.030.630.00   0.32
XYZ25.312614.899441.0769
Yxy14.89940.31140.1833
Hunter Lab38.599749.5056-36.0751
CIE-Lab45.496156.6195-38.4860

#a740ad color RGB value is (167,64,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000000 10101101
Octal 247 100 255
Decimal 167 64 173
Hex A7 40 AD

RGB Percentages of Color #a740ad

%41.34
%15.84
%42.82

CMYK Percentages of Color #a740ad

%3
%63
%0
%32

Triadic Colors of #a740ad

#a740ad #ada740 #40ada7

Analogous Colors of #a740ad

#a740ad #ad407d #7140ad

Monochromatic Colors of #a740ad

#a740ad

Complementary Color

#a740ad #46ad40

#a740ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a740ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a740ad Color CSS Codes

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

#a740ad Text Font Color

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

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


#a740ad Background Color

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

This div background color is #a740ad


#a740ad Border Color

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

This div border color is #a740ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a740ad


Comments

No comments written yet.

Please login to write comment.