Color Hex Logo

#9b90eb Color Hex

#9B90EB
(155,144,235)
0 Favorites   0 Comments

Color spaces of #9b90eb

RGB 155144235
HSL0.690.690.74
HSV247°39°92°
CMYK 0.340.390.00   0.08
XYZ38.486232.913282.9217
Yxy32.91320.24940.2133
Hunter Lab57.370019.3477-45.5378
CIE-Lab64.090624.6888-44.5543

#9b90eb color RGB value is (155,144,235).

#9b90eb hex color red value is 155, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9b90eb hue: 0.69 , saturation: 0.69 and the lightness value of 9b90eb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10010000 11101011
Octal 233 220 353
Decimal 155 144 235
Hex 9B 90 EB

RGB Percentages of Color #9b90eb

%29.03
%26.97
%44.01

CMYK Percentages of Color #9b90eb

%34
%39
%0
%8

Triadic Colors of #9b90eb

#9b90eb #eb9b90 #90eb9b

Analogous Colors of #9b90eb

#9b90eb #c990eb #90b3eb

Monochromatic Colors of #9b90eb

#9b90eb

Complementary Color

#9b90eb #e0eb90

#9b90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b90eb Color CSS Codes

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

#9b90eb Text Font Color

<p style="color:#9b90eb">Text here</p>

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


#9b90eb Background Color

<div style="background-color:#9b90eb">
Div content here</div>

This div background color is #9b90eb


#9b90eb Border Color

<div style="border:3px solid #9b90eb">
Div here</div>

This div border color is #9b90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b90eb


Comments

No comments written yet.

Please login to write comment.