Color Hex Logo

#93333a Color Hex

#93333A
(147,51,58)
0 Favorites   0 Comments

Color spaces of #93333a

RGB 1475158
HSL0.990.480.39
HSV356°65°58°
CMYK 0.000.650.61   0.42
XYZ13.98028.87624.9794
Yxy8.87620.50220.3189
Hunter Lab29.793031.622610.9457
CIE-Lab35.744840.895717.6939

#93333a color RGB value is (147,51,58).

#93333a hex color red value is 147, green value is 51 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #93333a hue: 0.99 , saturation: 0.48 and the lightness value of 93333a is 0.39.

The process color (four color CMYK) of #93333a color hex is 0.00, 0.65, 0.61, 0.42. Web safe color of #93333a is #993333. Color #93333a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110011 00111010
Octal 223 63 72
Decimal 147 51 58
Hex 93 33 3A

RGB Percentages of Color #93333a

%57.42
%19.92
%22.66

CMYK Percentages of Color #93333a

%0
%65
%61
%42

Triadic Colors of #93333a

#93333a #3a9333 #333a93

Analogous Colors of #93333a

#93333a #935c33 #93336a

Monochromatic Colors of #93333a

#93333a

Complementary Color

#93333a #33938c

#93333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93333a Color CSS Codes

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

#93333a Text Font Color

<p style="color:#93333a">Text here</p>

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


#93333a Background Color

<div style="background-color:#93333a">
Div content here</div>

This div background color is #93333a


#93333a Border Color

<div style="border:3px solid #93333a">
Div here</div>

This div border color is #93333a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,51,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93333a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93333a;
  -webkit-box-shadow: 1px 1px 3px 2px #93333a;
  box-shadow:         1px 1px 3px 2px #93333a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93333a


Comments

No comments written yet.

Please login to write comment.