Color Hex Logo

#965573 Color Hex

#965573
(150,85,115)
0 Favorites   0 Comments

Color spaces of #965573

RGB 15085115
HSL0.920.280.46
HSV332°43°59°
CMYK 0.000.430.23   0.41
XYZ18.920714.218817.9669
Yxy14.21880.37020.2782
Hunter Lab37.707823.5775-1.8548
CIE-Lab44.545130.9760-5.3105

#965573 color RGB value is (150,85,115).

#965573 hex color red value is 150, green value is 85 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #965573 hue: 0.92 , saturation: 0.28 and the lightness value of 965573 is 0.46.

The process color (four color CMYK) of #965573 color hex is 0.00, 0.43, 0.23, 0.41. Web safe color of #965573 is #996666. Color #965573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010101 01110011
Octal 226 125 163
Decimal 150 85 115
Hex 96 55 73

RGB Percentages of Color #965573

%42.86
%24.29
%32.86

CMYK Percentages of Color #965573

%0
%43
%23
%41

Triadic Colors of #965573

#965573 #739655 #557396

Analogous Colors of #965573

#965573 #965855 #965594

Monochromatic Colors of #965573

#965573

Complementary Color

#965573 #559678

#965573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965573 Color CSS Codes

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

#965573 Text Font Color

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

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


#965573 Background Color

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

This div background color is #965573


#965573 Border Color

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

This div border color is #965573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965573


Comments

No comments written yet.

Please login to write comment.