Color Hex Logo

#e157ad Color Hex

#E157AD
(225,87,173)
0 Favorites   0 Comments

Color spaces of #e157ad

RGB 22587173
HSL0.900.700.61
HSV323°61°88°
CMYK 0.000.610.23   0.12
XYZ42.002425.841142.3092
Yxy25.84110.38130.2346
Hunter Lab50.834158.5283-13.7631
CIE-Lab57.885962.3715-18.5552

#e157ad color RGB value is (225,87,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 10101101
Octal 341 127 255
Decimal 225 87 173
Hex E1 57 AD

RGB Percentages of Color #e157ad

%46.39
%17.94
%35.67

CMYK Percentages of Color #e157ad

%0
%61
%23
%12

Triadic Colors of #e157ad

#e157ad #ade157 #57ade1

Analogous Colors of #e157ad

#e157ad #e15768 #d057e1

Monochromatic Colors of #e157ad

#e157ad

Complementary Color

#e157ad #57e18b

#e157ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e157ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e157ad Color CSS Codes

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

#e157ad Text Font Color

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

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


#e157ad Background Color

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

This div background color is #e157ad


#e157ad Border Color

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

This div border color is #e157ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e157ad


Comments

No comments written yet.

Please login to write comment.