Color Hex Logo

#9601bc Color Hex

#9601BC
(150,1,188)
0 Favorites   0 Comments

Color spaces of #9601bc

RGB 1501188
HSL0.800.990.37
HSV288°99°74°
CMYK 0.200.990.00   0.26
XYZ21.665610.136648.3916
Yxy10.13660.27020.1264
Hunter Lab31.838065.7517-67.8301
CIE-Lab38.086572.3003-59.3751

#9601bc color RGB value is (150,1,188).

#9601bc hex color red value is 150, green value is 1 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9601bc hue: 0.80 , saturation: 0.99 and the lightness value of 9601bc is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000001 10111100
Octal 226 1 274
Decimal 150 1 188
Hex 96 1 BC

RGB Percentages of Color #9601bc

%44.25
%0.29
%55.46

CMYK Percentages of Color #9601bc

%20
%99
%0
%26

Triadic Colors of #9601bc

#9601bc #bc9601 #01bc96

Analogous Colors of #9601bc

#9601bc #bc0185 #3801bc

Monochromatic Colors of #9601bc

#9601bc

Complementary Color

#9601bc #27bc01

#9601bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9601bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9601bc Color CSS Codes

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

#9601bc Text Font Color

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

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


#9601bc Background Color

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

This div background color is #9601bc


#9601bc Border Color

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

This div border color is #9601bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9601bc


Comments

No comments written yet.

Please login to write comment.