Color Hex Logo

#881abb Color Hex

#881ABB
(136,26,187)
0 Favorites   0 Comments

Color spaces of #881abb

RGB 13626187
HSL0.780.760.42
HSV281°86°73°
CMYK 0.270.860.00   0.27
XYZ19.49249.560947.8318
Yxy9.56090.25350.1244
Hunter Lab30.920758.4151-70.0723
CIE-Lab37.042566.2260-60.5842

#881abb color RGB value is (136,26,187).

#881abb hex color red value is 136, green value is 26 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #881abb hue: 0.78 , saturation: 0.76 and the lightness value of 881abb is 0.42.

The process color (four color CMYK) of #881abb color hex is 0.27, 0.86, 0.00, 0.27. Web safe color of #881abb is #9933cc. Color #881abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011010 10111011
Octal 210 32 273
Decimal 136 26 187
Hex 88 1A BB

RGB Percentages of Color #881abb

%38.97
%7.45
%53.58

CMYK Percentages of Color #881abb

%27
%86
%0
%27

Triadic Colors of #881abb

#881abb #bb881a #1abb88

Analogous Colors of #881abb

#881abb #bb1a9e #381abb

Monochromatic Colors of #881abb

#881abb

Complementary Color

#881abb #4dbb1a

#881abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#881abb Color CSS Codes

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

#881abb Text Font Color

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

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


#881abb Background Color

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

This div background color is #881abb


#881abb Border Color

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

This div border color is #881abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,26,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 #881abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881abb


Comments

No comments written yet.

Please login to write comment.