Color Hex Logo

#93241d Color Hex

#93241D
(147,36,29)
0 Favorites   0 Comments

Color spaces of #93241d

RGB 1473629
HSL0.010.670.35
HSV80°58°
CMYK 0.000.760.80   0.42
XYZ12.88537.55351.9412
Yxy7.55350.57580.3375
Hunter Lab27.483635.590815.0508
CIE-Lab33.035145.497132.2957

#93241d color RGB value is (147,36,29).

#93241d hex color red value is 147, green value is 36 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #93241d hue: 0.01 , saturation: 0.67 and the lightness value of 93241d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100100 00011101
Octal 223 44 35
Decimal 147 36 29
Hex 93 24 1D

RGB Percentages of Color #93241d

%69.34
%16.98
%13.68

CMYK Percentages of Color #93241d

%0
%76
%80
%42

Triadic Colors of #93241d

#93241d #1d9324 #241d93

Analogous Colors of #93241d

#93241d #935f1d #931d51

Monochromatic Colors of #93241d

#93241d

Complementary Color

#93241d #1d8c93

#93241d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93241d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93241d Color CSS Codes

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

#93241d Text Font Color

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

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


#93241d Background Color

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

This div background color is #93241d


#93241d Border Color

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

This div border color is #93241d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93241d

#93241d Color Palettes


Comments

No comments written yet.

Please login to write comment.