Color Hex Logo

#93293e Color Hex

#93293E
(147,41,62)
0 Favorites   0 Comments

Color spaces of #93293e

RGB 1474162
HSL0.970.560.37
HSV348°72°58°
CMYK 0.000.720.58   0.42
XYZ13.69518.13675.4062
Yxy8.13670.50280.2987
Hunter Lab28.524935.78118.7305
CIE-Lab34.266045.463613.1564

#93293e color RGB value is (147,41,62).

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

The process color (four color CMYK) of #93293e color hex is 0.00, 0.72, 0.58, 0.42. Web safe color of #93293e is #993333. Color #93293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00101001 00111110
Octal 223 51 76
Decimal 147 41 62
Hex 93 29 3E

RGB Percentages of Color #93293e

%58.80
%16.40
%24.80

CMYK Percentages of Color #93293e

%0
%72
%58
%42

Triadic Colors of #93293e

#93293e #3e9329 #293e93

Analogous Colors of #93293e

#93293e #934929 #932973

Monochromatic Colors of #93293e

#93293e

Complementary Color

#93293e #29937e

#93293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93293e Color CSS Codes

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

#93293e Text Font Color

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

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


#93293e Background Color

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

This div background color is #93293e


#93293e Border Color

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

This div border color is #93293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93293e


Comments

No comments written yet.

Please login to write comment.