Color Hex Logo

#e157cd Color Hex

#E157CD
(225,87,205)
0 Favorites   0 Comments

Color spaces of #e157cd

RGB 22587205
HSL0.860.700.61
HSV309°61°88°
CMYK 0.000.610.09   0.12
XYZ45.479027.231760.6168
Yxy27.23170.34110.2042
Hunter Lab52.184064.2429-32.3423
CIE-Lab59.188266.9887-34.8936

#e157cd color RGB value is (225,87,205).

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

The process color (four color CMYK) of #e157cd color hex is 0.00, 0.61, 0.09, 0.12. Web safe color of #e157cd is #cc66cc. Color #e157cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 11001101
Octal 341 127 315
Decimal 225 87 205
Hex E1 57 CD

RGB Percentages of Color #e157cd

%43.52
%16.83
%39.65

CMYK Percentages of Color #e157cd

%0
%61
%9
%12

Triadic Colors of #e157cd

#e157cd #cde157 #57cde1

Analogous Colors of #e157cd

#e157cd #e15788 #b057e1

Monochromatic Colors of #e157cd

#e157cd

Complementary Color

#e157cd #57e16b

#e157cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e157cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e157cd Color CSS Codes

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

#e157cd Text Font Color

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

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


#e157cd Background Color

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

This div background color is #e157cd


#e157cd Border Color

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

This div border color is #e157cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e157cd


Comments

No comments written yet.

Please login to write comment.