Color Hex Logo

#93399e Color Hex

#93399E
(147,57,158)
0 Favorites   0 Comments

Color spaces of #93399e

RGB 14757158
HSL0.820.470.42
HSV293°64°62°
CMYK 0.070.640.00   0.38
XYZ19.667311.597933.5498
Yxy11.59790.30340.1789
Hunter Lab34.055743.4870-34.5703
CIE-Lab40.569851.9016-37.5507

#93399e color RGB value is (147,57,158).

#93399e hex color red value is 147, green value is 57 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #93399e hue: 0.82 , saturation: 0.47 and the lightness value of 93399e is 0.42.

The process color (four color CMYK) of #93399e color hex is 0.07, 0.64, 0.00, 0.38. Web safe color of #93399e is #993399. Color #93399e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111001 10011110
Octal 223 71 236
Decimal 147 57 158
Hex 93 39 9E

RGB Percentages of Color #93399e

%40.61
%15.75
%43.65

CMYK Percentages of Color #93399e

%7
%64
%0
%38

Triadic Colors of #93399e

#93399e #9e9339 #399e93

Analogous Colors of #93399e

#93399e #9e3977 #60399e

Monochromatic Colors of #93399e

#93399e

Complementary Color

#93399e #449e39

#93399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93399e Color CSS Codes

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

#93399e Text Font Color

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

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


#93399e Background Color

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

This div background color is #93399e


#93399e Border Color

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

This div border color is #93399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93399e


Comments

No comments written yet.

Please login to write comment.