Color Hex Logo

#955674 Color Hex

#955674
(149,86,116)
0 Favorites   0 Comments

Color spaces of #955674

RGB 14986116
HSL0.920.270.46
HSV331°42°58°
CMYK 0.000.420.22   0.42
XYZ18.874614.306118.2895
Yxy14.30610.36670.2779
Hunter Lab37.823422.8839-2.1933
CIE-Lab44.668830.2057-5.7499

#955674 color RGB value is (149,86,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 01110100
Octal 225 126 164
Decimal 149 86 116
Hex 95 56 74

RGB Percentages of Color #955674

%42.45
%24.50
%33.05

CMYK Percentages of Color #955674

%0
%42
%22
%42

Triadic Colors of #955674

#955674 #749556 #567495

Analogous Colors of #955674

#955674 #955856 #955694

Monochromatic Colors of #955674

#955674

Complementary Color

#955674 #569577

#955674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955674 Color CSS Codes

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

#955674 Text Font Color

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

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


#955674 Background Color

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

This div background color is #955674


#955674 Border Color

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

This div border color is #955674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955674


Comments

No comments written yet.

Please login to write comment.