Color Hex Logo

#882eba Color Hex

#882EBA
(136,46,186)
0 Favorites   0 Comments

Color spaces of #882eba

RGB 13646186
HSL0.770.600.45
HSV279°75°73°
CMYK 0.270.750.00   0.27
XYZ19.993310.733447.4724
Yxy10.73340.25570.1373
Hunter Lab32.761951.5984-62.9787
CIE-Lab39.127859.7422-56.6072

#882eba color RGB value is (136,46,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101110 10111010
Octal 210 56 272
Decimal 136 46 186
Hex 88 2E BA

RGB Percentages of Color #882eba

%36.96
%12.50
%50.54

CMYK Percentages of Color #882eba

%27
%75
%0
%27

Triadic Colors of #882eba

#882eba #ba882e #2eba88

Analogous Colors of #882eba

#882eba #ba2ea6 #422eba

Monochromatic Colors of #882eba

#882eba

Complementary Color

#882eba #60ba2e

#882eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#882eba Color CSS Codes

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

#882eba Text Font Color

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

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


#882eba Background Color

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

This div background color is #882eba


#882eba Border Color

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

This div border color is #882eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882eba


Comments

No comments written yet.

Please login to write comment.