Color Hex Logo

#a742ac Color Hex

#A742AC
(167,66,172)
0 Favorites   0 Comments

Color spaces of #a742ac

RGB 16766172
HSL0.830.450.47
HSV297°62°67°
CMYK 0.030.620.00   0.33
XYZ25.331015.090540.6074
Yxy15.09050.31260.1862
Hunter Lab38.846548.4148-34.7851
CIE-Lab45.757955.5690-37.4819

#a742ac color RGB value is (167,66,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 10101100
Octal 247 102 254
Decimal 167 66 172
Hex A7 42 AC

RGB Percentages of Color #a742ac

%41.23
%16.30
%42.47

CMYK Percentages of Color #a742ac

%3
%62
%0
%33

Triadic Colors of #a742ac

#a742ac #aca742 #42aca7

Analogous Colors of #a742ac

#a742ac #ac427c #7242ac

Monochromatic Colors of #a742ac

#a742ac

Complementary Color

#a742ac #47ac42

#a742ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a742ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a742ac Color CSS Codes

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

#a742ac Text Font Color

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

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


#a742ac Background Color

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

This div background color is #a742ac


#a742ac Border Color

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

This div border color is #a742ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a742ac


Comments

No comments written yet.

Please login to write comment.