Color Hex Logo

#888ebe Color Hex

#888EBE
(136,142,190)
0 Favorites   0 Comments

Color spaces of #888ebe

RGB 136142190
HSL0.650.290.64
HSV233°28°75°
CMYK 0.280.250.00   0.25
XYZ29.120628.297952.6424
Yxy28.29790.26460.2571
Hunter Lab53.19584.6224-21.4362
CIE-Lab60.15698.8104-25.6668

#888ebe color RGB value is (136,142,190).

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

The process color (four color CMYK) of #888ebe color hex is 0.28, 0.25, 0.00, 0.25. Web safe color of #888ebe is #9999cc. Color #888ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001110 10111110
Octal 210 216 276
Decimal 136 142 190
Hex 88 8E BE

RGB Percentages of Color #888ebe

%29.06
%30.34
%40.60

CMYK Percentages of Color #888ebe

%28
%25
%0
%25

Triadic Colors of #888ebe

#888ebe #be888e #8ebe88

Analogous Colors of #888ebe

#888ebe #9d88be #88a9be

Monochromatic Colors of #888ebe

#888ebe

Complementary Color

#888ebe #beb888

#888ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#888ebe Color CSS Codes

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

#888ebe Text Font Color

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

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


#888ebe Background Color

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

This div background color is #888ebe


#888ebe Border Color

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

This div border color is #888ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888ebe


Comments

No comments written yet.

Please login to write comment.