Color Hex Logo

#e1378c Color Hex

#E1378C
(225,55,140)
0 Favorites   0 Comments

Color spaces of #e1378c

RGB 22555140
HSL0.920.740.55
HSV330°76°88°
CMYK 0.000.760.38   0.12
XYZ37.151120.633426.8355
Yxy20.63340.43900.2438
Hunter Lab45.424066.4985-3.2304
CIE-Lab52.545970.1223-7.2123

#e1378c color RGB value is (225,55,140).

#e1378c hex color red value is 225, green value is 55 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e1378c hue: 0.92 , saturation: 0.74 and the lightness value of e1378c is 0.55.

The process color (four color CMYK) of #e1378c color hex is 0.00, 0.76, 0.38, 0.12. Web safe color of #e1378c is #cc3399. Color #e1378c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110111 10001100
Octal 341 67 214
Decimal 225 55 140
Hex E1 37 8C

RGB Percentages of Color #e1378c

%53.57
%13.10
%33.33

CMYK Percentages of Color #e1378c

%0
%76
%38
%12

Triadic Colors of #e1378c

#e1378c #8ce137 #378ce1

Analogous Colors of #e1378c

#e1378c #e13737 #e137e1

Monochromatic Colors of #e1378c

#e1378c

Complementary Color

#e1378c #37e18c

#e1378c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1378c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1378c Color CSS Codes

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

#e1378c Text Font Color

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

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


#e1378c Background Color

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

This div background color is #e1378c


#e1378c Border Color

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

This div border color is #e1378c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1378c


Comments

No comments written yet.

Please login to write comment.