Color Hex Logo

#9600bf Color Hex

#9600BF
(150,0,191)
0 Favorites   0 Comments

Color spaces of #9600bf

RGB 1500191
HSL0.801.000.37
HSV287°100°75°
CMYK 0.211.000.00   0.25
XYZ21.981610.245650.1093
Yxy10.24560.26700.1244
Hunter Lab32.008766.5673-70.4116
CIE-Lab38.279772.9454-60.8270

#9600bf color RGB value is (150,0,191).

#9600bf hex color red value is 150, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9600bf hue: 0.80 , saturation: 1.00 and the lightness value of 9600bf is 0.37.

The process color (four color CMYK) of #9600bf color hex is 0.21, 1.00, 0.00, 0.25. Web safe color of #9600bf is #9900cc. Color #9600bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000000 10111111
Octal 226 0 277
Decimal 150 0 191
Hex 96 0 BF

RGB Percentages of Color #9600bf

%43.99
%0.00
%56.01

CMYK Percentages of Color #9600bf

%21
%100
%0
%25

Triadic Colors of #9600bf

#9600bf #bf9600 #00bf96

Analogous Colors of #9600bf

#9600bf #bf0089 #3600bf

Monochromatic Colors of #9600bf

#9600bf

Complementary Color

#9600bf #29bf00

#9600bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9600bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9600bf Color CSS Codes

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

#9600bf Text Font Color

<p style="color:#9600bf">Text here</p>

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


#9600bf Background Color

<div style="background-color:#9600bf">
Div content here</div>

This div background color is #9600bf


#9600bf Border Color

<div style="border:3px solid #9600bf">
Div here</div>

This div border color is #9600bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,0,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9600bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9600bf;
  -webkit-box-shadow: 1px 1px 3px 2px #9600bf;
  box-shadow:         1px 1px 3px 2px #9600bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9600bf


Comments

No comments written yet.

Please login to write comment.