Color Hex Logo

#965968 Color Hex

#965968
(150,89,104)
0 Favorites   0 Comments

Color spaces of #965968

RGB 15089104
HSL0.960.260.47
HSV345°41°59°
CMYK 0.000.410.31   0.41
XYZ18.648714.628314.9373
Yxy14.62830.38680.3034
Hunter Lab38.247020.10203.6172
CIE-Lab45.120827.08872.2312

#965968 color RGB value is (150,89,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 01101000
Octal 226 131 150
Decimal 150 89 104
Hex 96 59 68

RGB Percentages of Color #965968

%43.73
%25.95
%30.32

CMYK Percentages of Color #965968

%0
%41
%31
%41

Triadic Colors of #965968

#965968 #689659 #596896

Analogous Colors of #965968

#965968 #966959 #965987

Monochromatic Colors of #965968

#965968

Complementary Color

#965968 #599687

#965968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965968 Color CSS Codes

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

#965968 Text Font Color

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

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


#965968 Background Color

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

This div background color is #965968


#965968 Border Color

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

This div border color is #965968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965968


Comments

No comments written yet.

Please login to write comment.