Color Hex Logo

#9640cf Color Hex

#9640CF
(150,64,207)
0 Favorites   0 Comments

Color spaces of #9640cf

RGB 15064207
HSL0.770.600.53
HSV276°69°81°
CMYK 0.280.690.00   0.19
XYZ25.673614.655860.5072
Yxy14.65580.25460.1453
Hunter Lab38.282952.7121-66.9115
CIE-Lab45.159159.5941-58.9825

#9640cf color RGB value is (150,64,207).

#9640cf hex color red value is 150, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9640cf hue: 0.77 , saturation: 0.60 and the lightness value of 9640cf is 0.53.

The process color (four color CMYK) of #9640cf color hex is 0.28, 0.69, 0.00, 0.19. Web safe color of #9640cf is #9933cc. Color #9640cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000000 11001111
Octal 226 100 317
Decimal 150 64 207
Hex 96 40 CF

RGB Percentages of Color #9640cf

%35.63
%15.20
%49.17

CMYK Percentages of Color #9640cf

%28
%69
%0
%19

Triadic Colors of #9640cf

#9640cf #cf9640 #40cf96

Analogous Colors of #9640cf

#9640cf #cf40c1 #4f40cf

Monochromatic Colors of #9640cf

#9640cf

Complementary Color

#9640cf #79cf40

#9640cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9640cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9640cf Color CSS Codes

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

#9640cf Text Font Color

<p style="color:#9640cf">Text here</p>

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


#9640cf Background Color

<div style="background-color:#9640cf">
Div content here</div>

This div background color is #9640cf


#9640cf Border Color

<div style="border:3px solid #9640cf">
Div here</div>

This div border color is #9640cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,64,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9640cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9640cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9640cf;
  box-shadow:         1px 1px 3px 2px #9640cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9640cf


Comments

No comments written yet.

Please login to write comment.