Color Hex Logo

#969bdb Color Hex

#969BDB
(150,155,219)
0 Favorites   0 Comments

Color spaces of #969bdb

RGB 150155219
HSL0.650.490.72
HSV236°32°86°
CMYK 0.320.290.00   0.14
XYZ37.085235.041271.8269
Yxy35.04120.25760.2434
Hunter Lab59.19568.2354-30.5045
CIE-Lab65.780712.8594-33.1015

#969bdb color RGB value is (150,155,219).

#969bdb hex color red value is 150, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #969bdb hue: 0.65 , saturation: 0.49 and the lightness value of 969bdb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 11011011
Octal 226 233 333
Decimal 150 155 219
Hex 96 9B DB

RGB Percentages of Color #969bdb

%28.63
%29.58
%41.79

CMYK Percentages of Color #969bdb

%32
%29
%0
%14

Triadic Colors of #969bdb

#969bdb #db969b #9bdb96

Analogous Colors of #969bdb

#969bdb #b496db #96bedb

Monochromatic Colors of #969bdb

#969bdb

Complementary Color

#969bdb #dbd696

#969bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bdb Color CSS Codes

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

#969bdb Text Font Color

<p style="color:#969bdb">Text here</p>

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


#969bdb Background Color

<div style="background-color:#969bdb">
Div content here</div>

This div background color is #969bdb


#969bdb Border Color

<div style="border:3px solid #969bdb">
Div here</div>

This div border color is #969bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bdb


Comments

No comments written yet.

Please login to write comment.