Color Hex Logo

#969bd5 Color Hex

#969BD5
(150,155,213)
0 Favorites   0 Comments

Color spaces of #969bd5

RGB 150155213
HSL0.650.430.71
HSV235°30°84°
CMYK 0.300.270.00   0.16
XYZ36.309334.730867.7408
Yxy34.73080.26160.2503
Hunter Lab58.93286.8437-26.8983
CIE-Lab65.538511.3373-30.1530

#969bd5 color RGB value is (150,155,213).

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

The process color (four color CMYK) of #969bd5 color hex is 0.30, 0.27, 0.00, 0.16. Web safe color of #969bd5 is #9999cc. Color #969bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 11010101
Octal 226 233 325
Decimal 150 155 213
Hex 96 9B D5

RGB Percentages of Color #969bd5

%28.96
%29.92
%41.12

CMYK Percentages of Color #969bd5

%30
%27
%0
%16

Triadic Colors of #969bd5

#969bd5 #d5969b #9bd596

Analogous Colors of #969bd5

#969bd5 #b196d5 #96bbd5

Monochromatic Colors of #969bd5

#969bd5

Complementary Color

#969bd5 #d5d096

#969bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bd5 Color CSS Codes

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

#969bd5 Text Font Color

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

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


#969bd5 Background Color

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

This div background color is #969bd5


#969bd5 Border Color

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

This div border color is #969bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bd5


Comments

No comments written yet.

Please login to write comment.