Color Hex Logo

#93395d Color Hex

#93395D
(147,57,93)
0 Favorites   0 Comments

Color spaces of #93395d

RGB 1475793
HSL0.930.440.40
HSV336°61°58°
CMYK 0.000.610.37   0.42
XYZ15.47159.919611.4552
Yxy9.91960.41990.2692
Hunter Lab31.495432.56770.4824
CIE-Lab37.697741.5476-1.8334

#93395d color RGB value is (147,57,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111001 01011101
Octal 223 71 135
Decimal 147 57 93
Hex 93 39 5D

RGB Percentages of Color #93395d

%49.49
%19.19
%31.31

CMYK Percentages of Color #93395d

%0
%61
%37
%42

Triadic Colors of #93395d

#93395d #5d9339 #395d93

Analogous Colors of #93395d

#93395d #934239 #93398a

Monochromatic Colors of #93395d

#93395d

Complementary Color

#93395d #39936f

#93395d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93395d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93395d Color CSS Codes

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

#93395d Text Font Color

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

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


#93395d Background Color

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

This div background color is #93395d


#93395d Border Color

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

This div border color is #93395d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93395d


Comments

No comments written yet.

Please login to write comment.