Color Hex Logo

#969dfb Color Hex

#969DFB
(150,157,251)
0 Favorites   0 Comments

Color spaces of #969dfb

RGB 150157251
HSL0.660.930.79
HSV236°40°98°
CMYK 0.400.370.00   0.02
XYZ42.047237.563096.3010
Yxy37.56300.23900.2135
Hunter Lab61.288715.2051-50.2585
CIE-Lab67.697320.2164-47.6733

#969dfb color RGB value is (150,157,251).

#969dfb hex color red value is 150, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #969dfb hue: 0.66 , saturation: 0.93 and the lightness value of 969dfb is 0.79.

The process color (four color CMYK) of #969dfb color hex is 0.40, 0.37, 0.00, 0.02. Web safe color of #969dfb is #9999ff. Color #969dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 11111011
Octal 226 235 373
Decimal 150 157 251
Hex 96 9D FB

RGB Percentages of Color #969dfb

%26.88
%28.14
%44.98

CMYK Percentages of Color #969dfb

%40
%37
%0
%2

Triadic Colors of #969dfb

#969dfb #fb969d #9dfb96

Analogous Colors of #969dfb

#969dfb #c296fb #96d0fb

Monochromatic Colors of #969dfb

#969dfb

Complementary Color

#969dfb #fbf496

#969dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dfb Color CSS Codes

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

#969dfb Text Font Color

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

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


#969dfb Background Color

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

This div background color is #969dfb


#969dfb Border Color

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

This div border color is #969dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,157,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #969dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dfb


Comments

No comments written yet.

Please login to write comment.