Color Hex Logo

#e157fe Color Hex

#E157FE
(225,87,254)
0 Favorites   0 Comments

Color spaces of #e157fe

RGB 22587254
HSL0.800.990.67
HSV290°66°100°
CMYK 0.110.660.00   0.00
XYZ52.348929.979796.7935
Yxy29.97970.29230.1674
Hunter Lab54.753774.8411-66.4851
CIE-Lab61.636775.2104-58.4493

#e157fe color RGB value is (225,87,254).

#e157fe hex color red value is 225, green value is 87 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e157fe hue: 0.80 , saturation: 0.99 and the lightness value of e157fe is 0.67.

The process color (four color CMYK) of #e157fe color hex is 0.11, 0.66, 0.00, 0.00. Web safe color of #e157fe is #cc66ff. Color #e157fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 11111110
Octal 341 127 376
Decimal 225 87 254
Hex E1 57 FE

RGB Percentages of Color #e157fe

%39.75
%15.37
%44.88

CMYK Percentages of Color #e157fe

%11
%66
%0
%0

Triadic Colors of #e157fe

#e157fe #fee157 #57fee1

Analogous Colors of #e157fe

#e157fe #fe57c8 #8e57fe

Monochromatic Colors of #e157fe

#e157fe

Complementary Color

#e157fe #74fe57

#e157fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e157fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e157fe Color CSS Codes

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

#e157fe Text Font Color

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

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


#e157fe Background Color

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

This div background color is #e157fe


#e157fe Border Color

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

This div border color is #e157fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,87,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e157fe


Comments

No comments written yet.

Please login to write comment.