Color Hex Logo

#965991 Color Hex

#965991
(150,89,145)
0 Favorites   0 Comments

Color spaces of #965991

RGB 15089145
HSL0.850.260.47
HSV305°41°59°
CMYK 0.000.410.03   0.41
XYZ21.260915.673128.6927
Yxy15.67310.32400.2388
Hunter Lab39.589326.5799-15.2585
CIE-Lab46.542733.9376-20.3912

#965991 color RGB value is (150,89,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 10010001
Octal 226 131 221
Decimal 150 89 145
Hex 96 59 91

RGB Percentages of Color #965991

%39.06
%23.18
%37.76

CMYK Percentages of Color #965991

%0
%41
%3
%41

Triadic Colors of #965991

#965991 #919659 #599196

Analogous Colors of #965991

#965991 #965973 #7d5996

Monochromatic Colors of #965991

#965991

Complementary Color

#965991 #59965e

#965991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965991 Color CSS Codes

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

#965991 Text Font Color

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

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


#965991 Background Color

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

This div background color is #965991


#965991 Border Color

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

This div border color is #965991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965991


Comments

No comments written yet.

Please login to write comment.