Color Hex Logo

#e1438f Color Hex

#E1438F
(225,67,143)
0 Favorites   0 Comments

Color spaces of #e1438f

RGB 22567143
HSL0.920.720.57
HSV331°70°88°
CMYK 0.000.700.36   0.12
XYZ38.016422.005028.2303
Yxy22.00500.43080.2493
Hunter Lab46.909562.5684-2.8443
CIE-Lab54.032366.5320-6.7855

#e1438f color RGB value is (225,67,143).

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

The process color (four color CMYK) of #e1438f color hex is 0.00, 0.70, 0.36, 0.12. Web safe color of #e1438f is #cc3399. Color #e1438f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 10001111
Octal 341 103 217
Decimal 225 67 143
Hex E1 43 8F

RGB Percentages of Color #e1438f

%51.72
%15.40
%32.87

CMYK Percentages of Color #e1438f

%0
%70
%36
%12

Triadic Colors of #e1438f

#e1438f #8fe143 #438fe1

Analogous Colors of #e1438f

#e1438f #e14643 #e143de

Monochromatic Colors of #e1438f

#e1438f

Complementary Color

#e1438f #43e195

#e1438f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1438f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1438f Color CSS Codes

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

#e1438f Text Font Color

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

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


#e1438f Background Color

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

This div background color is #e1438f


#e1438f Border Color

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

This div border color is #e1438f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1438f


Comments

No comments written yet.

Please login to write comment.