Color Hex Logo

#93021d Color Hex

#93021D
(147,2,29)
0 Favorites   0 Comments

Color spaces of #93021d

RGB 147229
HSL0.970.970.29
HSV349°99°58°
CMYK 0.000.990.80   0.42
XYZ12.27616.33521.7382
Yxy6.33520.60330.3113
Hunter Lab25.169843.012813.5244
CIE-Lab30.242953.419229.3701

#93021d color RGB value is (147,2,29).

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

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

Base Numbers

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

RGB Percentages of Color #93021d

%82.58
%1.12
%16.29

CMYK Percentages of Color #93021d

%0
%99
%80
%42

Triadic Colors of #93021d

#93021d #1d9302 #021d93

Analogous Colors of #93021d

#93021d #933002 #930266

Monochromatic Colors of #93021d

#93021d

Complementary Color

#93021d #029378

#93021d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93021d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93021d Color CSS Codes

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

#93021d Text Font Color

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

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


#93021d Background Color

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

This div background color is #93021d


#93021d Border Color

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

This div border color is #93021d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93021d


Comments

No comments written yet.

Please login to write comment.