Color Hex Logo

#969aea Color Hex

#969AEA
(150,154,234)
0 Favorites   0 Comments

Color spaces of #969aea

RGB 150154234
HSL0.660.670.75
HSV237°36°92°
CMYK 0.360.340.00   0.08
XYZ38.984635.535782.6463
Yxy35.53570.24800.2261
Hunter Lab59.611812.4137-40.4718
CIE-Lab66.163617.3431-40.7776

#969aea color RGB value is (150,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 11101010
Octal 226 232 352
Decimal 150 154 234
Hex 96 9A EA

RGB Percentages of Color #969aea

%27.88
%28.62
%43.49

CMYK Percentages of Color #969aea

%36
%34
%0
%8

Triadic Colors of #969aea

#969aea #ea969a #9aea96

Analogous Colors of #969aea

#969aea #bc96ea #96c4ea

Monochromatic Colors of #969aea

#969aea

Complementary Color

#969aea #eae696

#969aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#969aea Color CSS Codes

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

#969aea Text Font Color

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

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


#969aea Background Color

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

This div background color is #969aea


#969aea Border Color

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

This div border color is #969aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,154,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 #969aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969aea


Comments

No comments written yet.

Please login to write comment.