Color Hex Logo

#ec399e Color Hex

#EC399E
(236,57,158)
0 Favorites   0 Comments

Color spaces of #ec399e

RGB 23657158
HSL0.910.820.57
HSV326°76°93°
CMYK 0.000.760.33   0.07
XYZ42.226823.227734.6056
Yxy23.22770.42200.2321
Hunter Lab48.195172.0537-8.8355
CIE-Lab55.306174.1684-13.5457

#ec399e color RGB value is (236,57,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111001 10011110
Octal 354 71 236
Decimal 236 57 158
Hex EC 39 9E

RGB Percentages of Color #ec399e

%52.33
%12.64
%35.03

CMYK Percentages of Color #ec399e

%0
%76
%33
%7

Triadic Colors of #ec399e

#ec399e #9eec39 #399eec

Analogous Colors of #ec399e

#ec399e #ec3945 #e139ec

Monochromatic Colors of #ec399e

#ec399e

Complementary Color

#ec399e #39ec87

#ec399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec399e Color CSS Codes

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

#ec399e Text Font Color

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

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


#ec399e Background Color

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

This div background color is #ec399e


#ec399e Border Color

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

This div border color is #ec399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec399e


Comments

No comments written yet.

Please login to write comment.