Color Hex Logo

#969fca Color Hex

#969FCA
(150,159,202)
0 Favorites   0 Comments

Color spaces of #969fca

RGB 150159202
HSL0.640.330.69
HSV230°26°79°
CMYK 0.260.210.00   0.21
XYZ35.636535.544660.8597
Yxy35.54460.26990.2692
Hunter Lab59.61932.3618-18.7901
CIE-Lab66.17056.3586-23.0747

#969fca color RGB value is (150,159,202).

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

The process color (four color CMYK) of #969fca color hex is 0.26, 0.21, 0.00, 0.21. Web safe color of #969fca is #9999cc. Color #969fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011111 11001010
Octal 226 237 312
Decimal 150 159 202
Hex 96 9F CA

RGB Percentages of Color #969fca

%29.35
%31.12
%39.53

CMYK Percentages of Color #969fca

%26
%21
%0
%21

Triadic Colors of #969fca

#969fca #ca969f #9fca96

Analogous Colors of #969fca

#969fca #a796ca #96b9ca

Monochromatic Colors of #969fca

#969fca

Complementary Color

#969fca #cac196

#969fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#969fca Color CSS Codes

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

#969fca Text Font Color

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

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


#969fca Background Color

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

This div background color is #969fca


#969fca Border Color

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

This div border color is #969fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969fca


Comments

No comments written yet.

Please login to write comment.