Color Hex Logo

#a187ab Color Hex

#A187AB
(161,135,171)
0 Favorites   0 Comments

Color spaces of #a187ab

RGB 161135171
HSL0.790.180.60
HSV283°21°67°
CMYK 0.060.210.00   0.33
XYZ30.712627.845342.2840
Yxy27.84530.30460.2761
Hunter Lab52.768611.5461-10.5716
CIE-Lab59.748716.6038-15.3145

#a187ab color RGB value is (161,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 10101011
Octal 241 207 253
Decimal 161 135 171
Hex A1 87 AB

RGB Percentages of Color #a187ab

%34.48
%28.91
%36.62

CMYK Percentages of Color #a187ab

%6
%21
%0
%33

Triadic Colors of #a187ab

#a187ab #aba187 #87aba1

Analogous Colors of #a187ab

#a187ab #ab87a3 #8f87ab

Monochromatic Colors of #a187ab

#a187ab

Complementary Color

#a187ab #91ab87

#a187ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187ab Color CSS Codes

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

#a187ab Text Font Color

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

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


#a187ab Background Color

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

This div background color is #a187ab


#a187ab Border Color

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

This div border color is #a187ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187ab


Comments

No comments written yet.

Please login to write comment.