Color Hex Logo

#e157af Color Hex

#E157AF
(225,87,175)
0 Favorites   0 Comments

Color spaces of #e157af

RGB 22587175
HSL0.890.700.61
HSV322°61°88°
CMYK 0.000.610.22   0.12
XYZ42.197425.919143.3363
Yxy25.91910.37860.2326
Hunter Lab50.910858.8557-14.8313
CIE-Lab57.960262.6399-19.5987

#e157af color RGB value is (225,87,175).

#e157af hex color red value is 225, green value is 87 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e157af hue: 0.89 , saturation: 0.70 and the lightness value of e157af is 0.61.

The process color (four color CMYK) of #e157af color hex is 0.00, 0.61, 0.22, 0.12. Web safe color of #e157af is #cc6699. Color #e157af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 10101111
Octal 341 127 257
Decimal 225 87 175
Hex E1 57 AF

RGB Percentages of Color #e157af

%46.20
%17.86
%35.93

CMYK Percentages of Color #e157af

%0
%61
%22
%12

Triadic Colors of #e157af

#e157af #afe157 #57afe1

Analogous Colors of #e157af

#e157af #e1576a #ce57e1

Monochromatic Colors of #e157af

#e157af

Complementary Color

#e157af #57e189

#e157af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e157af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e157af Color CSS Codes

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

#e157af Text Font Color

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

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


#e157af Background Color

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

This div background color is #e157af


#e157af Border Color

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

This div border color is #e157af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e157af


Comments

No comments written yet.

Please login to write comment.