Color Hex Logo

#965178 Color Hex

#965178
(150,81,120)
0 Favorites   0 Comments

Color spaces of #965178

RGB 15081120
HSL0.910.300.45
HSV326°46°59°
CMYK 0.000.460.20   0.41
XYZ18.910313.725019.4218
Yxy13.72500.36330.2637
Hunter Lab37.047326.2803-5.1493
CIE-Lab43.835933.9792-9.4177

#965178 color RGB value is (150,81,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 01111000
Octal 226 121 170
Decimal 150 81 120
Hex 96 51 78

RGB Percentages of Color #965178

%42.74
%23.08
%34.19

CMYK Percentages of Color #965178

%0
%46
%20
%41

Triadic Colors of #965178

#965178 #789651 #517896

Analogous Colors of #965178

#965178 #965156 #925196

Monochromatic Colors of #965178

#965178

Complementary Color

#965178 #51966f

#965178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965178 Color CSS Codes

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

#965178 Text Font Color

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

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


#965178 Background Color

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

This div background color is #965178


#965178 Border Color

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

This div border color is #965178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965178


Comments

No comments written yet.

Please login to write comment.