Color Hex Logo

#e2578d Color Hex

#E2578D
(226,87,141)
0 Favorites   0 Comments

Color spaces of #e2578d

RGB 22687141
HSL0.940.710.61
HSV337°62°89°
CMYK 0.000.620.38   0.11
XYZ39.579924.908227.9210
Yxy24.90820.42830.2695
Hunter Lab49.908154.22121.7660
CIE-Lab56.985958.7838-1.2256

#e2578d color RGB value is (226,87,141).

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

The process color (four color CMYK) of #e2578d color hex is 0.00, 0.62, 0.38, 0.11. Web safe color of #e2578d is #cc6699. Color #e2578d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010111 10001101
Octal 342 127 215
Decimal 226 87 141
Hex E2 57 8D

RGB Percentages of Color #e2578d

%49.78
%19.16
%31.06

CMYK Percentages of Color #e2578d

%0
%62
%38
%11

Triadic Colors of #e2578d

#e2578d #8de257 #578de2

Analogous Colors of #e2578d

#e2578d #e26757 #e257d3

Monochromatic Colors of #e2578d

#e2578d

Complementary Color

#e2578d #57e2ac

#e2578d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2578d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2578d Color CSS Codes

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

#e2578d Text Font Color

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

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


#e2578d Background Color

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

This div background color is #e2578d


#e2578d Border Color

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

This div border color is #e2578d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2578d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2578d


Comments

No comments written yet.

Please login to write comment.