Color Hex Logo

#9289ba Color Hex

#9289BA
(146,137,186)
2 Favorites   0 Comments

Color spaces of #9289ba

RGB 146137186
HSL0.700.260.63
HSV251°26°73°
CMYK 0.220.260.00   0.27
XYZ29.662627.547550.2082
Yxy27.54750.27610.2565
Hunter Lab52.48579.0303-19.9772
CIE-Lab59.477713.8164-24.3801

#9289ba color RGB value is (146,137,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001001 10111010
Octal 222 211 272
Decimal 146 137 186
Hex 92 89 BA

RGB Percentages of Color #9289ba

%31.13
%29.21
%39.66

CMYK Percentages of Color #9289ba

%22
%26
%0
%27

Triadic Colors of #9289ba

#9289ba #ba9289 #89ba92

Analogous Colors of #9289ba

#9289ba #ab89ba #8999ba

Monochromatic Colors of #9289ba

#9289ba

Complementary Color

#9289ba #b1ba89

#9289ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9289ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9289ba Color CSS Codes

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

#9289ba Text Font Color

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

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


#9289ba Background Color

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

This div background color is #9289ba


#9289ba Border Color

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

This div border color is #9289ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,137,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 #9289ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9289ba


Comments

No comments written yet.

Please login to write comment.