Color Hex Logo

#93395f Color Hex

#93395F
(147,57,95)
0 Favorites   0 Comments

Color spaces of #93395f

RGB 1475795
HSL0.930.440.40
HSV335°61°58°
CMYK 0.000.610.35   0.42
XYZ15.56139.955511.9279
Yxy9.95550.41560.2659
Hunter Lab31.552332.8178-0.3271
CIE-Lab37.762441.7959-3.0030

#93395f color RGB value is (147,57,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111001 01011111
Octal 223 71 137
Decimal 147 57 95
Hex 93 39 5F

RGB Percentages of Color #93395f

%49.16
%19.06
%31.77

CMYK Percentages of Color #93395f

%0
%61
%35
%42

Triadic Colors of #93395f

#93395f #5f9339 #395f93

Analogous Colors of #93395f

#93395f #934039 #93398c

Monochromatic Colors of #93395f

#93395f

Complementary Color

#93395f #39936d

#93395f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93395f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93395f Color CSS Codes

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

#93395f Text Font Color

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

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


#93395f Background Color

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

This div background color is #93395f


#93395f Border Color

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

This div border color is #93395f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93395f


Comments

No comments written yet.

Please login to write comment.