Color Hex Logo

#e1457f Color Hex

#E1457F
(225,69,127)
0 Favorites   0 Comments

Color spaces of #e1457f

RGB 22569127
HSL0.940.720.58
HSV338°69°88°
CMYK 0.000.690.44   0.12
XYZ37.010221.796122.3351
Yxy21.79610.45610.2686
Hunter Lab46.686359.80354.3156
CIE-Lab53.810064.21102.4099

#e1457f color RGB value is (225,69,127).

#e1457f hex color red value is 225, green value is 69 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e1457f hue: 0.94 , saturation: 0.72 and the lightness value of e1457f is 0.58.

The process color (four color CMYK) of #e1457f color hex is 0.00, 0.69, 0.44, 0.12. Web safe color of #e1457f is #cc3366. Color #e1457f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000101 01111111
Octal 341 105 177
Decimal 225 69 127
Hex E1 45 7F

RGB Percentages of Color #e1457f

%53.44
%16.39
%30.17

CMYK Percentages of Color #e1457f

%0
%69
%44
%12

Triadic Colors of #e1457f

#e1457f #7fe145 #457fe1

Analogous Colors of #e1457f

#e1457f #e15945 #e145cd

Monochromatic Colors of #e1457f

#e1457f

Complementary Color

#e1457f #45e1a7

#e1457f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1457f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1457f Color CSS Codes

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

#e1457f Text Font Color

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

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


#e1457f Background Color

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

This div background color is #e1457f


#e1457f Border Color

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

This div border color is #e1457f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1457f


Comments

No comments written yet.

Please login to write comment.