Color Hex Logo

#93478e Color Hex

#93478E
(147,71,142)
0 Favorites   0 Comments

Color spaces of #93478e

RGB 14771142
HSL0.840.350.43
HSV304°52°58°
CMYK 0.000.520.03   0.42
XYZ19.168312.662527.0250
Yxy12.66250.32570.2151
Hunter Lab35.584433.8801-20.1194
CIE-Lab42.250342.1356-25.2579

#93478e color RGB value is (147,71,142).

#93478e hex color red value is 147, green value is 71 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #93478e hue: 0.84 , saturation: 0.35 and the lightness value of 93478e is 0.43.

The process color (four color CMYK) of #93478e color hex is 0.00, 0.52, 0.03, 0.42. Web safe color of #93478e is #993399. Color #93478e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000111 10001110
Octal 223 107 216
Decimal 147 71 142
Hex 93 47 8E

RGB Percentages of Color #93478e

%40.83
%19.72
%39.44

CMYK Percentages of Color #93478e

%0
%52
%3
%42

Triadic Colors of #93478e

#93478e #8e9347 #478e93

Analogous Colors of #93478e

#93478e #934768 #724793

Monochromatic Colors of #93478e

#93478e

Complementary Color

#93478e #47934c

#93478e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93478e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93478e Color CSS Codes

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

#93478e Text Font Color

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

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


#93478e Background Color

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

This div background color is #93478e


#93478e Border Color

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

This div border color is #93478e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93478e


Comments

No comments written yet.

Please login to write comment.