Color Hex Logo

#e1426f Color Hex

#E1426F
(225,66,111)
0 Favorites   0 Comments

Color spaces of #e1426f

RGB 22566111
HSL0.950.730.57
HSV343°71°88°
CMYK 0.000.710.51   0.12
XYZ35.868821.051717.2118
Yxy21.05170.48380.2840
Hunter Lab45.882159.25049.8760
CIE-Lab53.006063.883710.8362

#e1426f color RGB value is (225,66,111).

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

The process color (four color CMYK) of #e1426f color hex is 0.00, 0.71, 0.51, 0.12. Web safe color of #e1426f is #cc3366. Color #e1426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 01101111
Octal 341 102 157
Decimal 225 66 111
Hex E1 42 6F

RGB Percentages of Color #e1426f

%55.97
%16.42
%27.61

CMYK Percentages of Color #e1426f

%0
%71
%51
%12

Triadic Colors of #e1426f

#e1426f #6fe142 #426fe1

Analogous Colors of #e1426f

#e1426f #e16542 #e142bf

Monochromatic Colors of #e1426f

#e1426f

Complementary Color

#e1426f #42e1b4

#e1426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1426f Color CSS Codes

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

#e1426f Text Font Color

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

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


#e1426f Background Color

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

This div background color is #e1426f


#e1426f Border Color

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

This div border color is #e1426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1426f


Comments

No comments written yet.

Please login to write comment.