Color Hex Logo

#8995bd Color Hex

#8995BD
(137,149,189)
0 Favorites   0 Comments

Color spaces of #8995bd

RGB 137149189
HSL0.630.280.64
HSV226°28°74°
CMYK 0.280.210.00   0.26
XYZ30.249330.487452.4345
Yxy30.48740.26730.2694
Hunter Lab55.21541.1628-17.6531
CIE-Lab62.07254.8534-22.1572

#8995bd color RGB value is (137,149,189).

#8995bd hex color red value is 137, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8995bd hue: 0.63 , saturation: 0.28 and the lightness value of 8995bd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010101 10111101
Octal 211 225 275
Decimal 137 149 189
Hex 89 95 BD

RGB Percentages of Color #8995bd

%28.84
%31.37
%39.79

CMYK Percentages of Color #8995bd

%28
%21
%0
%26

Triadic Colors of #8995bd

#8995bd #bd8995 #95bd89

Analogous Colors of #8995bd

#8995bd #9789bd #89afbd

Monochromatic Colors of #8995bd

#8995bd

Complementary Color

#8995bd #bdb189

#8995bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8995bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8995bd Color CSS Codes

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

#8995bd Text Font Color

<p style="color:#8995bd">Text here</p>

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


#8995bd Background Color

<div style="background-color:#8995bd">
Div content here</div>

This div background color is #8995bd


#8995bd Border Color

<div style="border:3px solid #8995bd">
Div here</div>

This div border color is #8995bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,149,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8995bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8995bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8995bd;
  box-shadow:         1px 1px 3px 2px #8995bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8995bd


Comments

No comments written yet.

Please login to write comment.