Color Hex Logo

#9606cf Color Hex

#9606CF
(150,6,207)
0 Favorites   0 Comments

Color spaces of #9606cf

RGB 1506207
HSL0.790.940.42
HSV283°97°81°
CMYK 0.280.970.00   0.19
XYZ23.905311.119359.9178
Yxy11.11930.25180.1171
Hunter Lab33.345669.6109-83.1946
CIE-Lab39.780775.1793-67.7200

#9606cf color RGB value is (150,6,207).

#9606cf hex color red value is 150, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9606cf hue: 0.79 , saturation: 0.94 and the lightness value of 9606cf is 0.42.

The process color (four color CMYK) of #9606cf color hex is 0.28, 0.97, 0.00, 0.19. Web safe color of #9606cf is #9900cc. Color #9606cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000110 11001111
Octal 226 6 317
Decimal 150 6 207
Hex 96 6 CF

RGB Percentages of Color #9606cf

%41.32
%1.65
%57.02

CMYK Percentages of Color #9606cf

%28
%97
%0
%19

Triadic Colors of #9606cf

#9606cf #cf9606 #06cf96

Analogous Colors of #9606cf

#9606cf #cf06a4 #3206cf

Monochromatic Colors of #9606cf

#9606cf

Complementary Color

#9606cf #3fcf06

#9606cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9606cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9606cf Color CSS Codes

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

#9606cf Text Font Color

<p style="color:#9606cf">Text here</p>

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


#9606cf Background Color

<div style="background-color:#9606cf">
Div content here</div>

This div background color is #9606cf


#9606cf Border Color

<div style="border:3px solid #9606cf">
Div here</div>

This div border color is #9606cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,6,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9606cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9606cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9606cf;
  box-shadow:         1px 1px 3px 2px #9606cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9606cf


Comments

No comments written yet.

Please login to write comment.