Color Hex Logo

#955676 Color Hex

#955676
(149,86,118)
0 Favorites   0 Comments

Color spaces of #955676

RGB 14986118
HSL0.920.270.46
HSV330°42°58°
CMYK 0.000.420.21   0.42
XYZ18.992214.353118.9090
Yxy14.35310.36350.2747
Hunter Lab37.885523.1834-3.0724
CIE-Lab44.735130.5242-6.8677

#955676 color RGB value is (149,86,118).

#955676 hex color red value is 149, green value is 86 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #955676 hue: 0.92 , saturation: 0.27 and the lightness value of 955676 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 01110110
Octal 225 126 166
Decimal 149 86 118
Hex 95 56 76

RGB Percentages of Color #955676

%42.21
%24.36
%33.43

CMYK Percentages of Color #955676

%0
%42
%21
%42

Triadic Colors of #955676

#955676 #769556 #567695

Analogous Colors of #955676

#955676 #955656 #955695

Monochromatic Colors of #955676

#955676

Complementary Color

#955676 #569575

#955676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955676 Color CSS Codes

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

#955676 Text Font Color

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

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


#955676 Background Color

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

This div background color is #955676


#955676 Border Color

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

This div border color is #955676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955676


Comments

No comments written yet.

Please login to write comment.