Color Hex Logo

#9690bd Color Hex

#9690BD
(150,144,189)
0 Favorites   0 Comments

Color spaces of #9690bd

RGB 150144189
HSL0.690.250.65
HSV248°24°74°
CMYK 0.210.240.00   0.26
XYZ31.736230.104752.2822
Yxy30.10470.27810.2638
Hunter Lab54.86787.2281-18.0886
CIE-Lab61.744511.7716-22.5709

#9690bd color RGB value is (150,144,189).

#9690bd hex color red value is 150, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9690bd hue: 0.69 , saturation: 0.25 and the lightness value of 9690bd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 10111101
Octal 226 220 275
Decimal 150 144 189
Hex 96 90 BD

RGB Percentages of Color #9690bd

%31.06
%29.81
%39.13

CMYK Percentages of Color #9690bd

%21
%24
%0
%26

Triadic Colors of #9690bd

#9690bd #bd9690 #90bd96

Analogous Colors of #9690bd

#9690bd #ad90bd #90a1bd

Monochromatic Colors of #9690bd

#9690bd

Complementary Color

#9690bd #b7bd90

#9690bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9690bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9690bd Color CSS Codes

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

#9690bd Text Font Color

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

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


#9690bd Background Color

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

This div background color is #9690bd


#9690bd Border Color

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

This div border color is #9690bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9690bd


Comments

No comments written yet.

Please login to write comment.