Color Hex Logo

#963973 Color Hex

#963973
(150,57,115)
0 Favorites   0 Comments

Color spaces of #963973

RGB 15057115
HSL0.900.450.41
HSV323°62°59°
CMYK 0.000.620.23   0.41
XYZ17.135310.648117.3718
Yxy10.64810.37950.2358
Hunter Lab32.631436.6283-8.7219
CIE-Lab38.981345.4698-13.6784

#963973 color RGB value is (150,57,115).

#963973 hex color red value is 150, green value is 57 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #963973 hue: 0.90 , saturation: 0.45 and the lightness value of 963973 is 0.41.

The process color (four color CMYK) of #963973 color hex is 0.00, 0.62, 0.23, 0.41. Web safe color of #963973 is #993366. Color #963973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111001 01110011
Octal 226 71 163
Decimal 150 57 115
Hex 96 39 73

RGB Percentages of Color #963973

%46.58
%17.70
%35.71

CMYK Percentages of Color #963973

%0
%62
%23
%41

Triadic Colors of #963973

#963973 #739639 #397396

Analogous Colors of #963973

#963973 #963945 #8b3996

Monochromatic Colors of #963973

#963973

Complementary Color

#963973 #39965c

#963973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963973 Color CSS Codes

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

#963973 Text Font Color

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

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


#963973 Background Color

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

This div background color is #963973


#963973 Border Color

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

This div border color is #963973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963973


Comments

No comments written yet.

Please login to write comment.