Color Hex Logo

#a849ac Color Hex

#A849AC
(168,73,172)
0 Favorites   0 Comments

Color spaces of #a849ac

RGB 16873172
HSL0.830.400.48
HSV298°58°67°
CMYK 0.020.580.00   0.33
XYZ25.977416.068540.7621
Yxy16.06850.31370.1940
Hunter Lab40.085545.5271-32.2308
CIE-Lab47.064252.6523-35.4122

#a849ac color RGB value is (168,73,172).

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

The process color (four color CMYK) of #a849ac color hex is 0.02, 0.58, 0.00, 0.33. Web safe color of #a849ac is #993399. Color #a849ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 10101100
Octal 250 111 254
Decimal 168 73 172
Hex A8 49 AC

RGB Percentages of Color #a849ac

%40.68
%17.68
%41.65

CMYK Percentages of Color #a849ac

%2
%58
%0
%33

Triadic Colors of #a849ac

#a849ac #aca849 #49aca8

Analogous Colors of #a849ac

#a849ac #ac497f #7749ac

Monochromatic Colors of #a849ac

#a849ac

Complementary Color

#a849ac #4dac49

#a849ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a849ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a849ac Color CSS Codes

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

#a849ac Text Font Color

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

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


#a849ac Background Color

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

This div background color is #a849ac


#a849ac Border Color

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

This div border color is #a849ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,73,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a849ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a849ac


Comments

No comments written yet.

Please login to write comment.