Color Hex Logo

#8e369a Color Hex

#8E369A
(142,54,154)
0 Favorites   0 Comments

Color spaces of #8e369a

RGB 14254154
HSL0.810.480.41
HSV293°65°60°
CMYK 0.080.650.00   0.40
XYZ18.307210.722231.6765
Yxy10.72220.30160.1766
Hunter Lab32.744842.4938-34.4344
CIE-Lab39.108651.2191-37.5075

#8e369a color RGB value is (142,54,154).

#8e369a hex color red value is 142, green value is 54 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8e369a hue: 0.81 , saturation: 0.48 and the lightness value of 8e369a is 0.41.

The process color (four color CMYK) of #8e369a color hex is 0.08, 0.65, 0.00, 0.40. Web safe color of #8e369a is #993399. Color #8e369a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00110110 10011010
Octal 216 66 232
Decimal 142 54 154
Hex 8E 36 9A

RGB Percentages of Color #8e369a

%40.57
%15.43
%44.00

CMYK Percentages of Color #8e369a

%8
%65
%0
%40

Triadic Colors of #8e369a

#8e369a #9a8e36 #369a8e

Analogous Colors of #8e369a

#8e369a #9a3674 #5c369a

Monochromatic Colors of #8e369a

#8e369a

Complementary Color

#8e369a #429a36

#8e369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e369a Color CSS Codes

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

#8e369a Text Font Color

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

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


#8e369a Background Color

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

This div background color is #8e369a


#8e369a Border Color

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

This div border color is #8e369a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e369a


Comments

No comments written yet.

Please login to write comment.