Color Hex Logo

#969fcf Color Hex

#969FCF
(150,159,207)
0 Favorites   0 Comments

Color spaces of #969fcf

RGB 150159207
HSL0.640.370.70
HSV231°28°81°
CMYK 0.280.230.00   0.19
XYZ36.238335.785364.0288
Yxy35.78530.26640.2630
Hunter Lab59.82083.4454-21.5861
CIE-Lab66.35567.5791-25.5669

#969fcf color RGB value is (150,159,207).

#969fcf hex color red value is 150, green value is 159 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #969fcf hue: 0.64 , saturation: 0.37 and the lightness value of 969fcf is 0.70.

The process color (four color CMYK) of #969fcf color hex is 0.28, 0.23, 0.00, 0.19. Web safe color of #969fcf is #9999cc. Color #969fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011111 11001111
Octal 226 237 317
Decimal 150 159 207
Hex 96 9F CF

RGB Percentages of Color #969fcf

%29.07
%30.81
%40.12

CMYK Percentages of Color #969fcf

%28
%23
%0
%19

Triadic Colors of #969fcf

#969fcf #cf969f #9fcf96

Analogous Colors of #969fcf

#969fcf #aa96cf #96bccf

Monochromatic Colors of #969fcf

#969fcf

Complementary Color

#969fcf #cfc696

#969fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#969fcf Color CSS Codes

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

#969fcf Text Font Color

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

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


#969fcf Background Color

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

This div background color is #969fcf


#969fcf Border Color

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

This div border color is #969fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969fcf


Comments

No comments written yet.

Please login to write comment.