Color Hex Logo

#883ebb Color Hex

#883EBB
(136,62,187)
0 Favorites   0 Comments

Color spaces of #883ebb

RGB 13662187
HSL0.770.500.49
HSV276°67°73°
CMYK 0.270.670.00   0.27
XYZ20.845612.267348.2829
Yxy12.26730.25610.1507
Hunter Lab35.024744.9443-57.2162
CIE-Lab41.637853.0898-53.1377

#883ebb color RGB value is (136,62,187).

#883ebb hex color red value is 136, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #883ebb hue: 0.77 , saturation: 0.50 and the lightness value of 883ebb is 0.49.

The process color (four color CMYK) of #883ebb color hex is 0.27, 0.67, 0.00, 0.27. Web safe color of #883ebb is #9933cc. Color #883ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111110 10111011
Octal 210 76 273
Decimal 136 62 187
Hex 88 3E BB

RGB Percentages of Color #883ebb

%35.32
%16.10
%48.57

CMYK Percentages of Color #883ebb

%27
%67
%0
%27

Triadic Colors of #883ebb

#883ebb #bb883e #3ebb88

Analogous Colors of #883ebb

#883ebb #bb3eb0 #493ebb

Monochromatic Colors of #883ebb

#883ebb

Complementary Color

#883ebb #71bb3e

#883ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#883ebb Color CSS Codes

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

#883ebb Text Font Color

<p style="color:#883ebb">Text here</p>

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


#883ebb Background Color

<div style="background-color:#883ebb">
Div content here</div>

This div background color is #883ebb


#883ebb Border Color

<div style="border:3px solid #883ebb">
Div here</div>

This div border color is #883ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883ebb


Comments

No comments written yet.

Please login to write comment.