Color Hex Logo

#888cee Color Hex

#888CEE
(136,140,238)
0 Favorites   0 Comments

Color spaces of #888cee

RGB 136140238
HSL0.660.750.73
HSV238°43°93°
CMYK 0.430.410.00   0.07
XYZ34.964030.163584.8682
Yxy30.16350.23310.2011
Hunter Lab54.921317.5244-53.1741
CIE-Lab61.795022.9359-49.9301

#888cee color RGB value is (136,140,238).

#888cee hex color red value is 136, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #888cee hue: 0.66 , saturation: 0.75 and the lightness value of 888cee is 0.73.

The process color (four color CMYK) of #888cee color hex is 0.43, 0.41, 0.00, 0.07. Web safe color of #888cee is #9999ff. Color #888cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001100 11101110
Octal 210 214 356
Decimal 136 140 238
Hex 88 8C EE

RGB Percentages of Color #888cee

%26.46
%27.24
%46.30

CMYK Percentages of Color #888cee

%43
%41
%0
%7

Triadic Colors of #888cee

#888cee #ee888c #8cee88

Analogous Colors of #888cee

#888cee #b788ee #88bfee

Monochromatic Colors of #888cee

#888cee

Complementary Color

#888cee #eeea88

#888cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#888cee Color CSS Codes

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

#888cee Text Font Color

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

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


#888cee Background Color

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

This div background color is #888cee


#888cee Border Color

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

This div border color is #888cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888cee


Comments

No comments written yet.

Please login to write comment.