Color Hex Logo

#9666bc Color Hex

#9666BC
(150,102,188)
0 Favorites   0 Comments

Color spaces of #9666bc

RGB 150102188
HSL0.760.390.57
HSV273°46°74°
CMYK 0.200.460.00   0.26
XYZ26.406119.617649.9718
Yxy19.61760.27510.2044
Hunter Lab44.291828.9085-35.8892
CIE-Lab51.402135.7299-38.0608

#9666bc color RGB value is (150,102,188).

#9666bc hex color red value is 150, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9666bc hue: 0.76 , saturation: 0.39 and the lightness value of 9666bc is 0.57.

The process color (four color CMYK) of #9666bc color hex is 0.20, 0.46, 0.00, 0.26. Web safe color of #9666bc is #9966cc. Color #9666bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100110 10111100
Octal 226 146 274
Decimal 150 102 188
Hex 96 66 BC

RGB Percentages of Color #9666bc

%34.09
%23.18
%42.73

CMYK Percentages of Color #9666bc

%20
%46
%0
%26

Triadic Colors of #9666bc

#9666bc #bc9666 #66bc96

Analogous Colors of #9666bc

#9666bc #bc66b7 #6b66bc

Monochromatic Colors of #9666bc

#9666bc

Complementary Color

#9666bc #8cbc66

#9666bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9666bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9666bc Color CSS Codes

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

#9666bc Text Font Color

<p style="color:#9666bc">Text here</p>

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


#9666bc Background Color

<div style="background-color:#9666bc">
Div content here</div>

This div background color is #9666bc


#9666bc Border Color

<div style="border:3px solid #9666bc">
Div here</div>

This div border color is #9666bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,102,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9666bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9666bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9666bc;
  box-shadow:         1px 1px 3px 2px #9666bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9666bc


Comments

No comments written yet.

Please login to write comment.