Color Hex Logo

#881efb Color Hex

#881EFB
(136,30,251)
0 Favorites   0 Comments

Color spaces of #881efb

RGB 13630251
HSL0.750.970.55
HSV269°88°98°
CMYK 0.460.880.00   0.02
XYZ28.030213.127892.3234
Yxy13.12780.21000.0983
Hunter Lab36.232374.6854-125.7140
CIE-Lab42.955278.6951-87.6517

#881efb color RGB value is (136,30,251).

#881efb hex color red value is 136, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #881efb hue: 0.75 , saturation: 0.97 and the lightness value of 881efb is 0.55.

The process color (four color CMYK) of #881efb color hex is 0.46, 0.88, 0.00, 0.02. Web safe color of #881efb is #9933ff. Color #881efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011110 11111011
Octal 210 36 373
Decimal 136 30 251
Hex 88 1E FB

RGB Percentages of Color #881efb

%32.61
%7.19
%60.19

CMYK Percentages of Color #881efb

%46
%88
%0
%2

Triadic Colors of #881efb

#881efb #fb881e #1efb88

Analogous Colors of #881efb

#881efb #f71efb #1e22fb

Monochromatic Colors of #881efb

#881efb

Complementary Color

#881efb #91fb1e

#881efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#881efb Color CSS Codes

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

#881efb Text Font Color

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

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


#881efb Background Color

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

This div background color is #881efb


#881efb Border Color

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

This div border color is #881efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881efb

Related Colors


Comments

No comments written yet.

Please login to write comment.