Color Hex Logo

#ec408b Color Hex

#EC408B
(236,64,139)
0 Favorites   0 Comments

Color spaces of #ec408b

RGB 23664139
HSL0.930.820.59
HSV334°73°93°
CMYK 0.000.730.41   0.07
XYZ41.085723.363726.7703
Yxy23.36370.45040.2561
Hunter Lab48.336067.13730.9982
CIE-Lab55.445070.1016-2.1122

#ec408b color RGB value is (236,64,139).

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

The process color (four color CMYK) of #ec408b color hex is 0.00, 0.73, 0.41, 0.07. Web safe color of #ec408b is #ff3399. Color #ec408b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000000 10001011
Octal 354 100 213
Decimal 236 64 139
Hex EC 40 8B

RGB Percentages of Color #ec408b

%53.76
%14.58
%31.66

CMYK Percentages of Color #ec408b

%0
%73
%41
%7

Triadic Colors of #ec408b

#ec408b #8bec40 #408bec

Analogous Colors of #ec408b

#ec408b #ec4b40 #ec40e1

Monochromatic Colors of #ec408b

#ec408b

Complementary Color

#ec408b #40eca1

#ec408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec408b Color CSS Codes

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

#ec408b Text Font Color

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

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


#ec408b Background Color

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

This div background color is #ec408b


#ec408b Border Color

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

This div border color is #ec408b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,64,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec408b


Comments

No comments written yet.

Please login to write comment.