Color Hex Logo

#8e58db Color Hex

#8E58DB
(142,88,219)
0 Favorites   0 Comments

Color spaces of #8e58db

RGB 14288219
HSL0.740.650.60
HSV265°60°86°
CMYK 0.350.600.00   0.14
XYZ27.431217.844769.0164
Yxy17.84470.24000.1561
Hunter Lab42.243041.9868-67.2976
CIE-Lab49.307248.9279-59.2031

#8e58db color RGB value is (142,88,219).

#8e58db hex color red value is 142, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8e58db hue: 0.74 , saturation: 0.65 and the lightness value of 8e58db is 0.60.

The process color (four color CMYK) of #8e58db color hex is 0.35, 0.60, 0.00, 0.14. Web safe color of #8e58db is #9966cc. Color #8e58db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01011000 11011011
Octal 216 130 333
Decimal 142 88 219
Hex 8E 58 DB

RGB Percentages of Color #8e58db

%31.63
%19.60
%48.78

CMYK Percentages of Color #8e58db

%35
%60
%0
%14

Triadic Colors of #8e58db

#8e58db #db8e58 #58db8e

Analogous Colors of #8e58db

#8e58db #d058db #5863db

Monochromatic Colors of #8e58db

#8e58db

Complementary Color

#8e58db #a5db58

#8e58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e58db Color CSS Codes

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

#8e58db Text Font Color

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

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


#8e58db Background Color

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

This div background color is #8e58db


#8e58db Border Color

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

This div border color is #8e58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e58db


Comments

No comments written yet.

Please login to write comment.