Color Hex Logo

#8e90db Color Hex

#8E90DB
(142,144,219)
0 Favorites   0 Comments

Color spaces of #8e90db

RGB 142144219
HSL0.660.520.71
HSV238°35°86°
CMYK 0.350.340.00   0.14
XYZ33.914830.811871.1776
Yxy30.81180.24950.2267
Hunter Lab55.508411.9212-37.1709
CIE-Lab62.348416.9306-38.4930

#8e90db color RGB value is (142,144,219).

#8e90db hex color red value is 142, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8e90db hue: 0.66 , saturation: 0.52 and the lightness value of 8e90db is 0.71.

The process color (four color CMYK) of #8e90db color hex is 0.35, 0.34, 0.00, 0.14. Web safe color of #8e90db is #9999cc. Color #8e90db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10010000 11011011
Octal 216 220 333
Decimal 142 144 219
Hex 8E 90 DB

RGB Percentages of Color #8e90db

%28.12
%28.51
%43.37

CMYK Percentages of Color #8e90db

%35
%34
%0
%14

Triadic Colors of #8e90db

#8e90db #db8e90 #90db8e

Analogous Colors of #8e90db

#8e90db #b38edb #8eb7db

Monochromatic Colors of #8e90db

#8e90db

Complementary Color

#8e90db #dbd98e

#8e90db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e90db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e90db Color CSS Codes

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

#8e90db Text Font Color

<p style="color:#8e90db">Text here</p>

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


#8e90db Background Color

<div style="background-color:#8e90db">
Div content here</div>

This div background color is #8e90db


#8e90db Border Color

<div style="border:3px solid #8e90db">
Div here</div>

This div border color is #8e90db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,144,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e90db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e90db;
  -webkit-box-shadow: 1px 1px 3px 2px #8e90db;
  box-shadow:         1px 1px 3px 2px #8e90db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e90db


Comments

No comments written yet.

Please login to write comment.