Color Hex Logo

#881edb Color Hex

#881EDB
(136,30,219)
0 Favorites   0 Comments

Color spaces of #881edb

RGB 13630219
HSL0.760.760.49
HSV274°86°86°
CMYK 0.380.860.00   0.14
XYZ23.403811.277367.9610
Yxy11.27730.22800.1099
Hunter Lab33.581765.6325-96.4810
CIE-Lab40.043671.8232-74.2945

#881edb color RGB value is (136,30,219).

#881edb hex color red value is 136, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #881edb hue: 0.76 , saturation: 0.76 and the lightness value of 881edb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011110 11011011
Octal 210 36 333
Decimal 136 30 219
Hex 88 1E DB

RGB Percentages of Color #881edb

%35.32
%7.79
%56.88

CMYK Percentages of Color #881edb

%38
%86
%0
%14

Triadic Colors of #881edb

#881edb #db881e #1edb88

Analogous Colors of #881edb

#881edb #db1ed0 #2a1edb

Monochromatic Colors of #881edb

#881edb

Complementary Color

#881edb #71db1e

#881edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#881edb Color CSS Codes

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

#881edb Text Font Color

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

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


#881edb Background Color

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

This div background color is #881edb


#881edb Border Color

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

This div border color is #881edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881edb


Comments

No comments written yet.

Please login to write comment.