Color Hex Logo

#965980 Color Hex

#965980
(150,89,128)
0 Favorites   0 Comments

Color spaces of #965980

RGB 15089128
HSL0.890.260.47
HSV322°41°59°
CMYK 0.000.410.15   0.41
XYZ20.046315.187322.2970
Yxy15.18730.34840.2640
Hunter Lab38.970923.6199-6.6429
CIE-Lab45.889730.8586-11.1787

#965980 color RGB value is (150,89,128).

#965980 hex color red value is 150, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #965980 hue: 0.89 , saturation: 0.26 and the lightness value of 965980 is 0.47.

The process color (four color CMYK) of #965980 color hex is 0.00, 0.41, 0.15, 0.41. Web safe color of #965980 is #996699. Color #965980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 10000000
Octal 226 131 200
Decimal 150 89 128
Hex 96 59 80

RGB Percentages of Color #965980

%40.87
%24.25
%34.88

CMYK Percentages of Color #965980

%0
%41
%15
%41

Triadic Colors of #965980

#965980 #809659 #598096

Analogous Colors of #965980

#965980 #965962 #8e5996

Monochromatic Colors of #965980

#965980

Complementary Color

#965980 #59966f

#965980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965980 Color CSS Codes

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

#965980 Text Font Color

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

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


#965980 Background Color

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

This div background color is #965980


#965980 Border Color

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

This div border color is #965980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965980


Comments

No comments written yet.

Please login to write comment.