Color Hex Logo

#964ccc Color Hex

#964CCC
(150,76,204)
0 Favorites   0 Comments

Color spaces of #964ccc

RGB 15076204
HSL0.760.560.55
HSV275°63°80°
CMYK 0.260.630.00   0.20
XYZ26.061216.012558.8439
Yxy16.01250.25820.1587
Hunter Lab40.015646.2254-59.1764
CIE-Lab46.990953.3170-54.3035

#964ccc color RGB value is (150,76,204).

#964ccc hex color red value is 150, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #964ccc hue: 0.76 , saturation: 0.56 and the lightness value of 964ccc is 0.55.

The process color (four color CMYK) of #964ccc color hex is 0.26, 0.63, 0.00, 0.20. Web safe color of #964ccc is #9933cc. Color #964ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001100 11001100
Octal 226 114 314
Decimal 150 76 204
Hex 96 4C CC

RGB Percentages of Color #964ccc

%34.88
%17.67
%47.44

CMYK Percentages of Color #964ccc

%26
%63
%0
%20

Triadic Colors of #964ccc

#964ccc #cc964c #4ccc96

Analogous Colors of #964ccc

#964ccc #cc4cc2 #564ccc

Monochromatic Colors of #964ccc

#964ccc

Complementary Color

#964ccc #82cc4c

#964ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#964ccc Color CSS Codes

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

#964ccc Text Font Color

<p style="color:#964ccc">Text here</p>

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


#964ccc Background Color

<div style="background-color:#964ccc">
Div content here</div>

This div background color is #964ccc


#964ccc Border Color

<div style="border:3px solid #964ccc">
Div here</div>

This div border color is #964ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,76,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #964ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #964ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #964ccc;
  box-shadow:         1px 1px 3px 2px #964ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964ccc


Comments

No comments written yet.

Please login to write comment.