Color Hex Logo

#95507b Color Hex

#95507B
(149,80,123)
0 Favorites   0 Comments

Color spaces of #95507b

RGB 14980123
HSL0.900.300.45
HSV323°46°58°
CMYK 0.000.460.17   0.42
XYZ18.838213.556920.3628
Yxy13.55690.35710.2570
Hunter Lab36.819726.8922-7.0160
CIE-Lab43.590634.6651-11.6302

#95507b color RGB value is (149,80,123).

#95507b hex color red value is 149, green value is 80 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #95507b hue: 0.90 , saturation: 0.30 and the lightness value of 95507b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010000 01111011
Octal 225 120 173
Decimal 149 80 123
Hex 95 50 7B

RGB Percentages of Color #95507b

%42.33
%22.73
%34.94

CMYK Percentages of Color #95507b

%0
%46
%17
%42

Triadic Colors of #95507b

#95507b #7b9550 #507b95

Analogous Colors of #95507b

#95507b #955059 #8d5095

Monochromatic Colors of #95507b

#95507b

Complementary Color

#95507b #50956a

#95507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95507b Color CSS Codes

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

#95507b Text Font Color

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

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


#95507b Background Color

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

This div background color is #95507b


#95507b Border Color

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

This div border color is #95507b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,80,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 #95507b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95507b


Comments

No comments written yet.

Please login to write comment.