Color Hex Logo

#969bfd Color Hex

#969BFD
(150,155,253)
0 Favorites   0 Comments

Color spaces of #969bfd

RGB 150155253
HSL0.660.960.79
HSV237°41°99°
CMYK 0.410.390.00   0.01
XYZ42.028637.018697.8587
Yxy37.01860.23760.2093
Hunter Lab60.842916.8278-52.7710
CIE-Lab67.291021.9116-49.4034

#969bfd color RGB value is (150,155,253).

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

The process color (four color CMYK) of #969bfd color hex is 0.41, 0.39, 0.00, 0.01. Web safe color of #969bfd is #9999ff. Color #969bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 11111101
Octal 226 233 375
Decimal 150 155 253
Hex 96 9B FD

RGB Percentages of Color #969bfd

%26.88
%27.78
%45.34

CMYK Percentages of Color #969bfd

%41
%39
%0
%1

Triadic Colors of #969bfd

#969bfd #fd969b #9bfd96

Analogous Colors of #969bfd

#969bfd #c596fd #96cffd

Monochromatic Colors of #969bfd

#969bfd

Complementary Color

#969bfd #fdf896

#969bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bfd Color CSS Codes

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

#969bfd Text Font Color

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

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


#969bfd Background Color

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

This div background color is #969bfd


#969bfd Border Color

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

This div border color is #969bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bfd


Comments

No comments written yet.

Please login to write comment.