Color Hex Logo

#9644ce Color Hex

#9644CE
(150,68,206)
0 Favorites   0 Comments

Color spaces of #9644ce

RGB 15068206
HSL0.770.580.54
HSV276°67°81°
CMYK 0.270.670.00   0.19
XYZ25.785415.074559.9432
Yxy15.07450.25580.1495
Hunter Lab38.825950.6017-64.3596
CIE-Lab45.736157.5757-57.4752

#9644ce color RGB value is (150,68,206).

#9644ce hex color red value is 150, green value is 68 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9644ce hue: 0.77 , saturation: 0.58 and the lightness value of 9644ce is 0.54.

The process color (four color CMYK) of #9644ce color hex is 0.27, 0.67, 0.00, 0.19. Web safe color of #9644ce is #9933cc. Color #9644ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000100 11001110
Octal 226 104 316
Decimal 150 68 206
Hex 96 44 CE

RGB Percentages of Color #9644ce

%35.38
%16.04
%48.58

CMYK Percentages of Color #9644ce

%27
%67
%0
%19

Triadic Colors of #9644ce

#9644ce #ce9644 #44ce96

Analogous Colors of #9644ce

#9644ce #ce44c1 #5144ce

Monochromatic Colors of #9644ce

#9644ce

Complementary Color

#9644ce #7cce44

#9644ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9644ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9644ce Color CSS Codes

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

#9644ce Text Font Color

<p style="color:#9644ce">Text here</p>

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


#9644ce Background Color

<div style="background-color:#9644ce">
Div content here</div>

This div background color is #9644ce


#9644ce Border Color

<div style="border:3px solid #9644ce">
Div here</div>

This div border color is #9644ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,68,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9644ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9644ce;
  -webkit-box-shadow: 1px 1px 3px 2px #9644ce;
  box-shadow:         1px 1px 3px 2px #9644ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9644ce


Comments

No comments written yet.

Please login to write comment.