Color Hex Logo

#a749ad Color Hex

#A749AD
(167,73,173)
0 Favorites   0 Comments

Color spaces of #a749ad

RGB 16773173
HSL0.820.410.48
HSV296°58°68°
CMYK 0.030.580.00   0.32
XYZ25.861715.997741.2600
Yxy15.99770.31110.1925
Hunter Lab39.997145.4212-33.1640
CIE-Lab46.971552.5697-36.1567

#a749ad color RGB value is (167,73,173).

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

The process color (four color CMYK) of #a749ad color hex is 0.03, 0.58, 0.00, 0.32. Web safe color of #a749ad is #993399. Color #a749ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001001 10101101
Octal 247 111 255
Decimal 167 73 173
Hex A7 49 AD

RGB Percentages of Color #a749ad

%40.44
%17.68
%41.89

CMYK Percentages of Color #a749ad

%3
%58
%0
%32

Triadic Colors of #a749ad

#a749ad #ada749 #49ada7

Analogous Colors of #a749ad

#a749ad #ad4981 #7549ad

Monochromatic Colors of #a749ad

#a749ad

Complementary Color

#a749ad #4fad49

#a749ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a749ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a749ad Color CSS Codes

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

#a749ad Text Font Color

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

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


#a749ad Background Color

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

This div background color is #a749ad


#a749ad Border Color

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

This div border color is #a749ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a749ad


Comments

No comments written yet.

Please login to write comment.