Color Hex Logo

#93407e Color Hex

#93407E
(147,64,126)
0 Favorites   0 Comments

Color spaces of #93407e

RGB 14764126
HSL0.880.390.41
HSV315°56°58°
CMYK 0.000.560.14   0.42
XYZ17.631911.376221.0052
Yxy11.37620.35250.2275
Hunter Lab33.728634.2872-13.3140
CIE-Lab40.207042.8895-18.6544

#93407e color RGB value is (147,64,126).

#93407e hex color red value is 147, green value is 64 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #93407e hue: 0.88 , saturation: 0.39 and the lightness value of 93407e is 0.41.

The process color (four color CMYK) of #93407e color hex is 0.00, 0.56, 0.14, 0.42. Web safe color of #93407e is #993366. Color #93407e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000000 01111110
Octal 223 100 176
Decimal 147 64 126
Hex 93 40 7E

RGB Percentages of Color #93407e

%43.62
%18.99
%37.39

CMYK Percentages of Color #93407e

%0
%56
%14
%42

Triadic Colors of #93407e

#93407e #7e9340 #407e93

Analogous Colors of #93407e

#93407e #934055 #7f4093

Monochromatic Colors of #93407e

#93407e

Complementary Color

#93407e #409355

#93407e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93407e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93407e Color CSS Codes

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

#93407e Text Font Color

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

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


#93407e Background Color

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

This div background color is #93407e


#93407e Border Color

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

This div border color is #93407e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93407e


Comments

No comments written yet.

Please login to write comment.