Color Hex Logo

#9606d8 Color Hex

#9606D8
(150,6,216)
0 Favorites   0 Comments

Color spaces of #9606d8

RGB 1506216
HSL0.780.950.44
HSV281°97°85°
CMYK 0.310.970.00   0.15
XYZ25.037511.572165.8798
Yxy11.57210.24430.1129
Hunter Lab34.017871.8470-91.0102
CIE-Lab40.527876.8650-71.6969

#9606d8 color RGB value is (150,6,216).

#9606d8 hex color red value is 150, green value is 6 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #9606d8 hue: 0.78 , saturation: 0.95 and the lightness value of 9606d8 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000110 11011000
Octal 226 6 330
Decimal 150 6 216
Hex 96 6 D8

RGB Percentages of Color #9606d8

%40.32
%1.61
%58.06

CMYK Percentages of Color #9606d8

%31
%97
%0
%15

Triadic Colors of #9606d8

#9606d8 #d89606 #06d896

Analogous Colors of #9606d8

#9606d8 #d806b1 #2d06d8

Monochromatic Colors of #9606d8

#9606d8

Complementary Color

#9606d8 #48d806

#9606d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9606d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9606d8 Color CSS Codes

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

#9606d8 Text Font Color

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

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


#9606d8 Background Color

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

This div background color is #9606d8


#9606d8 Border Color

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

This div border color is #9606d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9606d8


Comments

No comments written yet.

Please login to write comment.