Color Hex Logo

#ec409d Color Hex

#EC409D
(236,64,157)
0 Favorites   0 Comments

Color spaces of #ec409d

RGB 23664157
HSL0.910.820.59
HSV328°73°93°
CMYK 0.000.730.33   0.07
XYZ42.511323.934034.2774
Yxy23.93400.42210.2376
Hunter Lab48.922469.4941-7.2958
CIE-Lab56.021771.9390-11.8791

#ec409d color RGB value is (236,64,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000000 10011101
Octal 354 100 235
Decimal 236 64 157
Hex EC 40 9D

RGB Percentages of Color #ec409d

%51.64
%14.00
%34.35

CMYK Percentages of Color #ec409d

%0
%73
%33
%7

Triadic Colors of #ec409d

#ec409d #9dec40 #409dec

Analogous Colors of #ec409d

#ec409d #ec4047 #e540ec

Monochromatic Colors of #ec409d

#ec409d

Complementary Color

#ec409d #40ec8f

#ec409d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec409d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec409d Color CSS Codes

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

#ec409d Text Font Color

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

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


#ec409d Background Color

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

This div background color is #ec409d


#ec409d Border Color

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

This div border color is #ec409d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec409d


Comments

No comments written yet.

Please login to write comment.