Color Hex Logo

#ec407f Color Hex

#EC407F
(236,64,127)
0 Favorites   0 Comments

Color spaces of #ec407f

RGB 23664127
HSL0.940.820.59
HSV338°73°93°
CMYK 0.000.730.46   0.07
XYZ40.256223.032022.4025
Yxy23.03200.46980.2688
Hunter Lab47.991765.74335.9176
CIE-Lab55.105369.00444.5246

#ec407f color RGB value is (236,64,127).

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

The process color (four color CMYK) of #ec407f color hex is 0.00, 0.73, 0.46, 0.07. Web safe color of #ec407f is #ff3366. Color #ec407f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000000 01111111
Octal 354 100 177
Decimal 236 64 127
Hex EC 40 7F

RGB Percentages of Color #ec407f

%55.27
%14.99
%29.74

CMYK Percentages of Color #ec407f

%0
%73
%46
%7

Triadic Colors of #ec407f

#ec407f #7fec40 #407fec

Analogous Colors of #ec407f

#ec407f #ec5740 #ec40d5

Monochromatic Colors of #ec407f

#ec407f

Complementary Color

#ec407f #40ecad

#ec407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec407f Color CSS Codes

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

#ec407f Text Font Color

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

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


#ec407f Background Color

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

This div background color is #ec407f


#ec407f Border Color

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

This div border color is #ec407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec407f


Comments

No comments written yet.

Please login to write comment.