Color Hex Logo

#8b0420 Color Hex

#8B0420
(139,4,32)
0 Favorites   0 Comments

Color spaces of #8b0420

RGB 139432
HSL0.970.940.28
HSV348°97°55°
CMYK 0.000.970.77   0.45
XYZ10.95165.68011.8857
Yxy5.68010.59140.3067
Hunter Lab23.833040.315711.9920
CIE-Lab28.590651.103425.1355

#8b0420 color RGB value is (139,4,32).

#8b0420 hex color red value is 139, green value is 4 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8b0420 hue: 0.97 , saturation: 0.94 and the lightness value of 8b0420 is 0.28.

The process color (four color CMYK) of #8b0420 color hex is 0.00, 0.97, 0.77, 0.45. Web safe color of #8b0420 is #990033. Color #8b0420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000100 00100000
Octal 213 4 40
Decimal 139 4 32
Hex 8B 4 20

RGB Percentages of Color #8b0420

%79.43
%2.29
%18.29

CMYK Percentages of Color #8b0420

%0
%97
%77
%45

Triadic Colors of #8b0420

#8b0420 #208b04 #04208b

Analogous Colors of #8b0420

#8b0420 #8b2c04 #8b0464

Monochromatic Colors of #8b0420

#8b0420

Complementary Color

#8b0420 #048b6f

#8b0420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b0420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b0420 Color CSS Codes

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

#8b0420 Text Font Color

<p style="color:#8b0420">Text here</p>

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


#8b0420 Background Color

<div style="background-color:#8b0420">
Div content here</div>

This div background color is #8b0420


#8b0420 Border Color

<div style="border:3px solid #8b0420">
Div here</div>

This div border color is #8b0420


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,4,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b0420; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b0420;
  -webkit-box-shadow: 1px 1px 3px 2px #8b0420;
  box-shadow:         1px 1px 3px 2px #8b0420; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b0420


Comments

No comments written yet.

Please login to write comment.