Color Hex Logo

#a379ad Color Hex

#A379AD
(163,121,173)
0 Favorites   0 Comments

Color spaces of #a379ad

RGB 163121173
HSL0.800.240.58
HSV288°30°68°
CMYK 0.060.300.00   0.32
XYZ29.484524.478442.7060
Yxy24.47840.30500.2532
Hunter Lab49.475719.7928-16.5445
CIE-Lab56.563625.6970-21.2898

#a379ad color RGB value is (163,121,173).

#a379ad hex color red value is 163, green value is 121 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a379ad hue: 0.80 , saturation: 0.24 and the lightness value of a379ad is 0.58.

The process color (four color CMYK) of #a379ad color hex is 0.06, 0.30, 0.00, 0.32. Web safe color of #a379ad is #996699. Color #a379ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111001 10101101
Octal 243 171 255
Decimal 163 121 173
Hex A3 79 AD

RGB Percentages of Color #a379ad

%35.67
%26.48
%37.86

CMYK Percentages of Color #a379ad

%6
%30
%0
%32

Triadic Colors of #a379ad

#a379ad #ada379 #79ada3

Analogous Colors of #a379ad

#a379ad #ad799d #8979ad

Monochromatic Colors of #a379ad

#a379ad

Complementary Color

#a379ad #83ad79

#a379ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a379ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a379ad Color CSS Codes

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

#a379ad Text Font Color

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

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


#a379ad Background Color

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

This div background color is #a379ad


#a379ad Border Color

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

This div border color is #a379ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a379ad


Comments

No comments written yet.

Please login to write comment.