Color Hex Logo

#95657c Color Hex

#95657C
(149,101,124)
0 Favorites   0 Comments

Color spaces of #95657c

RGB 149101124
HSL0.920.190.49
HSV331°32°58°
CMYK 0.000.320.17   0.42
XYZ20.686217.152221.2892
Yxy17.15220.34990.2901
Hunter Lab41.415216.6811-1.4870
CIE-Lab48.451222.9511-4.9587

#95657c color RGB value is (149,101,124).

#95657c hex color red value is 149, green value is 101 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #95657c hue: 0.92 , saturation: 0.19 and the lightness value of 95657c is 0.49.

The process color (four color CMYK) of #95657c color hex is 0.00, 0.32, 0.17, 0.42. Web safe color of #95657c is #996666. Color #95657c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100101 01111100
Octal 225 145 174
Decimal 149 101 124
Hex 95 65 7C

RGB Percentages of Color #95657c

%39.84
%27.01
%33.16

CMYK Percentages of Color #95657c

%0
%32
%17
%42

Triadic Colors of #95657c

#95657c #7c9565 #657c95

Analogous Colors of #95657c

#95657c #956665 #956594

Monochromatic Colors of #95657c

#95657c

Complementary Color

#95657c #65957e

#95657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95657c Color CSS Codes

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

#95657c Text Font Color

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

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


#95657c Background Color

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

This div background color is #95657c


#95657c Border Color

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

This div border color is #95657c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,101,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95657c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95657c;
  -webkit-box-shadow: 1px 1px 3px 2px #95657c;
  box-shadow:         1px 1px 3px 2px #95657c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95657c


Comments

No comments written yet.

Please login to write comment.