Color Hex Logo

#965781 Color Hex

#965781
(150,87,129)
0 Favorites   0 Comments

Color spaces of #965781

RGB 15087129
HSL0.890.270.46
HSV320°42°59°
CMYK 0.000.420.14   0.41
XYZ19.948314.885422.5907
Yxy14.88540.34740.2592
Hunter Lab38.581624.7742-7.7090
CIE-Lab45.476832.1523-12.4059

#965781 color RGB value is (150,87,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010111 10000001
Octal 226 127 201
Decimal 150 87 129
Hex 96 57 81

RGB Percentages of Color #965781

%40.98
%23.77
%35.25

CMYK Percentages of Color #965781

%0
%42
%14
%41

Triadic Colors of #965781

#965781 #819657 #578196

Analogous Colors of #965781

#965781 #965762 #8c5796

Monochromatic Colors of #965781

#965781

Complementary Color

#965781 #57966c

#965781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965781 Color CSS Codes

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

#965781 Text Font Color

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

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


#965781 Background Color

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

This div background color is #965781


#965781 Border Color

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

This div border color is #965781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965781


Comments

No comments written yet.

Please login to write comment.