Color Hex Logo

#95325e Color Hex

#95325E
(149,50,94)
0 Favorites   0 Comments

Color spaces of #95325e

RGB 1495094
HSL0.930.500.39
HSV333°66°58°
CMYK 0.000.660.37   0.42
XYZ15.55549.478911.5994
Yxy9.47890.42460.2587
Hunter Lab30.787836.3076-0.7862
CIE-Lab36.890545.5199-3.6198

#95325e color RGB value is (149,50,94).

#95325e hex color red value is 149, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #95325e hue: 0.93 , saturation: 0.50 and the lightness value of 95325e is 0.39.

The process color (four color CMYK) of #95325e color hex is 0.00, 0.66, 0.37, 0.42. Web safe color of #95325e is #993366. Color #95325e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110010 01011110
Octal 225 62 136
Decimal 149 50 94
Hex 95 32 5E

RGB Percentages of Color #95325e

%50.85
%17.06
%32.08

CMYK Percentages of Color #95325e

%0
%66
%37
%42

Triadic Colors of #95325e

#95325e #5e9532 #325e95

Analogous Colors of #95325e

#95325e #953832 #953290

Monochromatic Colors of #95325e

#95325e

Complementary Color

#95325e #329569

#95325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95325e Color CSS Codes

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

#95325e Text Font Color

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

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


#95325e Background Color

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

This div background color is #95325e


#95325e Border Color

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

This div border color is #95325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95325e


Comments

No comments written yet.

Please login to write comment.