Color Hex Logo

#a392ac Color Hex

#A392AC
(163,146,172)
0 Favorites   0 Comments

Color spaces of #a392ac

RGB 163146172
HSL0.780.140.62
HSV279°15°67°
CMYK 0.050.150.00   0.33
XYZ32.829531.322943.3453
Yxy31.32290.30540.2914
Hunter Lab55.96696.7640-6.7422
CIE-Lab62.779311.2495-11.3001

#a392ac color RGB value is (163,146,172).

#a392ac hex color red value is 163, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a392ac hue: 0.78 , saturation: 0.14 and the lightness value of a392ac is 0.62.

The process color (four color CMYK) of #a392ac color hex is 0.05, 0.15, 0.00, 0.33. Web safe color of #a392ac is #999999. Color #a392ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010010 10101100
Octal 243 222 254
Decimal 163 146 172
Hex A3 92 AC

RGB Percentages of Color #a392ac

%33.89
%30.35
%35.76

CMYK Percentages of Color #a392ac

%5
%15
%0
%33

Triadic Colors of #a392ac

#a392ac #aca392 #92aca3

Analogous Colors of #a392ac

#a392ac #ac92a8 #9692ac

Monochromatic Colors of #a392ac

#a392ac

Complementary Color

#a392ac #9bac92

#a392ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a392ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a392ac Color CSS Codes

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

#a392ac Text Font Color

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

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


#a392ac Background Color

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

This div background color is #a392ac


#a392ac Border Color

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

This div border color is #a392ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a392ac


Comments

No comments written yet.

Please login to write comment.