Color Hex Logo

#a384ad Color Hex

#A384AD
(163,132,173)
0 Favorites   0 Comments

Color spaces of #a384ad

RGB 163132173
HSL0.790.200.60
HSV285°24°68°
CMYK 0.060.240.00   0.32
XYZ30.898327.306243.1773
Yxy27.30620.30480.2693
Hunter Lab52.255314.0993-12.4111
CIE-Lab59.256719.4147-17.1832

#a384ad color RGB value is (163,132,173).

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

The process color (four color CMYK) of #a384ad color hex is 0.06, 0.24, 0.00, 0.32. Web safe color of #a384ad is #999999. Color #a384ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 10101101
Octal 243 204 255
Decimal 163 132 173
Hex A3 84 AD

RGB Percentages of Color #a384ad

%34.83
%28.21
%36.97

CMYK Percentages of Color #a384ad

%6
%24
%0
%32

Triadic Colors of #a384ad

#a384ad #ada384 #84ada3

Analogous Colors of #a384ad

#a384ad #ad84a3 #8f84ad

Monochromatic Colors of #a384ad

#a384ad

Complementary Color

#a384ad #8ead84

#a384ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a384ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a384ad Color CSS Codes

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

#a384ad Text Font Color

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

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


#a384ad Background Color

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

This div background color is #a384ad


#a384ad Border Color

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

This div border color is #a384ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,132,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a384ad


Comments

No comments written yet.

Please login to write comment.