Color Hex Logo

#9190db Color Hex

#9190DB
(145,144,219)
0 Favorites   0 Comments

Color spaces of #9190db

RGB 145144219
HSL0.670.510.71
HSV241°34°86°
CMYK 0.340.340.00   0.14
XYZ34.436531.080771.2020
Yxy31.08070.25190.2273
Hunter Lab55.750112.6958-36.6980
CIE-Lab62.575717.7602-38.1211

#9190db color RGB value is (145,144,219).

#9190db hex color red value is 145, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9190db hue: 0.67 , saturation: 0.51 and the lightness value of 9190db is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10010000 11011011
Octal 221 220 333
Decimal 145 144 219
Hex 91 90 DB

RGB Percentages of Color #9190db

%28.54
%28.35
%43.11

CMYK Percentages of Color #9190db

%34
%34
%0
%14

Triadic Colors of #9190db

#9190db #db9190 #90db91

Analogous Colors of #9190db

#9190db #b790db #90b5db

Monochromatic Colors of #9190db

#9190db

Complementary Color

#9190db #dadb90

#9190db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9190db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9190db Color CSS Codes

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

#9190db Text Font Color

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

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


#9190db Background Color

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

This div background color is #9190db


#9190db Border Color

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

This div border color is #9190db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9190db


Comments

No comments written yet.

Please login to write comment.