Color Hex Logo

#93617c Color Hex

#93617C
(147,97,124)
0 Favorites   0 Comments

Color spaces of #93617c

RGB 14797124
HSL0.910.200.48
HSV328°34°58°
CMYK 0.000.340.16   0.42
XYZ19.945416.207721.1459
Yxy16.20770.34810.2829
Hunter Lab40.258817.9813-2.9609
CIE-Lab47.245824.5130-6.7760

#93617c color RGB value is (147,97,124).

#93617c hex color red value is 147, green value is 97 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #93617c hue: 0.91 , saturation: 0.20 and the lightness value of 93617c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100001 01111100
Octal 223 141 174
Decimal 147 97 124
Hex 93 61 7C

RGB Percentages of Color #93617c

%39.95
%26.36
%33.70

CMYK Percentages of Color #93617c

%0
%34
%16
%42

Triadic Colors of #93617c

#93617c #7c9361 #617c93

Analogous Colors of #93617c

#93617c #936163 #916193

Monochromatic Colors of #93617c

#93617c

Complementary Color

#93617c #619378

#93617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#93617c Color CSS Codes

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

#93617c Text Font Color

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

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


#93617c Background Color

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

This div background color is #93617c


#93617c Border Color

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

This div border color is #93617c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93617c


Comments

No comments written yet.

Please login to write comment.