Color Hex Logo

#93487b Color Hex

#93487B
(147,72,123)
0 Favorites   0 Comments

Color spaces of #93487b

RGB 14772123
HSL0.890.340.43
HSV319°51°58°
CMYK 0.000.510.16   0.42
XYZ17.925112.267820.1621
Yxy12.26780.35600.2436
Hunter Lab35.025430.0572-9.6120
CIE-Lab41.638638.2907-14.6188

#93487b color RGB value is (147,72,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01001000 01111011
Octal 223 110 173
Decimal 147 72 123
Hex 93 48 7B

RGB Percentages of Color #93487b

%42.98
%21.05
%35.96

CMYK Percentages of Color #93487b

%0
%51
%16
%42

Triadic Colors of #93487b

#93487b #7b9348 #487b93

Analogous Colors of #93487b

#93487b #934856 #864893

Monochromatic Colors of #93487b

#93487b

Complementary Color

#93487b #489360

#93487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93487b Color CSS Codes

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

#93487b Text Font Color

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

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


#93487b Background Color

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

This div background color is #93487b


#93487b Border Color

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

This div border color is #93487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93487b


Comments

No comments written yet.

Please login to write comment.