Color Hex Logo

#965375 Color Hex

#965375
(150,83,117)
0 Favorites   0 Comments

Color spaces of #965375

RGB 15083117
HSL0.920.290.46
HSV330°45°59°
CMYK 0.000.450.22   0.41
XYZ18.881813.954918.5280
Yxy13.95490.36760.2717
Hunter Lab37.356324.8498-3.2573
CIE-Lab44.168232.4004-7.0906

#965375 color RGB value is (150,83,117).

#965375 hex color red value is 150, green value is 83 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #965375 hue: 0.92 , saturation: 0.29 and the lightness value of 965375 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010011 01110101
Octal 226 123 165
Decimal 150 83 117
Hex 96 53 75

RGB Percentages of Color #965375

%42.86
%23.71
%33.43

CMYK Percentages of Color #965375

%0
%45
%22
%41

Triadic Colors of #965375

#965375 #759653 #537596

Analogous Colors of #965375

#965375 #965354 #965396

Monochromatic Colors of #965375

#965375

Complementary Color

#965375 #539674

#965375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965375 Color CSS Codes

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

#965375 Text Font Color

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

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


#965375 Background Color

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

This div background color is #965375


#965375 Border Color

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

This div border color is #965375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965375


Comments

No comments written yet.

Please login to write comment.