Color Hex Logo

#9694bd Color Hex

#9694BD
(150,148,189)
0 Favorites   0 Comments

Color spaces of #9694bd

RGB 150148189
HSL0.670.240.66
HSV243°22°74°
CMYK 0.210.220.00   0.26
XYZ32.352931.338052.4878
Yxy31.33800.27850.2697
Hunter Lab55.98045.1954-16.4047
CIE-Lab62.79199.4891-20.9699

#9694bd color RGB value is (150,148,189).

#9694bd hex color red value is 150, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9694bd hue: 0.67 , saturation: 0.24 and the lightness value of 9694bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010100 10111101
Octal 226 224 275
Decimal 150 148 189
Hex 96 94 BD

RGB Percentages of Color #9694bd

%30.80
%30.39
%38.81

CMYK Percentages of Color #9694bd

%21
%22
%0
%26

Triadic Colors of #9694bd

#9694bd #bd9694 #94bd96

Analogous Colors of #9694bd

#9694bd #ab94bd #94a7bd

Monochromatic Colors of #9694bd

#9694bd

Complementary Color

#9694bd #bbbd94

#9694bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9694bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9694bd Color CSS Codes

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

#9694bd Text Font Color

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

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


#9694bd Background Color

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

This div background color is #9694bd


#9694bd Border Color

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

This div border color is #9694bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9694bd

#9694bd Color Palettes


Comments

No comments written yet.

Please login to write comment.