Color Hex Logo

#95375a Color Hex

#95375A
(149,55,90)
0 Favorites   0 Comments

Color spaces of #95375a

RGB 1495590
HSL0.940.460.40
HSV338°63°58°
CMYK 0.000.630.40   0.42
XYZ15.60619.860110.7535
Yxy9.86010.43090.2722
Hunter Lab31.400833.76261.6761
CIE-Lab37.590242.8007-0.0503

#95375a color RGB value is (149,55,90).

#95375a hex color red value is 149, green value is 55 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #95375a hue: 0.94 , saturation: 0.46 and the lightness value of 95375a is 0.40.

The process color (four color CMYK) of #95375a color hex is 0.00, 0.63, 0.40, 0.42. Web safe color of #95375a is #993366. Color #95375a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110111 01011010
Octal 225 67 132
Decimal 149 55 90
Hex 95 37 5A

RGB Percentages of Color #95375a

%50.68
%18.71
%30.61

CMYK Percentages of Color #95375a

%0
%63
%40
%42

Triadic Colors of #95375a

#95375a #5a9537 #375a95

Analogous Colors of #95375a

#95375a #954337 #953789

Monochromatic Colors of #95375a

#95375a

Complementary Color

#95375a #379572

#95375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95375a Color CSS Codes

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

#95375a Text Font Color

<p style="color:#95375a">Text here</p>

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


#95375a Background Color

<div style="background-color:#95375a">
Div content here</div>

This div background color is #95375a


#95375a Border Color

<div style="border:3px solid #95375a">
Div here</div>

This div border color is #95375a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,55,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95375a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95375a;
  -webkit-box-shadow: 1px 1px 3px 2px #95375a;
  box-shadow:         1px 1px 3px 2px #95375a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95375a


Comments

No comments written yet.

Please login to write comment.