Color Hex Logo

#e157ea Color Hex

#E157EA
(225,87,234)
0 Favorites   0 Comments

Color spaces of #e157ea

RGB 22587234
HSL0.820.780.63
HSV296°63°92°
CMYK 0.040.630.00   0.08
XYZ49.310828.764580.7950
Yxy28.76450.31040.1811
Hunter Lab53.632570.2594-51.7749
CIE-Lab60.573271.7072-49.0437

#e157ea color RGB value is (225,87,234).

#e157ea hex color red value is 225, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e157ea hue: 0.82 , saturation: 0.78 and the lightness value of e157ea is 0.63.

The process color (four color CMYK) of #e157ea color hex is 0.04, 0.63, 0.00, 0.08. Web safe color of #e157ea is #cc66ff. Color #e157ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 11101010
Octal 341 127 352
Decimal 225 87 234
Hex E1 57 EA

RGB Percentages of Color #e157ea

%41.21
%15.93
%42.86

CMYK Percentages of Color #e157ea

%4
%63
%0
%8

Triadic Colors of #e157ea

#e157ea #eae157 #57eae1

Analogous Colors of #e157ea

#e157ea #ea57aa #9857ea

Monochromatic Colors of #e157ea

#e157ea

Complementary Color

#e157ea #60ea57

#e157ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e157ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e157ea Color CSS Codes

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

#e157ea Text Font Color

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

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


#e157ea Background Color

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

This div background color is #e157ea


#e157ea Border Color

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

This div border color is #e157ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e157ea


Comments

No comments written yet.

Please login to write comment.