Color Hex Logo

#8e303f Color Hex

#8E303F
(142,48,63)
0 Favorites   0 Comments

Color spaces of #8e303f

RGB 1424863
HSL0.970.490.37
HSV350°66°56°
CMYK 0.000.660.56   0.44
XYZ13.10958.22365.5990
Yxy8.22360.48680.3053
Hunter Lab28.676831.41628.4977
CIE-Lab34.444340.904312.6002

#8e303f color RGB value is (142,48,63).

#8e303f hex color red value is 142, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8e303f hue: 0.97 , saturation: 0.49 and the lightness value of 8e303f is 0.37.

The process color (four color CMYK) of #8e303f color hex is 0.00, 0.66, 0.56, 0.44. Web safe color of #8e303f is #993333. Color #8e303f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00110000 00111111
Octal 216 60 77
Decimal 142 48 63
Hex 8E 30 3F

RGB Percentages of Color #8e303f

%56.13
%18.97
%24.90

CMYK Percentages of Color #8e303f

%0
%66
%56
%44

Triadic Colors of #8e303f

#8e303f #3f8e30 #303f8e

Analogous Colors of #8e303f

#8e303f #8e5030 #8e306e

Monochromatic Colors of #8e303f

#8e303f

Complementary Color

#8e303f #308e7f

#8e303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e303f Color CSS Codes

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

#8e303f Text Font Color

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

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


#8e303f Background Color

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

This div background color is #8e303f


#8e303f Border Color

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

This div border color is #8e303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e303f


Comments

No comments written yet.

Please login to write comment.