Color Hex Logo

#957389 Color Hex

#957389
(149,115,137)
0 Favorites   0 Comments

Color spaces of #957389

RGB 149115137
HSL0.890.140.52
HSV321°23°58°
CMYK 0.000.230.08   0.42
XYZ23.040520.457226.4012
Yxy20.45720.32960.2927
Hunter Lab45.229611.7781-2.9477
CIE-Lab52.350217.1474-6.8695

#957389 color RGB value is (149,115,137).

#957389 hex color red value is 149, green value is 115 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #957389 hue: 0.89 , saturation: 0.14 and the lightness value of 957389 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110011 10001001
Octal 225 163 211
Decimal 149 115 137
Hex 95 73 89

RGB Percentages of Color #957389

%37.16
%28.68
%34.16

CMYK Percentages of Color #957389

%0
%23
%8
%42

Triadic Colors of #957389

#957389 #899573 #738995

Analogous Colors of #957389

#957389 #957378 #907395

Monochromatic Colors of #957389

#957389

Complementary Color

#957389 #73957f

#957389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957389 Color CSS Codes

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

#957389 Text Font Color

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

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


#957389 Background Color

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

This div background color is #957389


#957389 Border Color

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

This div border color is #957389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957389


Comments

No comments written yet.

Please login to write comment.