Color Hex Logo

#93476e Color Hex

#93476E
(147,71,110)
0 Favorites   0 Comments

Color spaces of #93476e

RGB 14771110
HSL0.910.350.43
HSV329°52°58°
CMYK 0.000.520.25   0.42
XYZ17.100311.835316.1350
Yxy11.83530.37940.2626
Hunter Lab34.402528.5220-3.7257
CIE-Lab40.953136.7782-7.6408

#93476e color RGB value is (147,71,110).

#93476e hex color red value is 147, green value is 71 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #93476e hue: 0.91 , saturation: 0.35 and the lightness value of 93476e is 0.43.

The process color (four color CMYK) of #93476e color hex is 0.00, 0.52, 0.25, 0.42. Web safe color of #93476e is #993366. Color #93476e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000111 01101110
Octal 223 107 156
Decimal 147 71 110
Hex 93 47 6E

RGB Percentages of Color #93476e

%44.82
%21.65
%33.54

CMYK Percentages of Color #93476e

%0
%52
%25
%42

Triadic Colors of #93476e

#93476e #6e9347 #476e93

Analogous Colors of #93476e

#93476e #934748 #924793

Monochromatic Colors of #93476e

#93476e

Complementary Color

#93476e #47936c

#93476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93476e Color CSS Codes

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

#93476e Text Font Color

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

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


#93476e Background Color

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

This div background color is #93476e


#93476e Border Color

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

This div border color is #93476e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,71,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 #93476e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93476e


Comments

No comments written yet.

Please login to write comment.