Color Hex Logo

#8e59bd Color Hex

#8E59BD
(142,89,189)
0 Favorites   0 Comments

Color spaces of #8e59bd

RGB 14289189
HSL0.760.430.55
HSV272°53°74°
CMYK 0.250.530.00   0.26
XYZ23.913016.569750.0820
Yxy16.56970.26400.1830
Hunter Lab40.705933.6259-44.4526
CIE-Lab47.713241.0212-44.5342

#8e59bd color RGB value is (142,89,189).

#8e59bd hex color red value is 142, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8e59bd hue: 0.76 , saturation: 0.43 and the lightness value of 8e59bd is 0.55.

The process color (four color CMYK) of #8e59bd color hex is 0.25, 0.53, 0.00, 0.26. Web safe color of #8e59bd is #9966cc. Color #8e59bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01011001 10111101
Octal 216 131 275
Decimal 142 89 189
Hex 8E 59 BD

RGB Percentages of Color #8e59bd

%33.81
%21.19
%45.00

CMYK Percentages of Color #8e59bd

%25
%53
%0
%26

Triadic Colors of #8e59bd

#8e59bd #bd8e59 #59bd8e

Analogous Colors of #8e59bd

#8e59bd #bd59ba #5c59bd

Monochromatic Colors of #8e59bd

#8e59bd

Complementary Color

#8e59bd #88bd59

#8e59bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e59bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e59bd Color CSS Codes

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

#8e59bd Text Font Color

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

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


#8e59bd Background Color

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

This div background color is #8e59bd


#8e59bd Border Color

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

This div border color is #8e59bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e59bd


Comments

No comments written yet.

Please login to write comment.