Color Hex Logo

#93487e Color Hex

#93487E
(147,72,126)
0 Favorites   0 Comments

Color spaces of #93487e

RGB 14772126
HSL0.880.340.43
HSV317°51°58°
CMYK 0.000.510.14   0.42
XYZ18.115912.344121.1665
Yxy12.34410.35090.2391
Hunter Lab35.134230.5535-11.1252
CIE-Lab41.757938.7905-16.2756

#93487e color RGB value is (147,72,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01001000 01111110
Octal 223 110 176
Decimal 147 72 126
Hex 93 48 7E

RGB Percentages of Color #93487e

%42.61
%20.87
%36.52

CMYK Percentages of Color #93487e

%0
%51
%14
%42

Triadic Colors of #93487e

#93487e #7e9348 #487e93

Analogous Colors of #93487e

#93487e #934858 #834893

Monochromatic Colors of #93487e

#93487e

Complementary Color

#93487e #48935d

#93487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93487e Color CSS Codes

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

#93487e Text Font Color

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

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


#93487e Background Color

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

This div background color is #93487e


#93487e Border Color

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

This div border color is #93487e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,72,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 #93487e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93487e


Comments

No comments written yet.

Please login to write comment.