Color Hex Logo

#9960bc Color Hex

#9960BC
(153,96,188)
0 Favorites   0 Comments

Color spaces of #9960bc

RGB 15396188
HSL0.770.410.56
HSV277°49°74°
CMYK 0.190.490.00   0.26
XYZ26.396818.768949.8084
Yxy18.76890.27790.1976
Hunter Lab43.323132.9448-37.8393
CIE-Lab50.415739.9431-39.5930

#9960bc color RGB value is (153,96,188).

#9960bc hex color red value is 153, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9960bc hue: 0.77 , saturation: 0.41 and the lightness value of 9960bc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100000 10111100
Octal 231 140 274
Decimal 153 96 188
Hex 99 60 BC

RGB Percentages of Color #9960bc

%35.01
%21.97
%43.02

CMYK Percentages of Color #9960bc

%19
%49
%0
%26

Triadic Colors of #9960bc

#9960bc #bc9960 #60bc99

Analogous Colors of #9960bc

#9960bc #bc60b1 #6b60bc

Monochromatic Colors of #9960bc

#9960bc

Complementary Color

#9960bc #83bc60

#9960bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9960bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9960bc Color CSS Codes

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

#9960bc Text Font Color

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

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


#9960bc Background Color

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

This div background color is #9960bc


#9960bc Border Color

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

This div border color is #9960bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,96,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 #9960bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9960bc


Comments

No comments written yet.

Please login to write comment.