Color Hex Logo

#e1418d Color Hex

#E1418D
(225,65,141)
0 Favorites   0 Comments

Color spaces of #e1418d

RGB 22565141
HSL0.920.730.57
HSV332°71°88°
CMYK 0.000.710.37   0.12
XYZ37.749421.711227.4004
Yxy21.71120.43460.2500
Hunter Lab46.595363.0709-2.2488
CIE-Lab53.719267.0170-6.0631

#e1418d color RGB value is (225,65,141).

#e1418d hex color red value is 225, green value is 65 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e1418d hue: 0.92 , saturation: 0.73 and the lightness value of e1418d is 0.57.

The process color (four color CMYK) of #e1418d color hex is 0.00, 0.71, 0.37, 0.12. Web safe color of #e1418d is #cc3399. Color #e1418d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 10001101
Octal 341 101 215
Decimal 225 65 141
Hex E1 41 8D

RGB Percentages of Color #e1418d

%52.20
%15.08
%32.71

CMYK Percentages of Color #e1418d

%0
%71
%37
%12

Triadic Colors of #e1418d

#e1418d #8de141 #418de1

Analogous Colors of #e1418d

#e1418d #e14541 #e141dd

Monochromatic Colors of #e1418d

#e1418d

Complementary Color

#e1418d #41e195

#e1418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1418d Color CSS Codes

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

#e1418d Text Font Color

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

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


#e1418d Background Color

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

This div background color is #e1418d


#e1418d Border Color

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

This div border color is #e1418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1418d


Comments

No comments written yet.

Please login to write comment.