Color Hex Logo

#882bbf Color Hex

#882BBF
(136,43,191)
0 Favorites   0 Comments

Color spaces of #882bbf

RGB 13643191
HSL0.770.630.46
HSV278°77°75°
CMYK 0.290.770.00   0.25
XYZ20.421210.723650.2838
Yxy10.72360.25080.1317
Hunter Lab32.746954.0068-68.1186
CIE-Lab39.111061.9210-59.5727

#882bbf color RGB value is (136,43,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 10111111
Octal 210 53 277
Decimal 136 43 191
Hex 88 2B BF

RGB Percentages of Color #882bbf

%36.76
%11.62
%51.62

CMYK Percentages of Color #882bbf

%29
%77
%0
%25

Triadic Colors of #882bbf

#882bbf #bf882b #2bbf88

Analogous Colors of #882bbf

#882bbf #bf2bac #3e2bbf

Monochromatic Colors of #882bbf

#882bbf

Complementary Color

#882bbf #62bf2b

#882bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bbf Color CSS Codes

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

#882bbf Text Font Color

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

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


#882bbf Background Color

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

This div background color is #882bbf


#882bbf Border Color

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

This div border color is #882bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bbf


Comments

No comments written yet.

Please login to write comment.