Color Hex Logo

#953357 Color Hex

#953357
(149,51,87)
0 Favorites   0 Comments

Color spaces of #953357

RGB 1495187
HSL0.940.490.39
HSV338°66°58°
CMYK 0.000.660.42   0.42
XYZ15.29869.445310.0336
Yxy9.44530.43990.2716
Hunter Lab30.733235.07192.1566
CIE-Lab36.827944.27620.7463

#953357 color RGB value is (149,51,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110011 01010111
Octal 225 63 127
Decimal 149 51 87
Hex 95 33 57

RGB Percentages of Color #953357

%51.92
%17.77
%30.31

CMYK Percentages of Color #953357

%0
%66
%42
%42

Triadic Colors of #953357

#953357 #579533 #335795

Analogous Colors of #953357

#953357 #954033 #953388

Monochromatic Colors of #953357

#953357

Complementary Color

#953357 #339571

#953357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953357 Color CSS Codes

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

#953357 Text Font Color

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

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


#953357 Background Color

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

This div background color is #953357


#953357 Border Color

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

This div border color is #953357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953357


Comments

No comments written yet.

Please login to write comment.