Color Hex Logo

#968cbb Color Hex

#968CBB
(150,140,187)
0 Favorites   0 Comments

Color spaces of #968cbb

RGB 150140187
HSL0.700.260.64
HSV253°25°73°
CMYK 0.200.250.00   0.27
XYZ30.925428.828150.9481
Yxy28.82810.27940.2604
Hunter Lab53.69188.8517-18.6760
CIE-Lab60.629613.5974-23.1494

#968cbb color RGB value is (150,140,187).

#968cbb hex color red value is 150, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #968cbb hue: 0.70 , saturation: 0.26 and the lightness value of 968cbb is 0.64.

The process color (four color CMYK) of #968cbb color hex is 0.20, 0.25, 0.00, 0.27. Web safe color of #968cbb is #9999cc. Color #968cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 10111011
Octal 226 214 273
Decimal 150 140 187
Hex 96 8C BB

RGB Percentages of Color #968cbb

%31.45
%29.35
%39.20

CMYK Percentages of Color #968cbb

%20
%25
%0
%27

Triadic Colors of #968cbb

#968cbb #bb968c #8cbb96

Analogous Colors of #968cbb

#968cbb #ae8cbb #8c9abb

Monochromatic Colors of #968cbb

#968cbb

Complementary Color

#968cbb #b1bb8c

#968cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#968cbb Color CSS Codes

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

#968cbb Text Font Color

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

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


#968cbb Background Color

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

This div background color is #968cbb


#968cbb Border Color

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

This div border color is #968cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968cbb


Comments

No comments written yet.

Please login to write comment.