Color Hex Logo

#955672 Color Hex

#955672
(149,86,114)
0 Favorites   0 Comments

Color spaces of #955672

RGB 14986114
HSL0.930.270.46
HSV333°42°58°
CMYK 0.000.420.23   0.42
XYZ18.759514.260017.6833
Yxy14.26000.37000.2812
Hunter Lab37.762422.5905-1.3305
CIE-Lab44.603529.8927-4.6295

#955672 color RGB value is (149,86,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 01110010
Octal 225 126 162
Decimal 149 86 114
Hex 95 56 72

RGB Percentages of Color #955672

%42.69
%24.64
%32.66

CMYK Percentages of Color #955672

%0
%42
%23
%42

Triadic Colors of #955672

#955672 #729556 #567295

Analogous Colors of #955672

#955672 #955a56 #955692

Monochromatic Colors of #955672

#955672

Complementary Color

#955672 #569579

#955672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955672 Color CSS Codes

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

#955672 Text Font Color

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

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


#955672 Background Color

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

This div background color is #955672


#955672 Border Color

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

This div border color is #955672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955672


Comments

No comments written yet.

Please login to write comment.