Color Hex Logo

#964363 Color Hex

#964363
(150,67,99)
0 Favorites   0 Comments

Color spaces of #964363

RGB 1506799
HSL0.940.380.43
HSV337°55°59°
CMYK 0.000.550.34   0.41
XYZ16.837011.399213.1172
Yxy11.39920.40710.2757
Hunter Lab33.762729.93080.5990
CIE-Lab40.244938.3750-1.8034

#964363 color RGB value is (150,67,99).

#964363 hex color red value is 150, green value is 67 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #964363 hue: 0.94 , saturation: 0.38 and the lightness value of 964363 is 0.43.

The process color (four color CMYK) of #964363 color hex is 0.00, 0.55, 0.34, 0.41. Web safe color of #964363 is #993366. Color #964363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000011 01100011
Octal 226 103 143
Decimal 150 67 99
Hex 96 43 63

RGB Percentages of Color #964363

%47.47
%21.20
%31.33

CMYK Percentages of Color #964363

%0
%55
%34
%41

Triadic Colors of #964363

#964363 #639643 #436396

Analogous Colors of #964363

#964363 #964d43 #96438d

Monochromatic Colors of #964363

#964363

Complementary Color

#964363 #439676

#964363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#964363 Color CSS Codes

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

#964363 Text Font Color

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

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


#964363 Background Color

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

This div background color is #964363


#964363 Border Color

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

This div border color is #964363


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,67,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #964363; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #964363;
  -webkit-box-shadow: 1px 1px 3px 2px #964363;
  box-shadow:         1px 1px 3px 2px #964363; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964363

#964363 Color Palettes


Comments

No comments written yet.

Please login to write comment.