Color Hex Logo

#881ebf Color Hex

#881EBF
(136,30,191)
0 Favorites   0 Comments

Color spaces of #881ebf

RGB 13630191
HSL0.780.730.43
HSV280°84°75°
CMYK 0.290.840.00   0.25
XYZ20.02169.924450.1506
Yxy9.92440.25000.1239
Hunter Lab31.503058.3146-72.3334
CIE-Lab37.706466.0090-61.8578

#881ebf color RGB value is (136,30,191).

#881ebf hex color red value is 136, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #881ebf hue: 0.78 , saturation: 0.73 and the lightness value of 881ebf is 0.43.

The process color (four color CMYK) of #881ebf color hex is 0.29, 0.84, 0.00, 0.25. Web safe color of #881ebf is #9933cc. Color #881ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011110 10111111
Octal 210 36 277
Decimal 136 30 191
Hex 88 1E BF

RGB Percentages of Color #881ebf

%38.10
%8.40
%53.50

CMYK Percentages of Color #881ebf

%29
%84
%0
%25

Triadic Colors of #881ebf

#881ebf #bf881e #1ebf88

Analogous Colors of #881ebf

#881ebf #bf1ea6 #381ebf

Monochromatic Colors of #881ebf

#881ebf

Complementary Color

#881ebf #55bf1e

#881ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#881ebf Color CSS Codes

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

#881ebf Text Font Color

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

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


#881ebf Background Color

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

This div background color is #881ebf


#881ebf Border Color

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

This div border color is #881ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881ebf


Comments

No comments written yet.

Please login to write comment.