Color Hex Logo

#e1578d Color Hex

#E1578D
(225,87,141)
0 Favorites   0 Comments

Color spaces of #e1578d

RGB 22587141
HSL0.930.700.61
HSV337°61°88°
CMYK 0.000.610.37   0.12
XYZ39.267324.747027.9063
Yxy24.74700.42720.2692
Hunter Lab49.746453.84291.5624
CIE-Lab56.828158.4783-1.4754

#e1578d color RGB value is (225,87,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 10001101
Octal 341 127 215
Decimal 225 87 141
Hex E1 57 8D

RGB Percentages of Color #e1578d

%49.67
%19.21
%31.13

CMYK Percentages of Color #e1578d

%0
%61
%37
%12

Triadic Colors of #e1578d

#e1578d #8de157 #578de1

Analogous Colors of #e1578d

#e1578d #e16657 #e157d2

Monochromatic Colors of #e1578d

#e1578d

Complementary Color

#e1578d #57e1ab

#e1578d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1578d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1578d Color CSS Codes

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

#e1578d Text Font Color

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

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


#e1578d Background Color

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

This div background color is #e1578d


#e1578d Border Color

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

This div border color is #e1578d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1578d


Comments

No comments written yet.

Please login to write comment.