Color Hex Logo

#965871 Color Hex

#965871
(150,88,113)
0 Favorites   0 Comments

Color spaces of #965871

RGB 15088113
HSL0.930.260.47
HSV336°41°59°
CMYK 0.000.410.25   0.41
XYZ19.048014.655717.4477
Yxy14.65570.37240.2865
Hunter Lab38.282821.8198-0.2240
CIE-Lab45.159028.9833-3.1851

#965871 color RGB value is (150,88,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011000 01110001
Octal 226 130 161
Decimal 150 88 113
Hex 96 58 71

RGB Percentages of Color #965871

%42.74
%25.07
%32.19

CMYK Percentages of Color #965871

%0
%41
%25
%41

Triadic Colors of #965871

#965871 #719658 #587196

Analogous Colors of #965871

#965871 #965e58 #965890

Monochromatic Colors of #965871

#965871

Complementary Color

#965871 #58967d

#965871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965871 Color CSS Codes

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

#965871 Text Font Color

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

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


#965871 Background Color

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

This div background color is #965871


#965871 Border Color

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

This div border color is #965871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965871


Comments

No comments written yet.

Please login to write comment.