Color Hex Logo

#93379a Color Hex

#93379A
(147,55,154)
0 Favorites   0 Comments

Color spaces of #93379a

RGB 14755154
HSL0.820.470.41
HSV296°64°60°
CMYK 0.050.640.00   0.40
XYZ19.231511.268531.7333
Yxy11.26850.30900.1811
Hunter Lab33.568643.5179-32.5504
CIE-Lab40.029152.0316-35.9997

#93379a color RGB value is (147,55,154).

#93379a hex color red value is 147, green value is 55 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #93379a hue: 0.82 , saturation: 0.47 and the lightness value of 93379a is 0.41.

The process color (four color CMYK) of #93379a color hex is 0.05, 0.64, 0.00, 0.40. Web safe color of #93379a is #993399. Color #93379a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110111 10011010
Octal 223 67 232
Decimal 147 55 154
Hex 93 37 9A

RGB Percentages of Color #93379a

%41.29
%15.45
%43.26

CMYK Percentages of Color #93379a

%5
%64
%0
%40

Triadic Colors of #93379a

#93379a #9a9337 #379a93

Analogous Colors of #93379a

#93379a #9a3770 #62379a

Monochromatic Colors of #93379a

#93379a

Complementary Color

#93379a #3e9a37

#93379a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93379a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93379a Color CSS Codes

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

#93379a Text Font Color

<p style="color:#93379a">Text here</p>

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


#93379a Background Color

<div style="background-color:#93379a">
Div content here</div>

This div background color is #93379a


#93379a Border Color

<div style="border:3px solid #93379a">
Div here</div>

This div border color is #93379a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,55,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93379a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93379a;
  -webkit-box-shadow: 1px 1px 3px 2px #93379a;
  box-shadow:         1px 1px 3px 2px #93379a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93379a


Comments

No comments written yet.

Please login to write comment.