Color Hex Logo

#8985ba Color Hex

#8985BA
(137,133,186)
0 Favorites   0 Comments

Color spaces of #8985ba

RGB 137133186
HSL0.680.280.63
HSV245°28°73°
CMYK 0.260.280.00   0.27
XYZ27.567025.638649.9502
Yxy25.63860.26720.2485
Hunter Lab50.63468.5703-23.0444
CIE-Lab57.692413.3291-27.1931

#8985ba color RGB value is (137,133,186).

#8985ba hex color red value is 137, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8985ba hue: 0.68 , saturation: 0.28 and the lightness value of 8985ba is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000101 10111010
Octal 211 205 272
Decimal 137 133 186
Hex 89 85 BA

RGB Percentages of Color #8985ba

%30.04
%29.17
%40.79

CMYK Percentages of Color #8985ba

%26
%28
%0
%27

Triadic Colors of #8985ba

#8985ba #ba8985 #85ba89

Analogous Colors of #8985ba

#8985ba #a485ba #859cba

Monochromatic Colors of #8985ba

#8985ba

Complementary Color

#8985ba #b6ba85

#8985ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8985ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8985ba Color CSS Codes

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

#8985ba Text Font Color

<p style="color:#8985ba">Text here</p>

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


#8985ba Background Color

<div style="background-color:#8985ba">
Div content here</div>

This div background color is #8985ba


#8985ba Border Color

<div style="border:3px solid #8985ba">
Div here</div>

This div border color is #8985ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,133,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8985ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8985ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8985ba;
  box-shadow:         1px 1px 3px 2px #8985ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8985ba


Comments

No comments written yet.

Please login to write comment.