Color Hex Logo

#a081bb Color Hex

#A081BB
(160,129,187)
0 Favorites   0 Comments

Color spaces of #a081bb

RGB 160129187
HSL0.760.300.62
HSV272°31°73°
CMYK 0.140.310.00   0.27
XYZ31.317126.762050.5287
Yxy26.76200.28840.2464
Hunter Lab51.732017.5279-21.6985
CIE-Lab58.753423.1305-25.9571

#a081bb color RGB value is (160,129,187).

#a081bb hex color red value is 160, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a081bb hue: 0.76 , saturation: 0.30 and the lightness value of a081bb is 0.62.

The process color (four color CMYK) of #a081bb color hex is 0.14, 0.31, 0.00, 0.27. Web safe color of #a081bb is #9999cc. Color #a081bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000001 10111011
Octal 240 201 273
Decimal 160 129 187
Hex A0 81 BB

RGB Percentages of Color #a081bb

%33.61
%27.10
%39.29

CMYK Percentages of Color #a081bb

%14
%31
%0
%27

Triadic Colors of #a081bb

#a081bb #bba081 #81bba0

Analogous Colors of #a081bb

#a081bb #bb81b9 #8381bb

Monochromatic Colors of #a081bb

#a081bb

Complementary Color

#a081bb #9cbb81

#a081bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a081bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a081bb Color CSS Codes

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

#a081bb Text Font Color

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

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


#a081bb Background Color

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

This div background color is #a081bb


#a081bb Border Color

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

This div border color is #a081bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,129,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a081bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a081bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a081bb;
  box-shadow:         1px 1px 3px 2px #a081bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,129,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a081bb


Comments

No comments written yet.

Please login to write comment.