Color Hex Logo

#969cea Color Hex

#969CEA
(150,156,234)
0 Favorites   0 Comments

Color spaces of #969cea

RGB 150156234
HSL0.650.670.75
HSV236°36°92°
CMYK 0.360.330.00   0.08
XYZ39.317436.201582.7572
Yxy36.20150.24840.2287
Hunter Lab60.167711.3498-39.4326
CIE-Lab66.673616.1990-39.9799

#969cea color RGB value is (150,156,234).

#969cea hex color red value is 150, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #969cea hue: 0.65 , saturation: 0.67 and the lightness value of 969cea is 0.75.

The process color (four color CMYK) of #969cea color hex is 0.36, 0.33, 0.00, 0.08. Web safe color of #969cea is #9999ff. Color #969cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 11101010
Octal 226 234 352
Decimal 150 156 234
Hex 96 9C EA

RGB Percentages of Color #969cea

%27.78
%28.89
%43.33

CMYK Percentages of Color #969cea

%36
%33
%0
%8

Triadic Colors of #969cea

#969cea #ea969c #9cea96

Analogous Colors of #969cea

#969cea #ba96ea #96c6ea

Monochromatic Colors of #969cea

#969cea

Complementary Color

#969cea #eae496

#969cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#969cea Color CSS Codes

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

#969cea Text Font Color

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

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


#969cea Background Color

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

This div background color is #969cea


#969cea Border Color

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

This div border color is #969cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969cea


Comments

No comments written yet.

Please login to write comment.