Color Hex Logo

#9a89eb Color Hex

#9A89EB
(154,137,235)
0 Favorites   0 Comments

Color spaces of #9a89eb

RGB 154137235
HSL0.700.710.73
HSV250°42°92°
CMYK 0.340.420.00   0.08
XYZ37.267530.759582.5702
Yxy30.75950.24750.2043
Hunter Lab55.461222.8869-49.4475
CIE-Lab62.304128.4427-47.3760

#9a89eb color RGB value is (154,137,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10001001 11101011
Octal 232 211 353
Decimal 154 137 235
Hex 9A 89 EB

RGB Percentages of Color #9a89eb

%29.28
%26.05
%44.68

CMYK Percentages of Color #9a89eb

%34
%42
%0
%8

Triadic Colors of #9a89eb

#9a89eb #eb9a89 #89eb9a

Analogous Colors of #9a89eb

#9a89eb #cb89eb #89a9eb

Monochromatic Colors of #9a89eb

#9a89eb

Complementary Color

#9a89eb #daeb89

#9a89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a89eb Color CSS Codes

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

#9a89eb Text Font Color

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

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


#9a89eb Background Color

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

This div background color is #9a89eb


#9a89eb Border Color

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

This div border color is #9a89eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a89eb


Comments

No comments written yet.

Please login to write comment.