Color Hex Logo

#882efb Color Hex

#882EFB
(136,46,251)
0 Favorites   0 Comments

Color spaces of #882efb

RGB 13646251
HSL0.740.960.58
HSV266°82°98°
CMYK 0.460.820.00   0.02
XYZ28.542914.153392.4943
Yxy14.15330.21110.1047
Hunter Lab37.620969.5912-119.4352
CIE-Lab44.452074.2602-85.1877

#882efb color RGB value is (136,46,251).

#882efb hex color red value is 136, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #882efb hue: 0.74 , saturation: 0.96 and the lightness value of 882efb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101110 11111011
Octal 210 56 373
Decimal 136 46 251
Hex 88 2E FB

RGB Percentages of Color #882efb

%31.41
%10.62
%57.97

CMYK Percentages of Color #882efb

%46
%82
%0
%2

Triadic Colors of #882efb

#882efb #fb882e #2efb88

Analogous Colors of #882efb

#882efb #ef2efb #2e3afb

Monochromatic Colors of #882efb

#882efb

Complementary Color

#882efb #a1fb2e

#882efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#882efb Color CSS Codes

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

#882efb Text Font Color

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

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


#882efb Background Color

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

This div background color is #882efb


#882efb Border Color

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

This div border color is #882efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882efb

Related Colors


Comments

No comments written yet.

Please login to write comment.