Color Hex Logo

#9b89db Color Hex

#9B89DB
(155,137,219)
0 Favorites   0 Comments

Color spaces of #9b89db

RGB 155137219
HSL0.700.530.70
HSV253°37°86°
CMYK 0.290.370.00   0.14
XYZ35.249429.974470.9456
Yxy29.97440.25890.2201
Hunter Lab54.748919.1145-38.5059
CIE-Lab61.632124.6103-39.5393

#9b89db color RGB value is (155,137,219).

#9b89db hex color red value is 155, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9b89db hue: 0.70 , saturation: 0.53 and the lightness value of 9b89db is 0.70.

The process color (four color CMYK) of #9b89db color hex is 0.29, 0.37, 0.00, 0.14. Web safe color of #9b89db is #9999cc. Color #9b89db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10001001 11011011
Octal 233 211 333
Decimal 155 137 219
Hex 9B 89 DB

RGB Percentages of Color #9b89db

%30.33
%26.81
%42.86

CMYK Percentages of Color #9b89db

%29
%37
%0
%14

Triadic Colors of #9b89db

#9b89db #db9b89 #89db9b

Analogous Colors of #9b89db

#9b89db #c489db #89a0db

Monochromatic Colors of #9b89db

#9b89db

Complementary Color

#9b89db #c9db89

#9b89db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b89db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b89db Color CSS Codes

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

#9b89db Text Font Color

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

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


#9b89db Background Color

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

This div background color is #9b89db


#9b89db Border Color

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

This div border color is #9b89db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b89db


Comments

No comments written yet.

Please login to write comment.