Color Hex Logo

#888ebb Color Hex

#888EBB
(136,142,187)
0 Favorites   0 Comments

Color spaces of #888ebb

RGB 136142187
HSL0.650.270.63
HSV233°27°73°
CMYK 0.270.240.00   0.27
XYZ28.796028.168150.9330
Yxy28.16810.26690.2611
Hunter Lab53.07363.9694-19.7471
CIE-Lab60.04038.0560-24.1501

#888ebb color RGB value is (136,142,187).

#888ebb hex color red value is 136, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #888ebb hue: 0.65 , saturation: 0.27 and the lightness value of 888ebb is 0.63.

The process color (four color CMYK) of #888ebb color hex is 0.27, 0.24, 0.00, 0.27. Web safe color of #888ebb is #9999cc. Color #888ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001110 10111011
Octal 210 216 273
Decimal 136 142 187
Hex 88 8E BB

RGB Percentages of Color #888ebb

%29.25
%30.54
%40.22

CMYK Percentages of Color #888ebb

%27
%24
%0
%27

Triadic Colors of #888ebb

#888ebb #bb888e #8ebb88

Analogous Colors of #888ebb

#888ebb #9c88bb #88a8bb

Monochromatic Colors of #888ebb

#888ebb

Complementary Color

#888ebb #bbb588

#888ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#888ebb Color CSS Codes

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

#888ebb Text Font Color

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

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


#888ebb Background Color

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

This div background color is #888ebb


#888ebb Border Color

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

This div border color is #888ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888ebb


Comments

No comments written yet.

Please login to write comment.