Color Hex Logo

#8c431a Color Hex

#8C431A
(140,67,26)
0 Favorites   0 Comments

Color spaces of #8c431a

RGB 1406726
HSL0.060.690.33
HSV22°81°55°
CMYK 0.000.520.81   0.45
XYZ13.00889.66432.1570
Yxy9.66430.52390.3892
Hunter Lab31.087520.291717.6474
CIE-Lab37.233128.220637.6650

#8c431a color RGB value is (140,67,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000011 00011010
Octal 214 103 32
Decimal 140 67 26
Hex 8C 43 1A

RGB Percentages of Color #8c431a

%60.09
%28.76
%11.16

CMYK Percentages of Color #8c431a

%0
%52
%81
%45

Triadic Colors of #8c431a

#8c431a #1a8c43 #431a8c

Analogous Colors of #8c431a

#8c431a #8c7c1a #8c1a2a

Monochromatic Colors of #8c431a

#8c431a

Complementary Color

#8c431a #1a638c

#8c431a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c431a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c431a Color CSS Codes

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

#8c431a Text Font Color

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

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


#8c431a Background Color

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

This div background color is #8c431a


#8c431a Border Color

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

This div border color is #8c431a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c431a


Comments

No comments written yet.

Please login to write comment.