Color Hex Logo

#9649cd Color Hex

#9649CD
(150,73,205)
0 Favorites   0 Comments

Color spaces of #9649cd

RGB 15073205
HSL0.760.570.55
HSV275°64°80°
CMYK 0.270.640.00   0.20
XYZ25.979715.656959.4104
Yxy15.65690.25710.1549
Hunter Lab39.568847.9524-61.3225
CIE-Lab46.521155.0030-55.6346

#9649cd color RGB value is (150,73,205).

#9649cd hex color red value is 150, green value is 73 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9649cd hue: 0.76 , saturation: 0.57 and the lightness value of 9649cd is 0.55.

The process color (four color CMYK) of #9649cd color hex is 0.27, 0.64, 0.00, 0.20. Web safe color of #9649cd is #9933cc. Color #9649cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001001 11001101
Octal 226 111 315
Decimal 150 73 205
Hex 96 49 CD

RGB Percentages of Color #9649cd

%35.05
%17.06
%47.90

CMYK Percentages of Color #9649cd

%27
%64
%0
%20

Triadic Colors of #9649cd

#9649cd #cd9649 #49cd96

Analogous Colors of #9649cd

#9649cd #cd49c2 #5449cd

Monochromatic Colors of #9649cd

#9649cd

Complementary Color

#9649cd #80cd49

#9649cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9649cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9649cd Color CSS Codes

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

#9649cd Text Font Color

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

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


#9649cd Background Color

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

This div background color is #9649cd


#9649cd Border Color

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

This div border color is #9649cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9649cd


Comments

No comments written yet.

Please login to write comment.