Color Hex Logo

#888eda Color Hex

#888EDA
(136,142,218)
0 Favorites   0 Comments

Color spaces of #888eda

RGB 136142218
HSL0.650.530.69
HSV236°38°85°
CMYK 0.380.350.00   0.15
XYZ32.481229.642270.3392
Yxy29.64220.24520.2238
Hunter Lab54.444711.2134-38.4878
CIE-Lab61.344316.1899-39.5402

#888eda color RGB value is (136,142,218).

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

The process color (four color CMYK) of #888eda color hex is 0.38, 0.35, 0.00, 0.15. Web safe color of #888eda is #9999cc. Color #888eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001110 11011010
Octal 210 216 332
Decimal 136 142 218
Hex 88 8E DA

RGB Percentages of Color #888eda

%27.42
%28.63
%43.95

CMYK Percentages of Color #888eda

%38
%35
%0
%15

Triadic Colors of #888eda

#888eda #da888e #8eda88

Analogous Colors of #888eda

#888eda #ab88da #88b7da

Monochromatic Colors of #888eda

#888eda

Complementary Color

#888eda #dad488

#888eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#888eda Color CSS Codes

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

#888eda Text Font Color

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

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


#888eda Background Color

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

This div background color is #888eda


#888eda Border Color

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

This div border color is #888eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888eda


Comments

No comments written yet.

Please login to write comment.