Color Hex Logo

#963063 Color Hex

#963063
(150,48,99)
0 Favorites   0 Comments

Color spaces of #963063

RGB 1504899
HSL0.920.520.39
HSV330°68°59°
CMYK 0.000.680.34   0.41
XYZ15.88689.498812.8005
Yxy9.49880.41600.2488
Hunter Lab30.820138.0759-3.0508
CIE-Lab36.927447.2890-6.7216

#963063 color RGB value is (150,48,99).

#963063 hex color red value is 150, green value is 48 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #963063 hue: 0.92 , saturation: 0.52 and the lightness value of 963063 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110000 01100011
Octal 226 60 143
Decimal 150 48 99
Hex 96 30 63

RGB Percentages of Color #963063

%50.51
%16.16
%33.33

CMYK Percentages of Color #963063

%0
%68
%34
%41

Triadic Colors of #963063

#963063 #639630 #306396

Analogous Colors of #963063

#963063 #963030 #963096

Monochromatic Colors of #963063

#963063

Complementary Color

#963063 #309663

#963063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963063 Color CSS Codes

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

#963063 Text Font Color

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

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


#963063 Background Color

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

This div background color is #963063


#963063 Border Color

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

This div border color is #963063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963063


Comments

No comments written yet.

Please login to write comment.