Color Hex Logo

#968da5 Color Hex

#968DA5
(150,141,165)
0 Favorites   0 Comments

Color spaces of #968da5

RGB 150141165
HSL0.730.120.60
HSV263°15°65°
CMYK 0.090.150.00   0.35
XYZ28.894128.250439.5273
Yxy28.25040.29890.2922
Hunter Lab53.15114.0221-6.8869
CIE-Lab60.11438.1180-11.4417

#968da5 color RGB value is (150,141,165).

#968da5 hex color red value is 150, green value is 141 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #968da5 hue: 0.73 , saturation: 0.12 and the lightness value of 968da5 is 0.60.

The process color (four color CMYK) of #968da5 color hex is 0.09, 0.15, 0.00, 0.35. Web safe color of #968da5 is #999999. Color #968da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001101 10100101
Octal 226 215 245
Decimal 150 141 165
Hex 96 8D A5

RGB Percentages of Color #968da5

%32.89
%30.92
%36.18

CMYK Percentages of Color #968da5

%9
%15
%0
%35

Triadic Colors of #968da5

#968da5 #a5968d #8da596

Analogous Colors of #968da5

#968da5 #a28da5 #8d90a5

Monochromatic Colors of #968da5

#968da5

Complementary Color

#968da5 #9ca58d

#968da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968da5 Color CSS Codes

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

#968da5 Text Font Color

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

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


#968da5 Background Color

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

This div background color is #968da5


#968da5 Border Color

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

This div border color is #968da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968da5


Comments

No comments written yet.

Please login to write comment.