Color Hex Logo

#a842ac Color Hex

#A842AC
(168,66,172)
0 Favorites   0 Comments

Color spaces of #a842ac

RGB 16866172
HSL0.830.450.47
HSV298°62°67°
CMYK 0.020.620.00   0.33
XYZ25.543115.199840.6173
Yxy15.19980.31400.1868
Hunter Lab38.986948.7209-34.4786
CIE-Lab45.906655.8234-37.2372

#a842ac color RGB value is (168,66,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 10101100
Octal 250 102 254
Decimal 168 66 172
Hex A8 42 AC

RGB Percentages of Color #a842ac

%41.38
%16.26
%42.36

CMYK Percentages of Color #a842ac

%2
%62
%0
%33

Triadic Colors of #a842ac

#a842ac #aca842 #42aca8

Analogous Colors of #a842ac

#a842ac #ac427b #7342ac

Monochromatic Colors of #a842ac

#a842ac

Complementary Color

#a842ac #46ac42

#a842ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a842ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a842ac Color CSS Codes

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

#a842ac Text Font Color

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

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


#a842ac Background Color

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

This div background color is #a842ac


#a842ac Border Color

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

This div border color is #a842ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a842ac


Comments

No comments written yet.

Please login to write comment.