Color Hex Logo

#955964 Color Hex

#955964
(149,89,100)
0 Favorites   0 Comments

Color spaces of #955964

RGB 14989100
HSL0.970.250.47
HSV349°40°58°
CMYK 0.000.400.33   0.42
XYZ18.267114.454413.8838
Yxy14.45440.39200.3101
Hunter Lab38.018919.23144.9617
CIE-Lab44.877726.14144.2963

#955964 color RGB value is (149,89,100).

#955964 hex color red value is 149, green value is 89 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #955964 hue: 0.97 , saturation: 0.25 and the lightness value of 955964 is 0.47.

The process color (four color CMYK) of #955964 color hex is 0.00, 0.40, 0.33, 0.42. Web safe color of #955964 is #996666. Color #955964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011001 01100100
Octal 225 131 144
Decimal 149 89 100
Hex 95 59 64

RGB Percentages of Color #955964

%44.08
%26.33
%29.59

CMYK Percentages of Color #955964

%0
%40
%33
%42

Triadic Colors of #955964

#955964 #649559 #596495

Analogous Colors of #955964

#955964 #956c59 #955982

Monochromatic Colors of #955964

#955964

Complementary Color

#955964 #59958a

#955964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955964 Color CSS Codes

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

#955964 Text Font Color

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

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


#955964 Background Color

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

This div background color is #955964


#955964 Border Color

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

This div border color is #955964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955964


Comments

No comments written yet.

Please login to write comment.