Color Hex Logo

#e859eb Color Hex

#E859EB
(232,89,235)
0 Favorites   0 Comments

Color spaces of #e859eb

RGB 23289235
HSL0.830.780.64
HSV299°62°92°
CMYK 0.010.620.00   0.08
XYZ51.846530.298781.7129
Yxy30.29870.31640.1849
Hunter Lab55.044371.8027-49.4847
CIE-Lab61.911172.7123-47.4201

#e859eb color RGB value is (232,89,235).

#e859eb hex color red value is 232, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e859eb hue: 0.83 , saturation: 0.78 and the lightness value of e859eb is 0.64.

The process color (four color CMYK) of #e859eb color hex is 0.01, 0.62, 0.00, 0.08. Web safe color of #e859eb is #ff66ff. Color #e859eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011001 11101011
Octal 350 131 353
Decimal 232 89 235
Hex E8 59 EB

RGB Percentages of Color #e859eb

%41.73
%16.01
%42.27

CMYK Percentages of Color #e859eb

%1
%62
%0
%8

Triadic Colors of #e859eb

#e859eb #ebe859 #59ebe8

Analogous Colors of #e859eb

#e859eb #eb59a5 #9f59eb

Monochromatic Colors of #e859eb

#e859eb

Complementary Color

#e859eb #5ceb59

#e859eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e859eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e859eb Color CSS Codes

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

#e859eb Text Font Color

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

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


#e859eb Background Color

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

This div background color is #e859eb


#e859eb Border Color

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

This div border color is #e859eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,89,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e859eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e859eb;
  -webkit-box-shadow: 1px 1px 3px 2px #e859eb;
  box-shadow:         1px 1px 3px 2px #e859eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e859eb


Comments

No comments written yet.

Please login to write comment.