Color Hex Logo

#955764 Color Hex

#955764
(149,87,100)
0 Favorites   0 Comments

Color spaces of #955764

RGB 14987100
HSL0.970.260.46
HSV347°42°58°
CMYK 0.000.420.33   0.42
XYZ18.102914.126113.8291
Yxy14.12610.39300.3067
Hunter Lab37.584720.20244.4938
CIE-Lab44.413227.27613.6279

#955764 color RGB value is (149,87,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 01100100
Octal 225 127 144
Decimal 149 87 100
Hex 95 57 64

RGB Percentages of Color #955764

%44.35
%25.89
%29.76

CMYK Percentages of Color #955764

%0
%42
%33
%42

Triadic Colors of #955764

#955764 #649557 #576495

Analogous Colors of #955764

#955764 #956957 #955783

Monochromatic Colors of #955764

#955764

Complementary Color

#955764 #579588

#955764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955764 Color CSS Codes

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

#955764 Text Font Color

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

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


#955764 Background Color

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

This div background color is #955764


#955764 Border Color

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

This div border color is #955764


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,87,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 #955764">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955764


Comments

No comments written yet.

Please login to write comment.