Color Hex Logo

#8890eb Color Hex

#8890EB
(136,144,235)
0 Favorites   0 Comments

Color spaces of #8890eb

RGB 136144235
HSL0.650.710.73
HSV235°42°92°
CMYK 0.420.390.00   0.08
XYZ35.122031.178982.7643
Yxy31.17890.23560.2092
Hunter Lab55.838114.5594-48.7942
CIE-Lab62.658419.7535-46.9080

#8890eb color RGB value is (136,144,235).

#8890eb hex color red value is 136, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8890eb hue: 0.65 , saturation: 0.71 and the lightness value of 8890eb is 0.73.

The process color (four color CMYK) of #8890eb color hex is 0.42, 0.39, 0.00, 0.08. Web safe color of #8890eb is #9999ff. Color #8890eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010000 11101011
Octal 210 220 353
Decimal 136 144 235
Hex 88 90 EB

RGB Percentages of Color #8890eb

%26.41
%27.96
%45.63

CMYK Percentages of Color #8890eb

%42
%39
%0
%8

Triadic Colors of #8890eb

#8890eb #eb8890 #90eb88

Analogous Colors of #8890eb

#8890eb #b288eb #88c2eb

Monochromatic Colors of #8890eb

#8890eb

Complementary Color

#8890eb #ebe388

#8890eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8890eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8890eb Color CSS Codes

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

#8890eb Text Font Color

<p style="color:#8890eb">Text here</p>

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


#8890eb Background Color

<div style="background-color:#8890eb">
Div content here</div>

This div background color is #8890eb


#8890eb Border Color

<div style="border:3px solid #8890eb">
Div here</div>

This div border color is #8890eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,144,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8890eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8890eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8890eb;
  box-shadow:         1px 1px 3px 2px #8890eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8890eb


Comments

No comments written yet.

Please login to write comment.