Color Hex Logo

#e157ef Color Hex

#E157EF
(225,87,239)
0 Favorites   0 Comments

Color spaces of #e157ef

RGB 22587239
HSL0.820.830.64
HSV294°64°94°
CMYK 0.060.640.00   0.06
XYZ50.039529.055984.6323
Yxy29.05590.30560.1775
Hunter Lab53.903571.3732-55.3570
CIE-Lab60.830972.5658-51.4217

#e157ef color RGB value is (225,87,239).

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

The process color (four color CMYK) of #e157ef color hex is 0.06, 0.64, 0.00, 0.06. Web safe color of #e157ef is #cc66ff. Color #e157ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 11101111
Octal 341 127 357
Decimal 225 87 239
Hex E1 57 EF

RGB Percentages of Color #e157ef

%40.83
%15.79
%43.38

CMYK Percentages of Color #e157ef

%6
%64
%0
%6

Triadic Colors of #e157ef

#e157ef #efe157 #57efe1

Analogous Colors of #e157ef

#e157ef #ef57b1 #9557ef

Monochromatic Colors of #e157ef

#e157ef

Complementary Color

#e157ef #65ef57

#e157ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e157ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e157ef Color CSS Codes

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

#e157ef Text Font Color

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

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


#e157ef Background Color

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

This div background color is #e157ef


#e157ef Border Color

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

This div border color is #e157ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e157ef


Comments

No comments written yet.

Please login to write comment.