Color Hex Logo

#965170 Color Hex

#965170
(150,81,112)
0 Favorites   0 Comments

Color spaces of #965170

RGB 15081112
HSL0.930.300.45
HSV333°46°59°
CMYK 0.000.460.25   0.41
XYZ18.444713.538716.9703
Yxy13.53870.37680.2766
Hunter Lab36.795025.0878-1.5888
CIE-Lab43.564032.7360-4.9351

#965170 color RGB value is (150,81,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 01110000
Octal 226 121 160
Decimal 150 81 112
Hex 96 51 70

RGB Percentages of Color #965170

%43.73
%23.62
%32.65

CMYK Percentages of Color #965170

%0
%46
%25
%41

Triadic Colors of #965170

#965170 #709651 #517096

Analogous Colors of #965170

#965170 #965551 #965193

Monochromatic Colors of #965170

#965170

Complementary Color

#965170 #519677

#965170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965170 Color CSS Codes

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

#965170 Text Font Color

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

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


#965170 Background Color

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

This div background color is #965170


#965170 Border Color

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

This div border color is #965170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965170


Comments

No comments written yet.

Please login to write comment.