Color Hex Logo

#95518e Color Hex

#95518E
(149,81,142)
0 Favorites   0 Comments

Color spaces of #95518e

RGB 14981142
HSL0.850.300.45
HSV306°46°58°
CMYK 0.000.460.05   0.42
XYZ20.219314.227427.2717
Yxy14.22740.32760.2305
Hunter Lab37.719229.6758-16.4643
CIE-Lab44.557337.4553-21.6615

#95518e color RGB value is (149,81,142).

#95518e hex color red value is 149, green value is 81 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #95518e hue: 0.85 , saturation: 0.30 and the lightness value of 95518e is 0.45.

The process color (four color CMYK) of #95518e color hex is 0.00, 0.46, 0.05, 0.42. Web safe color of #95518e is #996699. Color #95518e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 10001110
Octal 225 121 216
Decimal 149 81 142
Hex 95 51 8E

RGB Percentages of Color #95518e

%40.05
%21.77
%38.17

CMYK Percentages of Color #95518e

%0
%46
%5
%42

Triadic Colors of #95518e

#95518e #8e9551 #518e95

Analogous Colors of #95518e

#95518e #95516c #7a5195

Monochromatic Colors of #95518e

#95518e

Complementary Color

#95518e #519558

#95518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95518e Color CSS Codes

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

#95518e Text Font Color

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

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


#95518e Background Color

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

This div background color is #95518e


#95518e Border Color

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

This div border color is #95518e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,81,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95518e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95518e;
  -webkit-box-shadow: 1px 1px 3px 2px #95518e;
  box-shadow:         1px 1px 3px 2px #95518e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95518e


Comments

No comments written yet.

Please login to write comment.