Color Hex Logo

#968faa Color Hex

#968FAA
(150,143,170)
1 Favorites   0 Comments

Color spaces of #968faa

RGB 150143170
HSL0.710.140.61
HSV256°16°67°
CMYK 0.120.160.00   0.33
XYZ29.655829.031242.0708
Yxy29.03120.29430.2881
Hunter Lab53.88063.9550-8.5781
CIE-Lab60.80928.0515-13.2405

#968faa color RGB value is (150,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001111 10101010
Octal 226 217 252
Decimal 150 143 170
Hex 96 8F AA

RGB Percentages of Color #968faa

%32.40
%30.89
%36.72

CMYK Percentages of Color #968faa

%12
%16
%0
%33

Triadic Colors of #968faa

#968faa #aa968f #8faa96

Analogous Colors of #968faa

#968faa #a48faa #8f96aa

Monochromatic Colors of #968faa

#968faa

Complementary Color

#968faa #a3aa8f

#968faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#968faa Color CSS Codes

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

#968faa Text Font Color

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

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


#968faa Background Color

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

This div background color is #968faa


#968faa Border Color

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

This div border color is #968faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968faa


Comments

No comments written yet.

Please login to write comment.