Color Hex Logo

#e157a0 Color Hex

#E157A0
(225,87,160)
0 Favorites   0 Comments

Color spaces of #e157a0

RGB 22587160
HSL0.910.700.61
HSV328°61°88°
CMYK 0.000.610.29   0.12
XYZ40.804725.362036.0024
Yxy25.36200.39940.2482
Hunter Lab50.360756.4982-7.1334
CIE-Lab57.426460.6971-11.7021

#e157a0 color RGB value is (225,87,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 10100000
Octal 341 127 240
Decimal 225 87 160
Hex E1 57 A0

RGB Percentages of Color #e157a0

%47.67
%18.43
%33.90

CMYK Percentages of Color #e157a0

%0
%61
%29
%12

Triadic Colors of #e157a0

#e157a0 #a0e157 #57a0e1

Analogous Colors of #e157a0

#e157a0 #e1575b #dd57e1

Monochromatic Colors of #e157a0

#e157a0

Complementary Color

#e157a0 #57e198

#e157a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e157a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e157a0 Color CSS Codes

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

#e157a0 Text Font Color

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

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


#e157a0 Background Color

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

This div background color is #e157a0


#e157a0 Border Color

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

This div border color is #e157a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e157a0


Comments

No comments written yet.

Please login to write comment.