Color Hex Logo

#a542ad Color Hex

#A542AD
(165,66,173)
0 Favorites   0 Comments

Color spaces of #a542ad

RGB 16566173
HSL0.820.450.47
HSV296°62°68°
CMYK 0.050.620.00   0.32
XYZ25.008114.912941.0956
Yxy14.91290.30870.1841
Hunter Lab38.617248.0145-36.0631
CIE-Lab45.514755.2444-38.4759

#a542ad color RGB value is (165,66,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 10101101
Octal 245 102 255
Decimal 165 66 173
Hex A5 42 AD

RGB Percentages of Color #a542ad

%40.84
%16.34
%42.82

CMYK Percentages of Color #a542ad

%5
%62
%0
%32

Triadic Colors of #a542ad

#a542ad #ada542 #42ada5

Analogous Colors of #a542ad

#a542ad #ad4280 #7042ad

Monochromatic Colors of #a542ad

#a542ad

Complementary Color

#a542ad #4aad42

#a542ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a542ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a542ad Color CSS Codes

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

#a542ad Text Font Color

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

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


#a542ad Background Color

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

This div background color is #a542ad


#a542ad Border Color

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

This div border color is #a542ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a542ad


Comments

No comments written yet.

Please login to write comment.