Color Hex Logo

#9586bd Color Hex

#9586BD
(149,134,189)
0 Favorites   0 Comments

Color spaces of #9586bd

RGB 149134189
HSL0.710.290.63
HSV256°29°74°
CMYK 0.210.290.00   0.26
XYZ30.104827.113951.7909
Yxy27.11390.27620.2487
Hunter Lab52.071012.0753-22.5214
CIE-Lab59.079617.2094-26.6733

#9586bd color RGB value is (149,134,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 10111101
Octal 225 206 275
Decimal 149 134 189
Hex 95 86 BD

RGB Percentages of Color #9586bd

%31.57
%28.39
%40.04

CMYK Percentages of Color #9586bd

%21
%29
%0
%26

Triadic Colors of #9586bd

#9586bd #bd9586 #86bd95

Analogous Colors of #9586bd

#9586bd #b186bd #8693bd

Monochromatic Colors of #9586bd

#9586bd

Complementary Color

#9586bd #aebd86

#9586bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9586bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9586bd Color CSS Codes

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

#9586bd Text Font Color

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

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


#9586bd Background Color

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

This div background color is #9586bd


#9586bd Border Color

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

This div border color is #9586bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,134,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 #9586bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9586bd


Comments

No comments written yet.

Please login to write comment.