Color Hex Logo

#93325d Color Hex

#93325D
(147,50,93)
0 Favorites   0 Comments

Color spaces of #93325d

RGB 1475093
HSL0.930.490.39
HSV333°66°58°
CMYK 0.000.660.37   0.42
XYZ15.14909.274611.3477
Yxy9.27460.42350.2593
Hunter Lab30.454235.4973-0.7744
CIE-Lab36.507744.7668-3.5889

#93325d color RGB value is (147,50,93).

#93325d hex color red value is 147, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #93325d hue: 0.93 , saturation: 0.49 and the lightness value of 93325d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110010 01011101
Octal 223 62 135
Decimal 147 50 93
Hex 93 32 5D

RGB Percentages of Color #93325d

%50.69
%17.24
%32.07

CMYK Percentages of Color #93325d

%0
%66
%37
%42

Triadic Colors of #93325d

#93325d #5d9332 #325d93

Analogous Colors of #93325d

#93325d #933832 #93328e

Monochromatic Colors of #93325d

#93325d

Complementary Color

#93325d #329368

#93325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93325d Color CSS Codes

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

#93325d Text Font Color

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

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


#93325d Background Color

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

This div background color is #93325d


#93325d Border Color

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

This div border color is #93325d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,50,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93325d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93325d;
  -webkit-box-shadow: 1px 1px 3px 2px #93325d;
  box-shadow:         1px 1px 3px 2px #93325d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93325d


Comments

No comments written yet.

Please login to write comment.