Color Hex Logo

#8996be Color Hex

#8996BE
(137,150,190)
0 Favorites   0 Comments

Color spaces of #8996be

RGB 137150190
HSL0.630.290.64
HSV225°28°75°
CMYK 0.280.210.00   0.25
XYZ30.517130.848853.0612
Yxy30.84880.26670.2696
Hunter Lab55.54170.8779-17.7629
CIE-Lab62.37984.5334-22.2495

#8996be color RGB value is (137,150,190).

#8996be hex color red value is 137, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8996be hue: 0.63 , saturation: 0.29 and the lightness value of 8996be is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010110 10111110
Octal 211 226 276
Decimal 137 150 190
Hex 89 96 BE

RGB Percentages of Color #8996be

%28.72
%31.45
%39.83

CMYK Percentages of Color #8996be

%28
%21
%0
%25

Triadic Colors of #8996be

#8996be #be8996 #96be89

Analogous Colors of #8996be

#8996be #9789be #89b1be

Monochromatic Colors of #8996be

#8996be

Complementary Color

#8996be #beb189

#8996be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8996be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8996be Color CSS Codes

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

#8996be Text Font Color

<p style="color:#8996be">Text here</p>

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


#8996be Background Color

<div style="background-color:#8996be">
Div content here</div>

This div background color is #8996be


#8996be Border Color

<div style="border:3px solid #8996be">
Div here</div>

This div border color is #8996be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,150,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8996be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8996be;
  -webkit-box-shadow: 1px 1px 3px 2px #8996be;
  box-shadow:         1px 1px 3px 2px #8996be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8996be


Comments

No comments written yet.

Please login to write comment.