Color Hex Logo

#95637b Color Hex

#95637B
(149,99,123)
0 Favorites   0 Comments

Color spaces of #95637b

RGB 14999123
HSL0.920.200.49
HSV331°34°58°
CMYK 0.000.340.17   0.42
XYZ20.431416.743320.8938
Yxy16.74330.35180.2883
Hunter Lab40.918617.5208-1.6316
CIE-Lab47.935023.9365-5.1257

#95637b color RGB value is (149,99,123).

#95637b hex color red value is 149, green value is 99 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #95637b hue: 0.92 , saturation: 0.20 and the lightness value of 95637b is 0.49.

The process color (four color CMYK) of #95637b color hex is 0.00, 0.34, 0.17, 0.42. Web safe color of #95637b is #996666. Color #95637b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100011 01111011
Octal 225 143 173
Decimal 149 99 123
Hex 95 63 7B

RGB Percentages of Color #95637b

%40.16
%26.68
%33.15

CMYK Percentages of Color #95637b

%0
%34
%17
%42

Triadic Colors of #95637b

#95637b #7b9563 #637b95

Analogous Colors of #95637b

#95637b #956463 #956394

Monochromatic Colors of #95637b

#95637b

Complementary Color

#95637b #63957d

#95637b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95637b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95637b Color CSS Codes

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

#95637b Text Font Color

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

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


#95637b Background Color

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

This div background color is #95637b


#95637b Border Color

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

This div border color is #95637b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,99,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95637b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95637b;
  -webkit-box-shadow: 1px 1px 3px 2px #95637b;
  box-shadow:         1px 1px 3px 2px #95637b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95637b


Comments

No comments written yet.

Please login to write comment.