Color Hex Logo

#9b9bdb Color Hex

#9B9BDB
(155,155,219)
0 Favorites   0 Comments

Color spaces of #9b9bdb

RGB 155155219
HSL0.670.470.73
HSV240°29°86°
CMYK 0.290.290.00   0.14
XYZ38.025135.525771.8708
Yxy35.52570.26150.2443
Hunter Lab59.60349.5713-29.7704
CIE-Lab66.155914.3031-32.4901

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011011 11011011
Octal 233 233 333
Decimal 155 155 219
Hex 9B 9B DB

RGB Percentages of Color #9b9bdb

%29.30
%29.30
%41.40

CMYK Percentages of Color #9b9bdb

%29
%29
%0
%14

Triadic Colors of #9b9bdb

#9b9bdb #db9b9b #9bdb9b

Analogous Colors of #9b9bdb

#9b9bdb #bb9bdb #9bbbdb

Monochromatic Colors of #9b9bdb

#9b9bdb

Complementary Color

#9b9bdb #dbdb9b

#9b9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b9bdb Color CSS Codes

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

#9b9bdb Text Font Color

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

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


#9b9bdb Background Color

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

This div background color is #9b9bdb


#9b9bdb Border Color

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

This div border color is #9b9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b9bdb


Comments

No comments written yet.

Please login to write comment.