Color Hex Logo

#8e4264 Color Hex

#8E4264
(142,66,100)
0 Favorites   0 Comments

Color spaces of #8e4264

RGB 14266100
HSL0.930.370.41
HSV333°54°56°
CMYK 0.000.540.30   0.44
XYZ15.403810.567313.2844
Yxy10.56730.39240.2692
Hunter Lab32.507427.6953-1.4742
CIE-Lab38.841936.2170-4.6402

#8e4264 color RGB value is (142,66,100).

#8e4264 hex color red value is 142, green value is 66 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #8e4264 hue: 0.93 , saturation: 0.37 and the lightness value of 8e4264 is 0.41.

The process color (four color CMYK) of #8e4264 color hex is 0.00, 0.54, 0.30, 0.44. Web safe color of #8e4264 is #993366. Color #8e4264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01000010 01100100
Octal 216 102 144
Decimal 142 66 100
Hex 8E 42 64

RGB Percentages of Color #8e4264

%46.10
%21.43
%32.47

CMYK Percentages of Color #8e4264

%0
%54
%30
%44

Triadic Colors of #8e4264

#8e4264 #648e42 #42648e

Analogous Colors of #8e4264

#8e4264 #8e4642 #8e428a

Monochromatic Colors of #8e4264

#8e4264

Complementary Color

#8e4264 #428e6c

#8e4264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e4264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e4264 Color CSS Codes

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

#8e4264 Text Font Color

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

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


#8e4264 Background Color

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

This div background color is #8e4264


#8e4264 Border Color

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

This div border color is #8e4264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e4264


Comments

No comments written yet.

Please login to write comment.