Color Hex Logo

#8c0720 Color Hex

#8C0720
(140,7,32)
0 Favorites   0 Comments

Color spaces of #8c0720

RGB 140732
HSL0.970.900.29
HSV349°95°55°
CMYK 0.000.950.77   0.45
XYZ11.15195.83171.9044
Yxy5.83170.59040.3088
Hunter Lab24.148940.170212.2286
CIE-Lab28.983850.882825.6429

#8c0720 color RGB value is (140,7,32).

#8c0720 hex color red value is 140, green value is 7 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8c0720 hue: 0.97 , saturation: 0.90 and the lightness value of 8c0720 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 00000111 00100000
Octal 214 7 40
Decimal 140 7 32
Hex 8C 7 20

RGB Percentages of Color #8c0720

%78.21
%3.91
%17.88

CMYK Percentages of Color #8c0720

%0
%95
%77
%45

Triadic Colors of #8c0720

#8c0720 #208c07 #07208c

Analogous Colors of #8c0720

#8c0720 #8c3007 #8c0763

Monochromatic Colors of #8c0720

#8c0720

Complementary Color

#8c0720 #078c73

#8c0720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c0720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c0720 Color CSS Codes

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

#8c0720 Text Font Color

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

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


#8c0720 Background Color

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

This div background color is #8c0720


#8c0720 Border Color

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

This div border color is #8c0720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c0720


Comments

No comments written yet.

Please login to write comment.