Color Hex Logo

#ec364e Color Hex

#EC364E
(236,54,78)
0 Favorites   0 Comments

Color spaces of #ec364e

RGB 2365478
HSL0.980.830.57
HSV352°77°93°
CMYK 0.000.770.67   0.07
XYZ37.286421.02139.3000
Yxy21.02130.55150.3109
Hunter Lab45.849064.928320.0679
CIE-Lab52.972868.725630.8399

#ec364e color RGB value is (236,54,78).

#ec364e hex color red value is 236, green value is 54 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ec364e hue: 0.98 , saturation: 0.83 and the lightness value of ec364e is 0.57.

The process color (four color CMYK) of #ec364e color hex is 0.00, 0.77, 0.67, 0.07. Web safe color of #ec364e is #ff3366. Color #ec364e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110110 01001110
Octal 354 66 116
Decimal 236 54 78
Hex EC 36 4E

RGB Percentages of Color #ec364e

%64.13
%14.67
%21.20

CMYK Percentages of Color #ec364e

%0
%77
%67
%7

Triadic Colors of #ec364e

#ec364e #4eec36 #364eec

Analogous Colors of #ec364e

#ec364e #ec7936 #ec36a9

Monochromatic Colors of #ec364e

#ec364e

Complementary Color

#ec364e #36ecd4

#ec364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec364e Color CSS Codes

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

#ec364e Text Font Color

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

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


#ec364e Background Color

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

This div background color is #ec364e


#ec364e Border Color

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

This div border color is #ec364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec364e


Comments

No comments written yet.

Please login to write comment.