Color Hex Logo

#968cb1 Color Hex

#968CB1
(150,140,177)
0 Favorites   0 Comments

Color spaces of #968cb1

RGB 150140177
HSL0.710.190.62
HSV256°21°69°
CMYK 0.150.210.00   0.31
XYZ29.891628.414545.5041
Yxy28.41450.28790.2737
Hunter Lab53.30536.8120-13.2993
CIE-Lab60.261411.3091-18.0443

#968cb1 color RGB value is (150,140,177).

#968cb1 hex color red value is 150, green value is 140 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #968cb1 hue: 0.71 , saturation: 0.19 and the lightness value of 968cb1 is 0.62.

The process color (four color CMYK) of #968cb1 color hex is 0.15, 0.21, 0.00, 0.31. Web safe color of #968cb1 is #999999. Color #968cb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 10110001
Octal 226 214 261
Decimal 150 140 177
Hex 96 8C B1

RGB Percentages of Color #968cb1

%32.12
%29.98
%37.90

CMYK Percentages of Color #968cb1

%15
%21
%0
%31

Triadic Colors of #968cb1

#968cb1 #b1968c #8cb196

Analogous Colors of #968cb1

#968cb1 #a98cb1 #8c95b1

Monochromatic Colors of #968cb1

#968cb1

Complementary Color

#968cb1 #a7b18c

#968cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968cb1 Color CSS Codes

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

#968cb1 Text Font Color

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

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


#968cb1 Background Color

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

This div background color is #968cb1


#968cb1 Border Color

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

This div border color is #968cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968cb1


Comments

No comments written yet.

Please login to write comment.