Color Hex Logo

#8e389b Color Hex

#8E389B
(142,56,155)
0 Favorites   0 Comments

Color spaces of #8e389b

RGB 14256155
HSL0.810.470.41
HSV292°64°61°
CMYK 0.080.640.00   0.39
XYZ18.485910.945732.1488
Yxy10.94570.30020.1777
Hunter Lab33.084341.8397-34.4545
CIE-Lab39.488950.5165-37.5073

#8e389b color RGB value is (142,56,155).

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

The process color (four color CMYK) of #8e389b color hex is 0.08, 0.64, 0.00, 0.39. Web safe color of #8e389b is #993399. Color #8e389b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00111000 10011011
Octal 216 70 233
Decimal 142 56 155
Hex 8E 38 9B

RGB Percentages of Color #8e389b

%40.23
%15.86
%43.91

CMYK Percentages of Color #8e389b

%8
%64
%0
%39

Triadic Colors of #8e389b

#8e389b #9b8e38 #389b8e

Analogous Colors of #8e389b

#8e389b #9b3877 #5d389b

Monochromatic Colors of #8e389b

#8e389b

Complementary Color

#8e389b #459b38

#8e389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e389b Color CSS Codes

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

#8e389b Text Font Color

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

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


#8e389b Background Color

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

This div background color is #8e389b


#8e389b Border Color

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

This div border color is #8e389b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e389b


Comments

No comments written yet.

Please login to write comment.