Color Hex Logo

#93537c Color Hex

#93537C
(147,83,124)
0 Favorites   0 Comments

Color spaces of #93537c

RGB 14783124
HSL0.890.280.45
HSV322°44°58°
CMYK 0.000.440.16   0.42
XYZ18.764013.844820.7521
Yxy13.84480.35160.2595
Hunter Lab37.208624.9011-7.0214
CIE-Lab44.009532.4763-11.6323

#93537c color RGB value is (147,83,124).

#93537c hex color red value is 147, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #93537c hue: 0.89 , saturation: 0.28 and the lightness value of 93537c is 0.45.

The process color (four color CMYK) of #93537c color hex is 0.00, 0.44, 0.16, 0.42. Web safe color of #93537c is #996666. Color #93537c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010011 01111100
Octal 223 123 174
Decimal 147 83 124
Hex 93 53 7C

RGB Percentages of Color #93537c

%41.53
%23.45
%35.03

CMYK Percentages of Color #93537c

%0
%44
%16
%42

Triadic Colors of #93537c

#93537c #7c9353 #537c93

Analogous Colors of #93537c

#93537c #93535c #8a5393

Monochromatic Colors of #93537c

#93537c

Complementary Color

#93537c #53936a

#93537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#93537c Color CSS Codes

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

#93537c Text Font Color

<p style="color:#93537c">Text here</p>

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


#93537c Background Color

<div style="background-color:#93537c">
Div content here</div>

This div background color is #93537c


#93537c Border Color

<div style="border:3px solid #93537c">
Div here</div>

This div border color is #93537c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,83,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93537c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93537c;
  -webkit-box-shadow: 1px 1px 3px 2px #93537c;
  box-shadow:         1px 1px 3px 2px #93537c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93537c


Comments

No comments written yet.

Please login to write comment.