Color Hex Logo

#a18cad Color Hex

#A18CAD
(161,140,173)
0 Favorites   0 Comments

Color spaces of #a18cad

RGB 161140173
HSL0.770.170.61
HSV278°19°68°
CMYK 0.070.190.00   0.32
XYZ31.618929.350443.5339
Yxy29.35040.30260.2809
Hunter Lab54.17609.3705-9.7201
CIE-Lab61.089614.1662-14.4263

#a18cad color RGB value is (161,140,173).

#a18cad hex color red value is 161, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a18cad hue: 0.77 , saturation: 0.17 and the lightness value of a18cad is 0.61.

The process color (four color CMYK) of #a18cad color hex is 0.07, 0.19, 0.00, 0.32. Web safe color of #a18cad is #999999. Color #a18cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 10101101
Octal 241 214 255
Decimal 161 140 173
Hex A1 8C AD

RGB Percentages of Color #a18cad

%33.97
%29.54
%36.50

CMYK Percentages of Color #a18cad

%7
%19
%0
%32

Triadic Colors of #a18cad

#a18cad #ada18c #8cada1

Analogous Colors of #a18cad

#a18cad #ad8ca9 #918cad

Monochromatic Colors of #a18cad

#a18cad

Complementary Color

#a18cad #98ad8c

#a18cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18cad Color CSS Codes

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

#a18cad Text Font Color

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

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


#a18cad Background Color

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

This div background color is #a18cad


#a18cad Border Color

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

This div border color is #a18cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18cad


Comments

No comments written yet.

Please login to write comment.