Color Hex Logo

#8890db Color Hex

#8890DB
(136,144,219)
0 Favorites   0 Comments

Color spaces of #8890db

RGB 136144219
HSL0.650.540.70
HSV234°38°86°
CMYK 0.380.340.00   0.14
XYZ32.912830.295271.1307
Yxy30.29520.24500.2255
Hunter Lab55.041110.4154-38.0929
CIE-Lab61.908115.3011-39.2141

#8890db color RGB value is (136,144,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010000 11011011
Octal 210 220 333
Decimal 136 144 219
Hex 88 90 DB

RGB Percentages of Color #8890db

%27.25
%28.86
%43.89

CMYK Percentages of Color #8890db

%38
%34
%0
%14

Triadic Colors of #8890db

#8890db #db8890 #90db88

Analogous Colors of #8890db

#8890db #aa88db #88badb

Monochromatic Colors of #8890db

#8890db

Complementary Color

#8890db #dbd388

#8890db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8890db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8890db Color CSS Codes

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

#8890db Text Font Color

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

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


#8890db Background Color

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

This div background color is #8890db


#8890db Border Color

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

This div border color is #8890db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,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 #8890db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8890db


Comments

No comments written yet.

Please login to write comment.