Color Hex Logo

#968dbb Color Hex

#968DBB
(150,141,187)
0 Favorites   0 Comments

Color spaces of #968dbb

RGB 150141187
HSL0.700.250.64
HSV252°25°73°
CMYK 0.200.250.00   0.27
XYZ31.072229.121650.9971
Yxy29.12160.27940.2619
Hunter Lab53.96448.3408-18.2547
CIE-Lab60.888813.0235-22.7523

#968dbb color RGB value is (150,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001101 10111011
Octal 226 215 273
Decimal 150 141 187
Hex 96 8D BB

RGB Percentages of Color #968dbb

%31.38
%29.50
%39.12

CMYK Percentages of Color #968dbb

%20
%25
%0
%27

Triadic Colors of #968dbb

#968dbb #bb968d #8dbb96

Analogous Colors of #968dbb

#968dbb #ad8dbb #8d9bbb

Monochromatic Colors of #968dbb

#968dbb

Complementary Color

#968dbb #b2bb8d

#968dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#968dbb Color CSS Codes

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

#968dbb Text Font Color

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

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


#968dbb Background Color

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

This div background color is #968dbb


#968dbb Border Color

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

This div border color is #968dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968dbb


Comments

No comments written yet.

Please login to write comment.