Color Hex Logo

#881ba9 Color Hex

#881BA9
(136,27,169)
0 Favorites   0 Comments

Color spaces of #881ba9

RGB 13627169
HSL0.790.720.38
HSV286°84°66°
CMYK 0.200.840.00   0.34
XYZ17.70678.882738.3174
Yxy8.88270.27280.1369
Hunter Lab29.803953.8915-55.3636
CIE-Lab35.757562.4712-51.9654

#881ba9 color RGB value is (136,27,169).

#881ba9 hex color red value is 136, green value is 27 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #881ba9 hue: 0.79 , saturation: 0.72 and the lightness value of 881ba9 is 0.38.

The process color (four color CMYK) of #881ba9 color hex is 0.20, 0.84, 0.00, 0.34. Web safe color of #881ba9 is #993399. Color #881ba9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011011 10101001
Octal 210 33 251
Decimal 136 27 169
Hex 88 1B A9

RGB Percentages of Color #881ba9

%40.96
%8.13
%50.90

CMYK Percentages of Color #881ba9

%20
%84
%0
%34

Triadic Colors of #881ba9

#881ba9 #a9881b #1ba988

Analogous Colors of #881ba9

#881ba9 #a91b83 #411ba9

Monochromatic Colors of #881ba9

#881ba9

Complementary Color

#881ba9 #3ca91b

#881ba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881ba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881ba9 Color CSS Codes

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

#881ba9 Text Font Color

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

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


#881ba9 Background Color

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

This div background color is #881ba9


#881ba9 Border Color

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

This div border color is #881ba9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,27,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #881ba9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #881ba9;
  -webkit-box-shadow: 1px 1px 3px 2px #881ba9;
  box-shadow:         1px 1px 3px 2px #881ba9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,27,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881ba9


Comments

No comments written yet.

Please login to write comment.