Color Hex Logo

#8c202e Color Hex

#8C202E
(140,32,46)
0 Favorites   0 Comments

Color spaces of #8c202e

RGB 1403246
HSL0.980.630.34
HSV352°77°55°
CMYK 0.000.770.67   0.45
XYZ11.82496.80573.2752
Yxy6.80570.53980.3107
Hunter Lab26.087735.255910.8178
CIE-Lab31.360445.467019.4561

#8c202e color RGB value is (140,32,46).

#8c202e hex color red value is 140, green value is 32 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8c202e hue: 0.98 , saturation: 0.63 and the lightness value of 8c202e is 0.34.

The process color (four color CMYK) of #8c202e color hex is 0.00, 0.77, 0.67, 0.45. Web safe color of #8c202e is #993333. Color #8c202e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00100000 00101110
Octal 214 40 56
Decimal 140 32 46
Hex 8C 20 2E

RGB Percentages of Color #8c202e

%64.22
%14.68
%21.10

CMYK Percentages of Color #8c202e

%0
%77
%67
%45

Triadic Colors of #8c202e

#8c202e #2e8c20 #202e8c

Analogous Colors of #8c202e

#8c202e #8c4820 #8c2064

Monochromatic Colors of #8c202e

#8c202e

Complementary Color

#8c202e #208c7e

#8c202e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c202e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c202e Color CSS Codes

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

#8c202e Text Font Color

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

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


#8c202e Background Color

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

This div background color is #8c202e


#8c202e Border Color

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

This div border color is #8c202e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c202e


Comments

No comments written yet.

Please login to write comment.