Color Hex Logo

#9a87ba Color Hex

#9A87BA
(154,135,186)
0 Favorites   0 Comments

Color spaces of #9a87ba

RGB 154135186
HSL0.730.270.63
HSV262°27°73°
CMYK 0.170.270.00   0.27
XYZ30.853327.743150.1832
Yxy27.74310.28360.2550
Hunter Lab52.671712.3837-19.6186
CIE-Lab59.655917.5268-24.0472

#9a87ba color RGB value is (154,135,186).

#9a87ba hex color red value is 154, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9a87ba hue: 0.73 , saturation: 0.27 and the lightness value of 9a87ba is 0.63.

The process color (four color CMYK) of #9a87ba color hex is 0.17, 0.27, 0.00, 0.27. Web safe color of #9a87ba is #9999cc. Color #9a87ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10000111 10111010
Octal 232 207 272
Decimal 154 135 186
Hex 9A 87 BA

RGB Percentages of Color #9a87ba

%32.42
%28.42
%39.16

CMYK Percentages of Color #9a87ba

%17
%27
%0
%27

Triadic Colors of #9a87ba

#9a87ba #ba9a87 #87ba9a

Analogous Colors of #9a87ba

#9a87ba #b487ba #878eba

Monochromatic Colors of #9a87ba

#9a87ba

Complementary Color

#9a87ba #a7ba87

#9a87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a87ba Color CSS Codes

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

#9a87ba Text Font Color

<p style="color:#9a87ba">Text here</p>

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


#9a87ba Background Color

<div style="background-color:#9a87ba">
Div content here</div>

This div background color is #9a87ba


#9a87ba Border Color

<div style="border:3px solid #9a87ba">
Div here</div>

This div border color is #9a87ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,135,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a87ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a87ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9a87ba;
  box-shadow:         1px 1px 3px 2px #9a87ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,135,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 #9a87ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a87ba


Comments

No comments written yet.

Please login to write comment.