Color Hex Logo

#a042ad Color Hex

#A042AD
(160,66,173)
0 Favorites   0 Comments

Color spaces of #a042ad

RGB 16066173
HSL0.810.450.47
HSV293°62°68°
CMYK 0.080.620.00   0.32
XYZ23.988214.387141.0478
Yxy14.38710.30200.1811
Hunter Lab37.930346.5103-37.6118
CIE-Lab44.783053.9818-39.6813

#a042ad color RGB value is (160,66,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000010 10101101
Octal 240 102 255
Decimal 160 66 173
Hex A0 42 AD

RGB Percentages of Color #a042ad

%40.10
%16.54
%43.36

CMYK Percentages of Color #a042ad

%8
%62
%0
%32

Triadic Colors of #a042ad

#a042ad #ada042 #42ada0

Analogous Colors of #a042ad

#a042ad #ad4285 #6b42ad

Monochromatic Colors of #a042ad

#a042ad

Complementary Color

#a042ad #4fad42

#a042ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a042ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a042ad Color CSS Codes

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

#a042ad Text Font Color

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

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


#a042ad Background Color

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

This div background color is #a042ad


#a042ad Border Color

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

This div border color is #a042ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a042ad


Comments

No comments written yet.

Please login to write comment.