Color Hex Logo

#93536e Color Hex

#93536E
(147,83,110)
0 Favorites   0 Comments

Color spaces of #93536e

RGB 14783110
HSL0.930.280.45
HSV335°44°58°
CMYK 0.000.440.25   0.42
XYZ17.940413.515316.4150
Yxy13.51530.37480.2823
Hunter Lab36.763222.7724-0.7392
CIE-Lab43.529630.2213-3.8073

#93536e color RGB value is (147,83,110).

#93536e hex color red value is 147, green value is 83 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #93536e hue: 0.93 , saturation: 0.28 and the lightness value of 93536e is 0.45.

The process color (four color CMYK) of #93536e color hex is 0.00, 0.44, 0.25, 0.42. Web safe color of #93536e is #996666. Color #93536e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010011 01101110
Octal 223 123 156
Decimal 147 83 110
Hex 93 53 6E

RGB Percentages of Color #93536e

%43.24
%24.41
%32.35

CMYK Percentages of Color #93536e

%0
%44
%25
%42

Triadic Colors of #93536e

#93536e #6e9353 #536e93

Analogous Colors of #93536e

#93536e #935853 #93538e

Monochromatic Colors of #93536e

#93536e

Complementary Color

#93536e #539378

#93536e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93536e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93536e Color CSS Codes

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

#93536e Text Font Color

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

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


#93536e Background Color

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

This div background color is #93536e


#93536e Border Color

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

This div border color is #93536e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,83,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93536e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93536e;
  -webkit-box-shadow: 1px 1px 3px 2px #93536e;
  box-shadow:         1px 1px 3px 2px #93536e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,83,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93536e


Comments

No comments written yet.

Please login to write comment.