Color Hex Logo

#966057 Color Hex

#966057
(150,96,87)
0 Favorites   0 Comments

Color spaces of #966057

RGB 1509687
HSL0.020.270.46
HSV42°59°
CMYK 0.000.360.42   0.41
XYZ18.480815.537911.0419
Yxy15.53790.41010.3448
Hunter Lab39.418114.706210.9843
CIE-Lab46.362320.863014.2549

#966057 color RGB value is (150,96,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 01010111
Octal 226 140 127
Decimal 150 96 87
Hex 96 60 57

RGB Percentages of Color #966057

%45.05
%28.83
%26.13

CMYK Percentages of Color #966057

%0
%36
%42
%41

Triadic Colors of #966057

#966057 #579660 #605796

Analogous Colors of #966057

#966057 #968057 #96576e

Monochromatic Colors of #966057

#966057

Complementary Color

#966057 #578d96

#966057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966057 Color CSS Codes

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

#966057 Text Font Color

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

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


#966057 Background Color

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

This div background color is #966057


#966057 Border Color

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

This div border color is #966057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966057


Comments

No comments written yet.

Please login to write comment.