Color Hex Logo

#a384ac Color Hex

#A384AC
(163,132,172)
0 Favorites   0 Comments

Color spaces of #a384ac

RGB 163132172
HSL0.800.190.60
HSV287°23°67°
CMYK 0.050.230.00   0.33
XYZ30.801927.267642.6695
Yxy27.26760.30580.2707
Hunter Lab52.218413.9091-11.8951
CIE-Lab59.221219.2097-16.6660

#a384ac color RGB value is (163,132,172).

#a384ac hex color red value is 163, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a384ac hue: 0.80 , saturation: 0.19 and the lightness value of a384ac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 10101100
Octal 243 204 254
Decimal 163 132 172
Hex A3 84 AC

RGB Percentages of Color #a384ac

%34.90
%28.27
%36.83

CMYK Percentages of Color #a384ac

%5
%23
%0
%33

Triadic Colors of #a384ac

#a384ac #aca384 #84aca3

Analogous Colors of #a384ac

#a384ac #ac84a1 #8f84ac

Monochromatic Colors of #a384ac

#a384ac

Complementary Color

#a384ac #8dac84

#a384ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a384ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a384ac Color CSS Codes

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

#a384ac Text Font Color

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

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


#a384ac Background Color

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

This div background color is #a384ac


#a384ac Border Color

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

This div border color is #a384ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a384ac


Comments

No comments written yet.

Please login to write comment.