Color Hex Logo

#9688cc Color Hex

#9688CC
(150,136,204)
0 Favorites   0 Comments

Color spaces of #9688cc

RGB 150136204
HSL0.700.400.67
HSV252°33°80°
CMYK 0.260.330.00   0.20
XYZ32.280928.452060.9171
Yxy28.45200.26540.2339
Hunter Lab53.340414.6801-30.3735
CIE-Lab60.294919.9929-33.2567

#9688cc color RGB value is (150,136,204).

#9688cc hex color red value is 150, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9688cc hue: 0.70 , saturation: 0.40 and the lightness value of 9688cc is 0.67.

The process color (four color CMYK) of #9688cc color hex is 0.26, 0.33, 0.00, 0.20. Web safe color of #9688cc is #9999cc. Color #9688cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001000 11001100
Octal 226 210 314
Decimal 150 136 204
Hex 96 88 CC

RGB Percentages of Color #9688cc

%30.61
%27.76
%41.63

CMYK Percentages of Color #9688cc

%26
%33
%0
%20

Triadic Colors of #9688cc

#9688cc #cc9688 #88cc96

Analogous Colors of #9688cc

#9688cc #b888cc #889ccc

Monochromatic Colors of #9688cc

#9688cc

Complementary Color

#9688cc #becc88

#9688cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9688cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9688cc Color CSS Codes

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

#9688cc Text Font Color

<p style="color:#9688cc">Text here</p>

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


#9688cc Background Color

<div style="background-color:#9688cc">
Div content here</div>

This div background color is #9688cc


#9688cc Border Color

<div style="border:3px solid #9688cc">
Div here</div>

This div border color is #9688cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,136,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9688cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9688cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9688cc;
  box-shadow:         1px 1px 3px 2px #9688cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,136,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9688cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9688cc


Comments

No comments written yet.

Please login to write comment.