Color Hex Logo

#8e284a Color Hex

#8E284A
(142,40,74)
0 Favorites   0 Comments

Color spaces of #8e284a

RGB 1424074
HSL0.940.560.36
HSV340°72°56°
CMYK 0.000.720.48   0.44
XYZ13.15027.76287.2838
Yxy7.76280.46640.2753
Hunter Lab27.861835.49024.0033
CIE-Lab33.483945.31094.1283

#8e284a color RGB value is (142,40,74).

#8e284a hex color red value is 142, green value is 40 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8e284a hue: 0.94 , saturation: 0.56 and the lightness value of 8e284a is 0.36.

The process color (four color CMYK) of #8e284a color hex is 0.00, 0.72, 0.48, 0.44. Web safe color of #8e284a is #993333. Color #8e284a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00101000 01001010
Octal 216 50 112
Decimal 142 40 74
Hex 8E 28 4A

RGB Percentages of Color #8e284a

%55.47
%15.63
%28.91

CMYK Percentages of Color #8e284a

%0
%72
%48
%44

Triadic Colors of #8e284a

#8e284a #4a8e28 #284a8e

Analogous Colors of #8e284a

#8e284a #8e3928 #8e287d

Monochromatic Colors of #8e284a

#8e284a

Complementary Color

#8e284a #288e6c

#8e284a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e284a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e284a Color CSS Codes

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

#8e284a Text Font Color

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

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


#8e284a Background Color

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

This div background color is #8e284a


#8e284a Border Color

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

This div border color is #8e284a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e284a


Comments

No comments written yet.

Please login to write comment.