Color Hex Logo

#95396c Color Hex

#95396C
(149,57,108)
0 Favorites   0 Comments

Color spaces of #95396c

RGB 14957108
HSL0.910.450.40
HSV327°62°58°
CMYK 0.000.620.28   0.42
XYZ16.564310.398515.3214
Yxy10.39850.39170.2459
Hunter Lab32.246735.2591-5.5978
CIE-Lab38.548344.1632-9.9773

#95396c color RGB value is (149,57,108).

#95396c hex color red value is 149, green value is 57 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #95396c hue: 0.91 , saturation: 0.45 and the lightness value of 95396c is 0.40.

The process color (four color CMYK) of #95396c color hex is 0.00, 0.62, 0.28, 0.42. Web safe color of #95396c is #993366. Color #95396c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111001 01101100
Octal 225 71 154
Decimal 149 57 108
Hex 95 39 6C

RGB Percentages of Color #95396c

%47.45
%18.15
%34.39

CMYK Percentages of Color #95396c

%0
%62
%28
%42

Triadic Colors of #95396c

#95396c #6c9539 #396c95

Analogous Colors of #95396c

#95396c #95393e #903995

Monochromatic Colors of #95396c

#95396c

Complementary Color

#95396c #399562

#95396c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95396c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95396c Color CSS Codes

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

#95396c Text Font Color

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

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


#95396c Background Color

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

This div background color is #95396c


#95396c Border Color

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

This div border color is #95396c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,57,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95396c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95396c;
  -webkit-box-shadow: 1px 1px 3px 2px #95396c;
  box-shadow:         1px 1px 3px 2px #95396c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95396c


Comments

No comments written yet.

Please login to write comment.