Color Hex Logo

#93011d Color Hex

#93011D
(147,1,29)
0 Favorites   0 Comments

Color spaces of #93011d

RGB 147129
HSL0.970.990.29
HSV348°99°58°
CMYK 0.000.990.80   0.42
XYZ12.26526.31351.7346
Yxy6.31350.60380.3108
Hunter Lab25.126743.160313.4956
CIE-Lab30.190053.572329.3138

#93011d color RGB value is (147,1,29).

#93011d hex color red value is 147, green value is 1 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #93011d hue: 0.97 , saturation: 0.99 and the lightness value of 93011d is 0.29.

The process color (four color CMYK) of #93011d color hex is 0.00, 0.99, 0.80, 0.42. Web safe color of #93011d is #990033. Color #93011d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000001 00011101
Octal 223 1 35
Decimal 147 1 29
Hex 93 1 1D

RGB Percentages of Color #93011d

%83.05
%0.56
%16.38

CMYK Percentages of Color #93011d

%0
%99
%80
%42

Triadic Colors of #93011d

#93011d #1d9301 #011d93

Analogous Colors of #93011d

#93011d #932e01 #930166

Monochromatic Colors of #93011d

#93011d

Complementary Color

#93011d #019377

#93011d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93011d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93011d Color CSS Codes

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

#93011d Text Font Color

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

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


#93011d Background Color

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

This div background color is #93011d


#93011d Border Color

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

This div border color is #93011d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,1,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 #93011d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93011d


Comments

No comments written yet.

Please login to write comment.