Color Hex Logo

#a849ad Color Hex

#A849AD
(168,73,173)
0 Favorites   0 Comments

Color spaces of #a849ad

RGB 16873173
HSL0.830.410.48
HSV297°58°68°
CMYK 0.030.580.00   0.32
XYZ26.073816.107041.2699
Yxy16.10700.31240.1930
Hunter Lab40.133545.7335-32.8753
CIE-Lab47.114652.8362-35.9215

#a849ad color RGB value is (168,73,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 10101101
Octal 250 111 255
Decimal 168 73 173
Hex A8 49 AD

RGB Percentages of Color #a849ad

%40.58
%17.63
%41.79

CMYK Percentages of Color #a849ad

%3
%58
%0
%32

Triadic Colors of #a849ad

#a849ad #ada849 #49ada8

Analogous Colors of #a849ad

#a849ad #ad4980 #7649ad

Monochromatic Colors of #a849ad

#a849ad

Complementary Color

#a849ad #4ead49

#a849ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a849ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a849ad Color CSS Codes

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

#a849ad Text Font Color

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

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


#a849ad Background Color

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

This div background color is #a849ad


#a849ad Border Color

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

This div border color is #a849ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a849ad


Comments

No comments written yet.

Please login to write comment.