Color Hex Logo

#8d91db Color Hex

#8D91DB
(141,145,219)
0 Favorites   0 Comments

Color spaces of #8d91db

RGB 141145219
HSL0.660.520.71
HSV237°36°86°
CMYK 0.360.340.00   0.14
XYZ33.896131.028071.2203
Yxy31.02800.24900.2279
Hunter Lab55.702811.1404-36.8149
CIE-Lab62.531316.0774-38.2125

#8d91db color RGB value is (141,145,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10010001 11011011
Octal 215 221 333
Decimal 141 145 219
Hex 8D 91 DB

RGB Percentages of Color #8d91db

%27.92
%28.71
%43.37

CMYK Percentages of Color #8d91db

%36
%34
%0
%14

Triadic Colors of #8d91db

#8d91db #db8d91 #91db8d

Analogous Colors of #8d91db

#8d91db #b08ddb #8db8db

Monochromatic Colors of #8d91db

#8d91db

Complementary Color

#8d91db #dbd78d

#8d91db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d91db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d91db Color CSS Codes

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

#8d91db Text Font Color

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

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


#8d91db Background Color

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

This div background color is #8d91db


#8d91db Border Color

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

This div border color is #8d91db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,145,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 #8d91db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d91db


Comments

No comments written yet.

Please login to write comment.