Color Hex Logo

#a442ad Color Hex

#A442AD
(164,66,173)
0 Favorites   0 Comments

Color spaces of #a442ad

RGB 16466173
HSL0.820.450.47
HSV295°62°68°
CMYK 0.050.620.00   0.32
XYZ24.800914.806141.0859
Yxy14.80610.30730.1835
Hunter Lab38.478747.7119-36.3722
CIE-Lab45.367554.9915-38.7183

#a442ad color RGB value is (164,66,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 10101101
Octal 244 102 255
Decimal 164 66 173
Hex A4 42 AD

RGB Percentages of Color #a442ad

%40.69
%16.38
%42.93

CMYK Percentages of Color #a442ad

%5
%62
%0
%32

Triadic Colors of #a442ad

#a442ad #ada442 #42ada4

Analogous Colors of #a442ad

#a442ad #ad4281 #6f42ad

Monochromatic Colors of #a442ad

#a442ad

Complementary Color

#a442ad #4bad42

#a442ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442ad Color CSS Codes

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

#a442ad Text Font Color

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

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


#a442ad Background Color

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

This div background color is #a442ad


#a442ad Border Color

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

This div border color is #a442ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442ad


Comments

No comments written yet.

Please login to write comment.