Color Hex Logo

#957590 Color Hex

#957590
(149,117,144)
0 Favorites   0 Comments

Color spaces of #957590

RGB 149117144
HSL0.860.130.52
HSV309°21°58°
CMYK 0.000.210.03   0.42
XYZ23.789821.125829.2094
Yxy21.12580.32090.2850
Hunter Lab45.962811.9545-5.5049
CIE-Lab53.086917.3158-9.8731

#957590 color RGB value is (149,117,144).

#957590 hex color red value is 149, green value is 117 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #957590 hue: 0.86 , saturation: 0.13 and the lightness value of 957590 is 0.52.

The process color (four color CMYK) of #957590 color hex is 0.00, 0.21, 0.03, 0.42. Web safe color of #957590 is #996699. Color #957590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110101 10010000
Octal 225 165 220
Decimal 149 117 144
Hex 95 75 90

RGB Percentages of Color #957590

%36.34
%28.54
%35.12

CMYK Percentages of Color #957590

%0
%21
%3
%42

Triadic Colors of #957590

#957590 #909575 #759095

Analogous Colors of #957590

#957590 #957580 #8a7595

Monochromatic Colors of #957590

#957590

Complementary Color

#957590 #75957a

#957590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957590 Color CSS Codes

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

#957590 Text Font Color

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

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


#957590 Background Color

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

This div background color is #957590


#957590 Border Color

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

This div border color is #957590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957590


Comments

No comments written yet.

Please login to write comment.