Color Hex Logo

#9678bd Color Hex

#9678BD
(150,120,189)
0 Favorites   0 Comments

Color spaces of #9678bd

RGB 150120189
HSL0.740.340.61
HSV266°37°74°
CMYK 0.210.370.00   0.26
XYZ28.479523.591151.1966
Yxy23.59110.27580.2284
Hunter Lab48.570719.6651-28.4960
CIE-Lab55.676025.6326-31.9421

#9678bd color RGB value is (150,120,189).

#9678bd hex color red value is 150, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9678bd hue: 0.74 , saturation: 0.34 and the lightness value of 9678bd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111000 10111101
Octal 226 170 275
Decimal 150 120 189
Hex 96 78 BD

RGB Percentages of Color #9678bd

%32.68
%26.14
%41.18

CMYK Percentages of Color #9678bd

%21
%37
%0
%26

Triadic Colors of #9678bd

#9678bd #bd9678 #78bd96

Analogous Colors of #9678bd

#9678bd #b978bd #787dbd

Monochromatic Colors of #9678bd

#9678bd

Complementary Color

#9678bd #9fbd78

#9678bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9678bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9678bd Color CSS Codes

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

#9678bd Text Font Color

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

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


#9678bd Background Color

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

This div background color is #9678bd


#9678bd Border Color

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

This div border color is #9678bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9678bd


Comments

No comments written yet.

Please login to write comment.