Color Hex Logo

#95316c Color Hex

#95316C
(149,49,108)
0 Favorites   0 Comments

Color spaces of #95316c

RGB 14949108
HSL0.900.510.39
HSV325°67°58°
CMYK 0.000.670.28   0.42
XYZ16.19959.668915.1998
Yxy9.66890.39450.2354
Hunter Lab31.094938.5772-7.2158
CIE-Lab37.241547.7306-11.9546

#95316c color RGB value is (149,49,108).

#95316c hex color red value is 149, green value is 49 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #95316c hue: 0.90 , saturation: 0.51 and the lightness value of 95316c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110001 01101100
Octal 225 61 154
Decimal 149 49 108
Hex 95 31 6C

RGB Percentages of Color #95316c

%48.69
%16.01
%35.29

CMYK Percentages of Color #95316c

%0
%67
%28
%42

Triadic Colors of #95316c

#95316c #6c9531 #316c95

Analogous Colors of #95316c

#95316c #95313a #8c3195

Monochromatic Colors of #95316c

#95316c

Complementary Color

#95316c #31955a

#95316c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95316c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95316c Color CSS Codes

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

#95316c Text Font Color

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

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


#95316c Background Color

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

This div background color is #95316c


#95316c Border Color

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

This div border color is #95316c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95316c


Comments

No comments written yet.

Please login to write comment.