Color Hex Logo

#e854eb Color Hex

#E854EB
(232,84,235)
0 Favorites   0 Comments

Color spaces of #e854eb

RGB 23284235
HSL0.830.790.63
HSV299°64°92°
CMYK 0.010.640.00   0.08
XYZ51.444429.494681.5789
Yxy29.49460.31650.1815
Hunter Lab54.308974.0444-51.0448
CIE-Lab61.215774.6509-48.5197

#e854eb color RGB value is (232,84,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010100 11101011
Octal 350 124 353
Decimal 232 84 235
Hex E8 54 EB

RGB Percentages of Color #e854eb

%42.11
%15.25
%42.65

CMYK Percentages of Color #e854eb

%1
%64
%0
%8

Triadic Colors of #e854eb

#e854eb #ebe854 #54ebe8

Analogous Colors of #e854eb

#e854eb #eb54a3 #9d54eb

Monochromatic Colors of #e854eb

#e854eb

Complementary Color

#e854eb #57eb54

#e854eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e854eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e854eb Color CSS Codes

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

#e854eb Text Font Color

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

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


#e854eb Background Color

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

This div background color is #e854eb


#e854eb Border Color

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

This div border color is #e854eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e854eb


Comments

No comments written yet.

Please login to write comment.