Color Hex Logo

#e854ea Color Hex

#E854EA
(232,84,234)
0 Favorites   0 Comments

Color spaces of #e854ea

RGB 23284234
HSL0.830.780.62
HSV299°64°92°
CMYK 0.010.640.00   0.08
XYZ51.300329.437080.8200
Yxy29.43700.31750.1822
Hunter Lab54.255973.8285-50.3398
CIE-Lab61.165474.4869-48.0414

#e854ea color RGB value is (232,84,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010100 11101010
Octal 350 124 352
Decimal 232 84 234
Hex E8 54 EA

RGB Percentages of Color #e854ea

%42.18
%15.27
%42.55

CMYK Percentages of Color #e854ea

%1
%64
%0
%8

Triadic Colors of #e854ea

#e854ea #eae854 #54eae8

Analogous Colors of #e854ea

#e854ea #ea54a1 #9d54ea

Monochromatic Colors of #e854ea

#e854ea

Complementary Color

#e854ea #56ea54

#e854ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e854ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e854ea Color CSS Codes

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

#e854ea Text Font Color

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

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


#e854ea Background Color

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

This div background color is #e854ea


#e854ea Border Color

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

This div border color is #e854ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e854ea


Comments

No comments written yet.

Please login to write comment.