Color Hex Logo

#882bbe Color Hex

#882BBE
(136,43,190)
0 Favorites   0 Comments

Color spaces of #882bbe

RGB 13643190
HSL0.770.630.46
HSV278°77°75°
CMYK 0.280.770.00   0.25
XYZ20.311510.679749.7061
Yxy10.67970.25170.1323
Hunter Lab32.679853.7535-67.3044
CIE-Lab39.035761.7084-59.1082

#882bbe color RGB value is (136,43,190).

#882bbe hex color red value is 136, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #882bbe hue: 0.77 , saturation: 0.63 and the lightness value of 882bbe is 0.46.

The process color (four color CMYK) of #882bbe color hex is 0.28, 0.77, 0.00, 0.25. Web safe color of #882bbe is #9933cc. Color #882bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 10111110
Octal 210 53 276
Decimal 136 43 190
Hex 88 2B BE

RGB Percentages of Color #882bbe

%36.86
%11.65
%51.49

CMYK Percentages of Color #882bbe

%28
%77
%0
%25

Triadic Colors of #882bbe

#882bbe #be882b #2bbe88

Analogous Colors of #882bbe

#882bbe #be2bab #3f2bbe

Monochromatic Colors of #882bbe

#882bbe

Complementary Color

#882bbe #61be2b

#882bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bbe Color CSS Codes

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

#882bbe Text Font Color

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

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


#882bbe Background Color

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

This div background color is #882bbe


#882bbe Border Color

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

This div border color is #882bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bbe


Comments

No comments written yet.

Please login to write comment.