Color Hex Logo

#8c221a Color Hex

#8C221A
(140,34,26)
0 Favorites   0 Comments

Color spaces of #8c221a

RGB 1403426
HSL0.010.690.33
HSV81°55°
CMYK 0.000.760.81   0.45
XYZ11.57376.79411.6787
Yxy6.79410.57730.3389
Hunter Lab26.065533.643614.4274
CIE-Lab31.333543.802931.8318

#8c221a color RGB value is (140,34,26).

#8c221a hex color red value is 140, green value is 34 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #8c221a hue: 0.01 , saturation: 0.69 and the lightness value of 8c221a is 0.33.

The process color (four color CMYK) of #8c221a color hex is 0.00, 0.76, 0.81, 0.45. Web safe color of #8c221a is #993333. Color #8c221a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00100010 00011010
Octal 214 42 32
Decimal 140 34 26
Hex 8C 22 1A

RGB Percentages of Color #8c221a

%70.00
%17.00
%13.00

CMYK Percentages of Color #8c221a

%0
%76
%81
%45

Triadic Colors of #8c221a

#8c221a #1a8c22 #221a8c

Analogous Colors of #8c221a

#8c221a #8c5b1a #8c1a4b

Monochromatic Colors of #8c221a

#8c221a

Complementary Color

#8c221a #1a848c

#8c221a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c221a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c221a Color CSS Codes

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

#8c221a Text Font Color

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

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


#8c221a Background Color

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

This div background color is #8c221a


#8c221a Border Color

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

This div border color is #8c221a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c221a


Comments

No comments written yet.

Please login to write comment.