Color Hex Logo

#888ecf Color Hex

#888ECF
(136,142,207)
0 Favorites   0 Comments

Color spaces of #888ecf

RGB 136142207
HSL0.650.430.67
HSV235°34°81°
CMYK 0.340.310.00   0.19
XYZ31.088829.085263.0069
Yxy29.08520.25240.2361
Hunter Lab53.93078.5191-31.5167
CIE-Lab60.856713.2230-34.1514

#888ecf color RGB value is (136,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001110 11001111
Octal 210 216 317
Decimal 136 142 207
Hex 88 8E CF

RGB Percentages of Color #888ecf

%28.04
%29.28
%42.68

CMYK Percentages of Color #888ecf

%34
%31
%0
%19

Triadic Colors of #888ecf

#888ecf #cf888e #8ecf88

Analogous Colors of #888ecf

#888ecf #a688cf #88b2cf

Monochromatic Colors of #888ecf

#888ecf

Complementary Color

#888ecf #cfc988

#888ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#888ecf Color CSS Codes

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

#888ecf Text Font Color

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

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


#888ecf Background Color

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

This div background color is #888ecf


#888ecf Border Color

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

This div border color is #888ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888ecf


Comments

No comments written yet.

Please login to write comment.