Color Hex Logo

#965369 Color Hex

#965369
(150,83,105)
0 Favorites   0 Comments

Color spaces of #965369

RGB 15083105
HSL0.950.290.46
HSV340°45°59°
CMYK 0.000.450.30   0.41
XYZ18.220713.690515.0468
Yxy13.69050.38800.2915
Hunter Lab37.000723.14981.7894
CIE-Lab43.785830.6034-0.3221

#965369 color RGB value is (150,83,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010011 01101001
Octal 226 123 151
Decimal 150 83 105
Hex 96 53 69

RGB Percentages of Color #965369

%44.38
%24.56
%31.07

CMYK Percentages of Color #965369

%0
%45
%30
%41

Triadic Colors of #965369

#965369 #699653 #536996

Analogous Colors of #965369

#965369 #965f53 #96538b

Monochromatic Colors of #965369

#965369

Complementary Color

#965369 #539680

#965369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965369 Color CSS Codes

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

#965369 Text Font Color

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

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


#965369 Background Color

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

This div background color is #965369


#965369 Border Color

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

This div border color is #965369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965369


Comments

No comments written yet.

Please login to write comment.