Color Hex Logo

#881ffb Color Hex

#881FFB
(136,31,251)
0 Favorites   0 Comments

Color spaces of #881ffb

RGB 13631251
HSL0.750.960.55
HSV269°88°98°
CMYK 0.460.880.00   0.02
XYZ28.055913.179292.3319
Yxy13.17920.21010.0987
Hunter Lab36.303274.4182-125.3834
CIE-Lab43.032078.4655-87.5250

#881ffb color RGB value is (136,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011111 11111011
Octal 210 37 373
Decimal 136 31 251
Hex 88 1F FB

RGB Percentages of Color #881ffb

%32.54
%7.42
%60.05

CMYK Percentages of Color #881ffb

%46
%88
%0
%2

Triadic Colors of #881ffb

#881ffb #fb881f #1ffb88

Analogous Colors of #881ffb

#881ffb #f61ffb #1f24fb

Monochromatic Colors of #881ffb

#881ffb

Complementary Color

#881ffb #92fb1f

#881ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#881ffb Color CSS Codes

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

#881ffb Text Font Color

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

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


#881ffb Background Color

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

This div background color is #881ffb


#881ffb Border Color

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

This div border color is #881ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881ffb


Comments

No comments written yet.

Please login to write comment.