Color Hex Logo

#93489d Color Hex

#93489D
(147,72,157)
0 Favorites   0 Comments

Color spaces of #93489d

RGB 14772157
HSL0.810.370.45
HSV293°54°62°
CMYK 0.060.540.00   0.38
XYZ20.435813.272133.3830
Yxy13.27210.30460.1978
Hunter Lab36.430936.3750-28.8280
CIE-Lab43.170444.4949-32.8427

#93489d color RGB value is (147,72,157).

#93489d hex color red value is 147, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #93489d hue: 0.81 , saturation: 0.37 and the lightness value of 93489d is 0.45.

The process color (four color CMYK) of #93489d color hex is 0.06, 0.54, 0.00, 0.38. Web safe color of #93489d is #993399. Color #93489d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01001000 10011101
Octal 223 110 235
Decimal 147 72 157
Hex 93 48 9D

RGB Percentages of Color #93489d

%39.10
%19.15
%41.76

CMYK Percentages of Color #93489d

%6
%54
%0
%38

Triadic Colors of #93489d

#93489d #9d9348 #489d93

Analogous Colors of #93489d

#93489d #9d487d #69489d

Monochromatic Colors of #93489d

#93489d

Complementary Color

#93489d #529d48

#93489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93489d Color CSS Codes

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

#93489d Text Font Color

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

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


#93489d Background Color

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

This div background color is #93489d


#93489d Border Color

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

This div border color is #93489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93489d


Comments

No comments written yet.

Please login to write comment.