Color Hex Logo

#93175e Color Hex

#93175E
(147,23,94)
0 Favorites   0 Comments

Color spaces of #93175e

RGB 1472394
HSL0.900.730.33
HSV326°84°58°
CMYK 0.000.840.36   0.42
XYZ14.35947.624011.3044
Yxy7.62400.43140.2290
Hunter Lab27.611644.5086-4.9457
CIE-Lab33.187254.2850-9.1940

#93175e color RGB value is (147,23,94).

#93175e hex color red value is 147, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #93175e hue: 0.90 , saturation: 0.73 and the lightness value of 93175e is 0.33.

The process color (four color CMYK) of #93175e color hex is 0.00, 0.84, 0.36, 0.42. Web safe color of #93175e is #990066. Color #93175e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010111 01011110
Octal 223 27 136
Decimal 147 23 94
Hex 93 17 5E

RGB Percentages of Color #93175e

%55.68
%8.71
%35.61

CMYK Percentages of Color #93175e

%0
%84
%36
%42

Triadic Colors of #93175e

#93175e #5e9317 #175e93

Analogous Colors of #93175e

#93175e #931720 #8a1793

Monochromatic Colors of #93175e

#93175e

Complementary Color

#93175e #17934c

#93175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93175e Color CSS Codes

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

#93175e Text Font Color

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

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


#93175e Background Color

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

This div background color is #93175e


#93175e Border Color

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

This div border color is #93175e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93175e


Comments

No comments written yet.

Please login to write comment.