Color Hex Logo

#953857 Color Hex

#953857
(149,56,87)
0 Favorites   0 Comments

Color spaces of #953857

RGB 1495687
HSL0.940.450.40
HSV340°62°58°
CMYK 0.000.620.42   0.42
XYZ15.52899.906010.1104
Yxy9.90600.43690.2787
Hunter Lab31.473832.99122.9858
CIE-Lab37.673241.99061.9738

#953857 color RGB value is (149,56,87).

#953857 hex color red value is 149, green value is 56 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #953857 hue: 0.94 , saturation: 0.45 and the lightness value of 953857 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 01010111
Octal 225 70 127
Decimal 149 56 87
Hex 95 38 57

RGB Percentages of Color #953857

%51.03
%19.18
%29.79

CMYK Percentages of Color #953857

%0
%62
%42
%42

Triadic Colors of #953857

#953857 #579538 #385795

Analogous Colors of #953857

#953857 #954838 #953886

Monochromatic Colors of #953857

#953857

Complementary Color

#953857 #389576

#953857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953857 Color CSS Codes

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

#953857 Text Font Color

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

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


#953857 Background Color

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

This div background color is #953857


#953857 Border Color

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

This div border color is #953857


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,56,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #953857; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #953857;
  -webkit-box-shadow: 1px 1px 3px 2px #953857;
  box-shadow:         1px 1px 3px 2px #953857; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953857


Comments

No comments written yet.

Please login to write comment.