Color Hex Logo

#9649ee Color Hex

#9649EE
(150,73,238)
0 Favorites   0 Comments

Color spaces of #9649ee

RGB 15073238
HSL0.740.830.61
HSV268°69°93°
CMYK 0.370.690.00   0.07
XYZ30.392817.422282.6499
Yxy17.42220.23300.1335
Hunter Lab41.739956.9294-88.1832
CIE-Lab48.787762.6546-70.7388

#9649ee color RGB value is (150,73,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001001 11101110
Octal 226 111 356
Decimal 150 73 238
Hex 96 49 EE

RGB Percentages of Color #9649ee

%32.54
%15.84
%51.63

CMYK Percentages of Color #9649ee

%37
%69
%0
%7

Triadic Colors of #9649ee

#9649ee #ee9649 #49ee96

Analogous Colors of #9649ee

#9649ee #e949ee #494fee

Monochromatic Colors of #9649ee

#9649ee

Complementary Color

#9649ee #a1ee49

#9649ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9649ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9649ee Color CSS Codes

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

#9649ee Text Font Color

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

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


#9649ee Background Color

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

This div background color is #9649ee


#9649ee Border Color

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

This div border color is #9649ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9649ee


Comments

No comments written yet.

Please login to write comment.