Color Hex Logo

#964acc Color Hex

#964ACC
(150,74,204)
0 Favorites   0 Comments

Color spaces of #964acc

RGB 15074204
HSL0.760.560.55
HSV275°64°80°
CMYK 0.260.640.00   0.20
XYZ25.925515.741258.7987
Yxy15.74120.25810.1567
Hunter Lab39.675247.2081-60.0953
CIE-Lab46.633154.2944-54.8787

#964acc color RGB value is (150,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001010 11001100
Octal 226 112 314
Decimal 150 74 204
Hex 96 4A CC

RGB Percentages of Color #964acc

%35.05
%17.29
%47.66

CMYK Percentages of Color #964acc

%26
%64
%0
%20

Triadic Colors of #964acc

#964acc #cc964a #4acc96

Analogous Colors of #964acc

#964acc #cc4ac1 #554acc

Monochromatic Colors of #964acc

#964acc

Complementary Color

#964acc #80cc4a

#964acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#964acc Color CSS Codes

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

#964acc Text Font Color

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

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


#964acc Background Color

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

This div background color is #964acc


#964acc Border Color

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

This div border color is #964acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,74,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 #964acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964acc


Comments

No comments written yet.

Please login to write comment.