Color Hex Logo

#e2407f Color Hex

#E2407F
(226,64,127)
0 Favorites   0 Comments

Color spaces of #e2407f

RGB 22664127
HSL0.940.740.57
HSV337°72°89°
CMYK 0.000.720.44   0.11
XYZ37.028221.367822.2515
Yxy21.36780.45910.2650
Hunter Lab46.225362.09083.8173
CIE-Lab53.349766.25421.7636

#e2407f color RGB value is (226,64,127).

#e2407f hex color red value is 226, green value is 64 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e2407f hue: 0.94 , saturation: 0.74 and the lightness value of e2407f is 0.57.

The process color (four color CMYK) of #e2407f color hex is 0.00, 0.72, 0.44, 0.11. Web safe color of #e2407f is #cc3366. Color #e2407f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 01111111
Octal 342 100 177
Decimal 226 64 127
Hex E2 40 7F

RGB Percentages of Color #e2407f

%54.20
%15.35
%30.46

CMYK Percentages of Color #e2407f

%0
%72
%44
%11

Triadic Colors of #e2407f

#e2407f #7fe240 #407fe2

Analogous Colors of #e2407f

#e2407f #e25240 #e240d0

Monochromatic Colors of #e2407f

#e2407f

Complementary Color

#e2407f #40e2a3

#e2407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2407f Color CSS Codes

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

#e2407f Text Font Color

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

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


#e2407f Background Color

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

This div background color is #e2407f


#e2407f Border Color

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

This div border color is #e2407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2407f


Comments

No comments written yet.

Please login to write comment.