Color Hex Logo

#a185ab Color Hex

#A185AB
(161,133,171)
0 Favorites   0 Comments

Color spaces of #a185ab

RGB 161133171
HSL0.790.180.60
HSV284°22°67°
CMYK 0.060.220.00   0.33
XYZ30.436227.292442.1919
Yxy27.29240.30460.2731
Hunter Lab52.242112.5702-11.3144
CIE-Lab59.244017.7469-16.0786

#a185ab color RGB value is (161,133,171).

#a185ab hex color red value is 161, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a185ab hue: 0.79 , saturation: 0.18 and the lightness value of a185ab is 0.60.

The process color (four color CMYK) of #a185ab color hex is 0.06, 0.22, 0.00, 0.33. Web safe color of #a185ab is #999999. Color #a185ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 10101011
Octal 241 205 253
Decimal 161 133 171
Hex A1 85 AB

RGB Percentages of Color #a185ab

%34.62
%28.60
%36.77

CMYK Percentages of Color #a185ab

%6
%22
%0
%33

Triadic Colors of #a185ab

#a185ab #aba185 #85aba1

Analogous Colors of #a185ab

#a185ab #ab85a2 #8e85ab

Monochromatic Colors of #a185ab

#a185ab

Complementary Color

#a185ab #8fab85

#a185ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185ab Color CSS Codes

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

#a185ab Text Font Color

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

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


#a185ab Background Color

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

This div background color is #a185ab


#a185ab Border Color

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

This div border color is #a185ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,133,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185ab


Comments

No comments written yet.

Please login to write comment.