Color Hex Logo

#e858eb Color Hex

#E858EB
(232,88,235)
0 Favorites   0 Comments

Color spaces of #e858eb

RGB 23288235
HSL0.830.790.63
HSV299°63°92°
CMYK 0.010.630.00   0.08
XYZ51.763830.133481.6853
Yxy30.13340.31640.1842
Hunter Lab54.893972.2575-49.8012
CIE-Lab61.769273.1068-47.6444

#e858eb color RGB value is (232,88,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011000 11101011
Octal 350 130 353
Decimal 232 88 235
Hex E8 58 EB

RGB Percentages of Color #e858eb

%41.80
%15.86
%42.34

CMYK Percentages of Color #e858eb

%1
%63
%0
%8

Triadic Colors of #e858eb

#e858eb #ebe858 #58ebe8

Analogous Colors of #e858eb

#e858eb #eb58a5 #9f58eb

Monochromatic Colors of #e858eb

#e858eb

Complementary Color

#e858eb #5beb58

#e858eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e858eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e858eb Color CSS Codes

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

#e858eb Text Font Color

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

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


#e858eb Background Color

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

This div background color is #e858eb


#e858eb Border Color

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

This div border color is #e858eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,88,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 #e858eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e858eb


Comments

No comments written yet.

Please login to write comment.