Color Hex Logo

#9649ec Color Hex

#9649EC
(150,73,236)
0 Favorites   0 Comments

Color spaces of #9649ec

RGB 15073236
HSL0.750.810.61
HSV268°69°93°
CMYK 0.360.690.00   0.07
XYZ30.100517.305281.1107
Yxy17.30520.23420.1347
Hunter Lab41.599556.3595-86.4839
CIE-Lab48.642362.1815-69.8498

#9649ec color RGB value is (150,73,236).

#9649ec hex color red value is 150, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9649ec hue: 0.75 , saturation: 0.81 and the lightness value of 9649ec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001001 11101100
Octal 226 111 354
Decimal 150 73 236
Hex 96 49 EC

RGB Percentages of Color #9649ec

%32.68
%15.90
%51.42

CMYK Percentages of Color #9649ec

%36
%69
%0
%7

Triadic Colors of #9649ec

#9649ec #ec9649 #49ec96

Analogous Colors of #9649ec

#9649ec #e849ec #494eec

Monochromatic Colors of #9649ec

#9649ec

Complementary Color

#9649ec #9fec49

#9649ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9649ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9649ec Color CSS Codes

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

#9649ec Text Font Color

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

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


#9649ec Background Color

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

This div background color is #9649ec


#9649ec Border Color

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

This div border color is #9649ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9649ec


Comments

No comments written yet.

Please login to write comment.