Color Hex Logo

#888bce Color Hex

#888BCE
(136,139,206)
0 Favorites   0 Comments

Color spaces of #888bce

RGB 136139206
HSL0.660.420.67
HSV237°34°81°
CMYK 0.340.330.00   0.19
XYZ30.526528.155762.2182
Yxy28.15570.25250.2329
Hunter Lab53.06199.8325-32.3776
CIE-Lab60.029114.7006-34.8800

#888bce color RGB value is (136,139,206).

#888bce hex color red value is 136, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #888bce hue: 0.66 , saturation: 0.42 and the lightness value of 888bce is 0.67.

The process color (four color CMYK) of #888bce color hex is 0.34, 0.33, 0.00, 0.19. Web safe color of #888bce is #9999cc. Color #888bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001011 11001110
Octal 210 213 316
Decimal 136 139 206
Hex 88 8B CE

RGB Percentages of Color #888bce

%28.27
%28.90
%42.83

CMYK Percentages of Color #888bce

%34
%33
%0
%19

Triadic Colors of #888bce

#888bce #ce888b #8bce88

Analogous Colors of #888bce

#888bce #a888ce #88aece

Monochromatic Colors of #888bce

#888bce

Complementary Color

#888bce #cecb88

#888bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#888bce Color CSS Codes

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

#888bce Text Font Color

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

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


#888bce Background Color

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

This div background color is #888bce


#888bce Border Color

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

This div border color is #888bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888bce


Comments

No comments written yet.

Please login to write comment.