Color Hex Logo

#93348d Color Hex

#93348D
(147,52,141)
0 Favorites   0 Comments

Color spaces of #93348d

RGB 14752141
HSL0.840.480.39
HSV304°65°58°
CMYK 0.000.650.04   0.42
XYZ18.068310.582126.2895
Yxy10.58210.32890.1926
Hunter Lab32.530142.2170-25.1446
CIE-Lab38.867550.9967-29.9395

#93348d color RGB value is (147,52,141).

#93348d hex color red value is 147, green value is 52 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #93348d hue: 0.84 , saturation: 0.48 and the lightness value of 93348d is 0.39.

The process color (four color CMYK) of #93348d color hex is 0.00, 0.65, 0.04, 0.42. Web safe color of #93348d is #993399. Color #93348d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110100 10001101
Octal 223 64 215
Decimal 147 52 141
Hex 93 34 8D

RGB Percentages of Color #93348d

%43.24
%15.29
%41.47

CMYK Percentages of Color #93348d

%0
%65
%4
%42

Triadic Colors of #93348d

#93348d #8d9334 #348d93

Analogous Colors of #93348d

#93348d #93345e #6a3493

Monochromatic Colors of #93348d

#93348d

Complementary Color

#93348d #34933a

#93348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93348d Color CSS Codes

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

#93348d Text Font Color

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

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


#93348d Background Color

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

This div background color is #93348d


#93348d Border Color

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

This div border color is #93348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93348d


Comments

No comments written yet.

Please login to write comment.