Color Hex Logo

#8c283e Color Hex

#8C283E
(140,40,62)
0 Favorites   0 Comments

Color spaces of #8c283e

RGB 1404062
HSL0.960.560.35
HSV347°71°55°
CMYK 0.000.710.56   0.45
XYZ12.44357.44085.3378
Yxy7.44080.49340.2950
Hunter Lab27.277833.69137.4925
CIE-Lab32.790043.583710.9231

#8c283e color RGB value is (140,40,62).

#8c283e hex color red value is 140, green value is 40 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8c283e hue: 0.96 , saturation: 0.56 and the lightness value of 8c283e is 0.35.

The process color (four color CMYK) of #8c283e color hex is 0.00, 0.71, 0.56, 0.45. Web safe color of #8c283e is #993333. Color #8c283e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101000 00111110
Octal 214 50 76
Decimal 140 40 62
Hex 8C 28 3E

RGB Percentages of Color #8c283e

%57.85
%16.53
%25.62

CMYK Percentages of Color #8c283e

%0
%71
%56
%45

Triadic Colors of #8c283e

#8c283e #3e8c28 #283e8c

Analogous Colors of #8c283e

#8c283e #8c4428 #8c2870

Monochromatic Colors of #8c283e

#8c283e

Complementary Color

#8c283e #288c76

#8c283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c283e Color CSS Codes

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

#8c283e Text Font Color

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

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


#8c283e Background Color

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

This div background color is #8c283e


#8c283e Border Color

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

This div border color is #8c283e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c283e


Comments

No comments written yet.

Please login to write comment.