Color Hex Logo

#9604ec Color Hex

#9604EC
(150,4,236)
0 Favorites   0 Comments

Color spaces of #9604ec

RGB 1504236
HSL0.770.970.47
HSV278°98°93°
CMYK 0.360.980.00   0.07
XYZ27.761412.627080.3309
Yxy12.62700.23000.1046
Hunter Lab35.534577.2682-109.1596
CIE-Lab42.195880.9011-80.3816

#9604ec color RGB value is (150,4,236).

#9604ec hex color red value is 150, green value is 4 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9604ec hue: 0.77 , saturation: 0.97 and the lightness value of 9604ec is 0.47.

The process color (four color CMYK) of #9604ec color hex is 0.36, 0.98, 0.00, 0.07. Web safe color of #9604ec is #9900ff. Color #9604ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000100 11101100
Octal 226 4 354
Decimal 150 4 236
Hex 96 4 EC

RGB Percentages of Color #9604ec

%38.46
%1.03
%60.51

CMYK Percentages of Color #9604ec

%36
%98
%0
%7

Triadic Colors of #9604ec

#9604ec #ec9604 #04ec96

Analogous Colors of #9604ec

#9604ec #ec04ce #2204ec

Monochromatic Colors of #9604ec

#9604ec

Complementary Color

#9604ec #5aec04

#9604ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9604ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9604ec Color CSS Codes

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

#9604ec Text Font Color

<p style="color:#9604ec">Text here</p>

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


#9604ec Background Color

<div style="background-color:#9604ec">
Div content here</div>

This div background color is #9604ec


#9604ec Border Color

<div style="border:3px solid #9604ec">
Div here</div>

This div border color is #9604ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9604ec


Comments

No comments written yet.

Please login to write comment.