Color Hex Logo

#a18bb1 Color Hex

#A18BB1
(161,139,177)
0 Favorites   0 Comments

Color spaces of #a18bb1

RGB 161139177
HSL0.760.200.62
HSV275°21°69°
CMYK 0.090.210.00   0.31
XYZ31.866429.216645.5548
Yxy29.21660.29880.2740
Hunter Lab54.052410.6424-12.1323
CIE-Lab60.972315.5735-16.8741

#a18bb1 color RGB value is (161,139,177).

#a18bb1 hex color red value is 161, green value is 139 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a18bb1 hue: 0.76 , saturation: 0.20 and the lightness value of a18bb1 is 0.62.

The process color (four color CMYK) of #a18bb1 color hex is 0.09, 0.21, 0.00, 0.31. Web safe color of #a18bb1 is #999999. Color #a18bb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001011 10110001
Octal 241 213 261
Decimal 161 139 177
Hex A1 8B B1

RGB Percentages of Color #a18bb1

%33.75
%29.14
%37.11

CMYK Percentages of Color #a18bb1

%9
%21
%0
%31

Triadic Colors of #a18bb1

#a18bb1 #b1a18b #8bb1a1

Analogous Colors of #a18bb1

#a18bb1 #b18bae #8e8bb1

Monochromatic Colors of #a18bb1

#a18bb1

Complementary Color

#a18bb1 #9bb18b

#a18bb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18bb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18bb1 Color CSS Codes

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

#a18bb1 Text Font Color

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

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


#a18bb1 Background Color

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

This div background color is #a18bb1


#a18bb1 Border Color

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

This div border color is #a18bb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18bb1


Comments

No comments written yet.

Please login to write comment.