Color Hex Logo

#968eaa Color Hex

#968EAA
(150,142,170)
0 Favorites   0 Comments

Color spaces of #968eaa

RGB 150142170
HSL0.710.140.61
HSV257°16°67°
CMYK 0.120.160.00   0.33
XYZ29.506428.732342.0209
Yxy28.73230.29430.2866
Hunter Lab53.60254.4539-8.9578
CIE-Lab60.54468.6212-13.6389

#968eaa color RGB value is (150,142,170).

#968eaa hex color red value is 150, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #968eaa hue: 0.71 , saturation: 0.14 and the lightness value of 968eaa is 0.61.

The process color (four color CMYK) of #968eaa color hex is 0.12, 0.16, 0.00, 0.33. Web safe color of #968eaa is #999999. Color #968eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 10101010
Octal 226 216 252
Decimal 150 142 170
Hex 96 8E AA

RGB Percentages of Color #968eaa

%32.47
%30.74
%36.80

CMYK Percentages of Color #968eaa

%12
%16
%0
%33

Triadic Colors of #968eaa

#968eaa #aa968e #8eaa96

Analogous Colors of #968eaa

#968eaa #a48eaa #8e94aa

Monochromatic Colors of #968eaa

#968eaa

Complementary Color

#968eaa #a2aa8e

#968eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#968eaa Color CSS Codes

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

#968eaa Text Font Color

<p style="color:#968eaa">Text here</p>

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


#968eaa Background Color

<div style="background-color:#968eaa">
Div content here</div>

This div background color is #968eaa


#968eaa Border Color

<div style="border:3px solid #968eaa">
Div here</div>

This div border color is #968eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #968eaa;
  box-shadow:         1px 1px 3px 2px #968eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968eaa


Comments

No comments written yet.

Please login to write comment.