Color Hex Logo

#9e89eb Color Hex

#9E89EB
(158,137,235)
0 Favorites   0 Comments

Color spaces of #9e89eb

RGB 158137235
HSL0.700.710.73
HSV253°42°92°
CMYK 0.330.420.00   0.08
XYZ38.041631.158682.6065
Yxy31.15860.25060.2053
Hunter Lab55.819923.9640-48.6679
CIE-Lab62.641329.5057-46.8213

#9e89eb color RGB value is (158,137,235).

#9e89eb hex color red value is 158, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9e89eb hue: 0.70 , saturation: 0.71 and the lightness value of 9e89eb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10001001 11101011
Octal 236 211 353
Decimal 158 137 235
Hex 9E 89 EB

RGB Percentages of Color #9e89eb

%29.81
%25.85
%44.34

CMYK Percentages of Color #9e89eb

%33
%42
%0
%8

Triadic Colors of #9e89eb

#9e89eb #eb9e89 #89eb9e

Analogous Colors of #9e89eb

#9e89eb #cf89eb #89a5eb

Monochromatic Colors of #9e89eb

#9e89eb

Complementary Color

#9e89eb #d6eb89

#9e89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e89eb Color CSS Codes

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

#9e89eb Text Font Color

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

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


#9e89eb Background Color

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

This div background color is #9e89eb


#9e89eb Border Color

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

This div border color is #9e89eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e89eb


Comments

No comments written yet.

Please login to write comment.