Color Hex Logo

#93232d Color Hex

#93232D
(147,35,45)
0 Favorites   0 Comments

Color spaces of #93232d

RGB 1473545
HSL0.990.620.36
HSV355°76°58°
CMYK 0.000.760.69   0.42
XYZ13.10737.59463.2577
Yxy7.59460.54710.3170
Hunter Lab27.558336.671312.2821
CIE-Lab33.123946.581122.6075

#93232d color RGB value is (147,35,45).

#93232d hex color red value is 147, green value is 35 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #93232d hue: 0.99 , saturation: 0.62 and the lightness value of 93232d is 0.36.

The process color (four color CMYK) of #93232d color hex is 0.00, 0.76, 0.69, 0.42. Web safe color of #93232d is #993333. Color #93232d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100011 00101101
Octal 223 43 55
Decimal 147 35 45
Hex 93 23 2D

RGB Percentages of Color #93232d

%64.76
%15.42
%19.82

CMYK Percentages of Color #93232d

%0
%76
%69
%42

Triadic Colors of #93232d

#93232d #2d9323 #232d93

Analogous Colors of #93232d

#93232d #935123 #932365

Monochromatic Colors of #93232d

#93232d

Complementary Color

#93232d #239389

#93232d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93232d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93232d Color CSS Codes

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

#93232d Text Font Color

<p style="color:#93232d">Text here</p>

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


#93232d Background Color

<div style="background-color:#93232d">
Div content here</div>

This div background color is #93232d


#93232d Border Color

<div style="border:3px solid #93232d">
Div here</div>

This div border color is #93232d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,35,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93232d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93232d;
  -webkit-box-shadow: 1px 1px 3px 2px #93232d;
  box-shadow:         1px 1px 3px 2px #93232d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93232d


Comments

No comments written yet.

Please login to write comment.