Color Hex Logo

#965770 Color Hex

#965770
(150,87,112)
0 Favorites   0 Comments

Color spaces of #965770

RGB 15087112
HSL0.930.270.46
HSV336°42°59°
CMYK 0.000.420.25   0.41
XYZ18.910514.470317.1256
Yxy14.47030.37440.2865
Hunter Lab38.039822.1668-0.0646
CIE-Lab44.900029.3939-2.9590

#965770 color RGB value is (150,87,112).

#965770 hex color red value is 150, green value is 87 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #965770 hue: 0.93 , saturation: 0.27 and the lightness value of 965770 is 0.46.

The process color (four color CMYK) of #965770 color hex is 0.00, 0.42, 0.25, 0.41. Web safe color of #965770 is #996666. Color #965770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010111 01110000
Octal 226 127 160
Decimal 150 87 112
Hex 96 57 70

RGB Percentages of Color #965770

%42.98
%24.93
%32.09

CMYK Percentages of Color #965770

%0
%42
%25
%41

Triadic Colors of #965770

#965770 #709657 #577096

Analogous Colors of #965770

#965770 #965e57 #965790

Monochromatic Colors of #965770

#965770

Complementary Color

#965770 #57967d

#965770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965770 Color CSS Codes

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

#965770 Text Font Color

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

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


#965770 Background Color

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

This div background color is #965770


#965770 Border Color

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

This div border color is #965770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965770


Comments

No comments written yet.

Please login to write comment.