Color Hex Logo

#969eff Color Hex

#969EFF
(150,158,255)
1 Favorites   0 Comments

Color spaces of #969eff

RGB 150158255
HSL0.651.000.79
HSV235°41°100°
CMYK 0.410.380.00   0.00
XYZ42.854538.157799.7142
Yxy38.15770.23710.2111
Hunter Lab61.771915.7342-52.4675
CIE-Lab68.136720.7453-49.1575

#969eff color RGB value is (150,158,255).

#969eff hex color red value is 150, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #969eff hue: 0.65 , saturation: 1.00 and the lightness value of 969eff is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011110 11111111
Octal 226 236 377
Decimal 150 158 255
Hex 96 9E FF

RGB Percentages of Color #969eff

%26.64
%28.06
%45.29

CMYK Percentages of Color #969eff

%41
%38
%0
%0

Triadic Colors of #969eff

#969eff #ff969e #9eff96

Analogous Colors of #969eff

#969eff #c396ff #96d3ff

Monochromatic Colors of #969eff

#969eff

Complementary Color

#969eff #fff796

#969eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#969eff Color CSS Codes

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

#969eff Text Font Color

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

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


#969eff Background Color

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

This div background color is #969eff


#969eff Border Color

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

This div border color is #969eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969eff

#969eff Color Palettes


Comments

No comments written yet.

Please login to write comment.