Color Hex Logo

#a43ead Color Hex

#A43EAD
(164,62,173)
0 Favorites   0 Comments

Color spaces of #a43ead

RGB 16462173
HSL0.820.470.46
HSV295°64°68°
CMYK 0.050.640.00   0.32
XYZ24.575314.354941.0107
Yxy14.35490.30740.1796
Hunter Lab37.887949.4772-37.6554
CIE-Lab44.737756.7345-39.7160

#a43ead color RGB value is (164,62,173).

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

The process color (four color CMYK) of #a43ead color hex is 0.05, 0.64, 0.00, 0.32. Web safe color of #a43ead is #993399. Color #a43ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111110 10101101
Octal 244 76 255
Decimal 164 62 173
Hex A4 3E AD

RGB Percentages of Color #a43ead

%41.10
%15.54
%43.36

CMYK Percentages of Color #a43ead

%5
%64
%0
%32

Triadic Colors of #a43ead

#a43ead #ada43e #3eada4

Analogous Colors of #a43ead

#a43ead #ad3e7f #6d3ead

Monochromatic Colors of #a43ead

#a43ead

Complementary Color

#a43ead #47ad3e

#a43ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43ead Color CSS Codes

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

#a43ead Text Font Color

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

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


#a43ead Background Color

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

This div background color is #a43ead


#a43ead Border Color

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

This div border color is #a43ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43ead


Comments

No comments written yet.

Please login to write comment.