Color Hex Logo

#a547ad Color Hex

#A547AD
(165,71,173)
0 Favorites   0 Comments

Color spaces of #a547ad

RGB 16571173
HSL0.820.420.48
HSV295°59°68°
CMYK 0.050.590.00   0.32
XYZ25.313115.522941.1972
Yxy15.52290.30860.1892
Hunter Lab39.399145.7340-34.4165
CIE-Lab46.342252.9746-37.1681

#a547ad color RGB value is (165,71,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 10101101
Octal 245 107 255
Decimal 165 71 173
Hex A5 47 AD

RGB Percentages of Color #a547ad

%40.34
%17.36
%42.30

CMYK Percentages of Color #a547ad

%5
%59
%0
%32

Triadic Colors of #a547ad

#a547ad #ada547 #47ada5

Analogous Colors of #a547ad

#a547ad #ad4782 #7247ad

Monochromatic Colors of #a547ad

#a547ad

Complementary Color

#a547ad #4fad47

#a547ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a547ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a547ad Color CSS Codes

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

#a547ad Text Font Color

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

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


#a547ad Background Color

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

This div background color is #a547ad


#a547ad Border Color

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

This div border color is #a547ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a547ad


Comments

No comments written yet.

Please login to write comment.