Color Hex Logo

#882bbb Color Hex

#882BBB
(136,43,187)
0 Favorites   0 Comments

Color spaces of #882bbb

RGB 13643187
HSL0.770.630.45
HSV279°77°73°
CMYK 0.270.770.00   0.27
XYZ19.986910.549947.9966
Yxy10.54990.25450.1343
Hunter Lab32.480652.9987-64.8764
CIE-Lab38.811861.0724-57.7082

#882bbb color RGB value is (136,43,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 10111011
Octal 210 53 273
Decimal 136 43 187
Hex 88 2B BB

RGB Percentages of Color #882bbb

%37.16
%11.75
%51.09

CMYK Percentages of Color #882bbb

%27
%77
%0
%27

Triadic Colors of #882bbb

#882bbb #bb882b #2bbb88

Analogous Colors of #882bbb

#882bbb #bb2ba6 #402bbb

Monochromatic Colors of #882bbb

#882bbb

Complementary Color

#882bbb #5ebb2b

#882bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bbb Color CSS Codes

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

#882bbb Text Font Color

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

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


#882bbb Background Color

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

This div background color is #882bbb


#882bbb Border Color

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

This div border color is #882bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bbb


Comments

No comments written yet.

Please login to write comment.