Color Hex Logo

#8b96bf Color Hex

#8B96BF
(139,150,191)
0 Favorites   0 Comments

Color spaces of #8b96bf

RGB 139150191
HSL0.630.290.65
HSV227°27°75°
CMYK 0.270.210.00   0.25
XYZ30.957831.063253.6544
Yxy31.06320.26760.2685
Hunter Lab55.73441.6131-18.0633
CIE-Lab62.56095.3927-22.5215

#8b96bf color RGB value is (139,150,191).

#8b96bf hex color red value is 139, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8b96bf hue: 0.63 , saturation: 0.29 and the lightness value of 8b96bf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10010110 10111111
Octal 213 226 277
Decimal 139 150 191
Hex 8B 96 BF

RGB Percentages of Color #8b96bf

%28.96
%31.25
%39.79

CMYK Percentages of Color #8b96bf

%27
%21
%0
%25

Triadic Colors of #8b96bf

#8b96bf #bf8b96 #96bf8b

Analogous Colors of #8b96bf

#8b96bf #9a8bbf #8bb0bf

Monochromatic Colors of #8b96bf

#8b96bf

Complementary Color

#8b96bf #bfb48b

#8b96bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b96bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b96bf Color CSS Codes

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

#8b96bf Text Font Color

<p style="color:#8b96bf">Text here</p>

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


#8b96bf Background Color

<div style="background-color:#8b96bf">
Div content here</div>

This div background color is #8b96bf


#8b96bf Border Color

<div style="border:3px solid #8b96bf">
Div here</div>

This div border color is #8b96bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,150,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b96bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b96bf;
  -webkit-box-shadow: 1px 1px 3px 2px #8b96bf;
  box-shadow:         1px 1px 3px 2px #8b96bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b96bf


Comments

No comments written yet.

Please login to write comment.