Color Hex Logo

#93296e Color Hex

#93296E
(147,41,110)
0 Favorites   0 Comments

Color spaces of #93296e

RGB 14741110
HSL0.890.560.37
HSV321°72°58°
CMYK 0.000.720.25   0.42
XYZ15.64008.914715.6482
Yxy8.91470.38900.2217
Hunter Lab29.857541.2515-10.1734
CIE-Lab35.819550.6308-15.4166

#93296e color RGB value is (147,41,110).

#93296e hex color red value is 147, green value is 41 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #93296e hue: 0.89 , saturation: 0.56 and the lightness value of 93296e is 0.37.

The process color (four color CMYK) of #93296e color hex is 0.00, 0.72, 0.25, 0.42. Web safe color of #93296e is #993366. Color #93296e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00101001 01101110
Octal 223 51 156
Decimal 147 41 110
Hex 93 29 6E

RGB Percentages of Color #93296e

%49.33
%13.76
%36.91

CMYK Percentages of Color #93296e

%0
%72
%25
%42

Triadic Colors of #93296e

#93296e #6e9329 #296e93

Analogous Colors of #93296e

#93296e #932939 #832993

Monochromatic Colors of #93296e

#93296e

Complementary Color

#93296e #29934e

#93296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93296e Color CSS Codes

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

#93296e Text Font Color

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

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


#93296e Background Color

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

This div background color is #93296e


#93296e Border Color

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

This div border color is #93296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93296e


Comments

No comments written yet.

Please login to write comment.